Problem with Jar Files
Hi Guys,
I am facing a strange problem. I have been working on a Swing project which is about 1MB in size. After I have created a .jar file, I find that it works fine on some computers and not on others. In the computers where it will not run, it runs to the extent to opening the main window, after that the program will just not respond.
Some one suggested that it might be a problem with not having sufficient ram memory. There fore I tried running the program on various machines having 128MB and 64MB rams. While it will not run on 64MB ram machines at all the program will not run on some of the 128MB ram machines.
Can anyone tell me what is going wrong out here? Also how much memory is sufficient to run a Swing program?
Abhi

