Hi all. I know that this is off topic, but I'm hitting all the resources that I know. I have a java problem. I have developed a desktop program in java using swing for the GUI. The platform is Win XP. The drop dead data is tomorrow. When I first started this project I got a very simple swing program going from the command line that just did a HelloWorld in Swing. I finished developing the program under the eclipse for the IDE. I am now making a DOS/Win batch file to execute the program in and whether I type the command in or run it from the batch file all it does is silently exit, ie no warnings.
here is the batch file so far: c:\progra~1\java\jdk1.6.0_06\bin\java -cp c:\percomm\percomm.jar Percomm Alternatively I have tried javaw with no difference in results. Just in case the things the program does are affecting things it uses UDP datagrams to connect to a server. Yes there is a reason for using UDP rather than TCP. _______________________________________________ clug-talk mailing list [email protected] http://clug.ca/mailman/listinfo/clug-talk_clug.ca Mailing List Guidelines (http://clug.ca/ml_guidelines.php) **Please remove these lines when replying

