Hi,
Does anyone know of a program that you can use to launch your java classes without the launch of a DOS shell. I would like to double-click on a file and have it launch my java class.
You could set your File Types in Windows to automatically execute a .class with java.exe/javaw.exe or you could create a shortcut that executes the necessary command. Wushutwist
I've done it by creating a shortcut as wushutwist says. fairly straightforward, just get the shortcut to execute c:\jdk1.2.1\bin\java.exe application (I only have 1.2.1).
and make it execute in the directory that holds your class files. Simple.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.