Java2exe?
|
I already have some Java applications which I made long time ago.. The question is How to convert Java 2 exe? and run as EXE windows application? YoGa |
Re: Java2exe?
Link |
by
![]() |
Java byte-code is an interpreted machine language. It needs a runtime environment and will NOT run by its self. Java code (*.java) is a programming language that is compiled into java byte-code. It may be possible to write a Win32 compiler for Java programming code, however nobody has done this. And, I dont think SUN would allow it either! :P ![]() ![]() ![]() |
Re: Java2exe?
|
Ok,.. So, I can't to this. but, I heared about programes which cover CLASSes into EXE to run under windows easier!! But, Java should be installed as the Application uses "java.exe"!! Does anyone hear about that?and what is the program name you were using to do it? YoGa |