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
posted
0
Write a .bat file that contains >java <javaClass> to run that java class file.