aspose file tools
The moose likes Java in General and the fly likes exe icon for the java class file Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "exe icon for the java class file" Watch "exe icon for the java class file" New topic
Author

exe icon for the java class file

Jyothsna Sri Y
Ranch Hand

Joined: Sep 25, 2003
Posts: 35
Can someone please tell me as how do I create an Icon for a Java class file on WindowsNT platform...so that when I just click this icon I should be able to run the Java code.
thanks in advance
Jyothsna
VIJAY Yadlapati
Ranch Hand

Joined: Aug 04, 2003
Posts: 175
Write a .bat file that contains
>java <javaClass>
to run that java class file.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: exe icon for the java class file
 
Similar Threads
icon for a class file
How to decompile a class file?
icon for executable jar file
Javac compiler won't start!! can't compile any code
I can't load a file with getResource