Forum: Java Feb 23rd, 2006 |
| Replies: 9 Views: 27,089 First try to locate te bin folder from the windows explorer, and then copy the path to ur environment variable, which you can get by right clicking on My Computer Icon and then to Advanced Tab and... |
Forum: Java Feb 10th, 2006 |
| Replies: 1 Views: 9,798 This prog uses SQL Server's Master Databases xp_cmdshell stored procedure (Shell Commands) to send messages in a LAN.Make Sure the driver name is 'netsend' and it points to Master Database. Check and... |
Forum: Java Jan 15th, 2006 |
| Replies: 2 Views: 1,258 thanx 4 da explaination....i got the idea. |
Forum: Java Jan 12th, 2006 |
| Replies: 8 Views: 4,664 don't joke around sir/madam these are not a humour site...these codes are automatically generated in java editors...
Still its good to have a humourous person around...
Good Effort |
Forum: Java Jan 12th, 2006 |
| Replies: 2 Views: 2,092 its just a database authentication mdi.... |
Forum: Java Jan 12th, 2006 |
| Replies: 2 Views: 1,258 Does the comparison operator also compares data types...
the following program gives the output Equals..Please advise...
class Check{
public static void main(String[] args){
int... |
Forum: Java Jan 12th, 2006 |
| Replies: 4 Views: 7,204 so could you please tell me where i can implement the Threads or an idea of how to make the Client/Server recieve the buffer contents as soon as the data is sent from the Server/Client |
Forum: Java Jan 11th, 2006 |
| Replies: 2 Views: 2,092 can anyone help me out.
Java Swing GUI's opens really slower than C# forms...is there anything to be done in the code.
and in Applets tooo is is really slower even if you just minimise n... |
Forum: Java Jan 11th, 2006 |
| Replies: 4 Views: 7,204 I was creating a chat application in Java Swing/Socket Programming. The same when I created in non GUI app. it worked http://www.daniweb.com/code/snippet448.html . But in GUI, they can't connect now.... |
Forum: Java Jan 11th, 2006 |
| Replies: 0 Views: 8,847 start Server first
start Client by passing the ipaddress of the server
eg; java Client 10.0.1.15
if an error pops up change the port in both Client and Server programs |
Forum: Java Jan 11th, 2006 |
| Replies: 8 Views: 18,933 Could you forwrd me tha whole prog as i did what you told, while no error is there, but no output is given |
Forum: Java Jan 9th, 2006 |
| Replies: 8 Views: 18,933 Could you please explain the steps...of what you said because I tried and i think m not on the right track..... |
Forum: Java Jan 9th, 2006 |
| Replies: 2 Views: 1,712 Yes as said it has nothing to do with Java. Maybe you have opened a lot of applications or check your RAM's and processors compatibility, maybe its too low.
If it happens with other downloads... |
Forum: Java Jan 8th, 2006 |
| Replies: 8 Views: 18,933 The error says:
-------------------------------------------------------------------------
Exception in thread "main" java.io.IOException: CreateProcess: start error=2
at... |
Forum: Java Jan 8th, 2006 |
| Replies: 8 Views: 18,933 Dear all,
Could you tell me how to go about executing MSDOS commands thru Java. I tried with the Process class but it gives an error:2.
Could anyone please advise. |