I need to convert a .class file into a .exe file so that it can be run even
from desktop.
Printable View
I need to convert a .class file into a .exe file so that it can be run even
from desktop.
You can run a class file from the desktop. All you need is a .bat file that
sets up the path and classpath and does "java yourClass".
PC2
Kiran Kumar Pabba <pikkukumar@yahoo.com> wrote in message
news:3a6c1158$1@news.devx.com...
>
> I need to convert a .class file into a .exe file so that it can be run
even
> from desktop.