posted 22 years ago
hi cindy,
thanks for such a prompt reply..i am sorry but i didnt quite understand what u said i nthe following statements:
"You can just bundle the java code with your application code, and when you invoke the application you use the -cp option to dynamically name the classpath to find the java class files. Of course you will also need to dynamically tinker with the path parameter to tack on the directory that has the java.exe stuff in it. "
what i have right now are some java source files thats it,so whenever i run my GUI i go to the command prompt and type "java mainfilename" and my main frame pops up.of course i can write this command("java mainfilename") in a batch file and make an icon for it for the user to click and start it but again for the frame to open,there has to be javan in the user's computer right?i mean there has to be java.exe somewhere in the users computer and its path should be set in the system environment of the users computer,right?
is there no way by which i can probably make some executable file of my java source files so that the user just have to double click that executable file in order to start my application and without having to install java in his computer?
appreciate ur help in this matter..
cheers
karan