> Hi java gurus:
> is there any tool that makes java file into executable binary? thank you
> in advance.
Borland Java Builder can do this (enterprise version for sure). The trick is
to bundle jar file and java VM in one, executable file.
BB
Victor Chew - 11 Feb 2004 01:39 GMT
Have you tried NativeJ? http://www.dobysoft.com/products/nativej/
It is not a native compiler, but it does the trick.
>>Hi java gurus:
>> is there any tool that makes java file into executable binary? thank you
[quoted text clipped - 4 lines]
>
> BB
David Scurrah - 07 Mar 2004 23:04 GMT
What about making your own exe using jni to start the jvm ???
> Have you tried NativeJ? http://www.dobysoft.com/products/nativej/
>
[quoted text clipped - 8 lines]
> >
> > BB