Coverting java .class files to .bin files
Dear all :
I am in a need to convert a java .class files to binary format file (i.e.) bin i mean an executable files in Linux.
Is there any possibility using JNI or anyother method to achieve it.
Please post me your suggestions...
Thanks in advance
hope my problem will be solved.
regards
silviya
[345 byte] By [
silviyaa] at [2007-11-27 11:38:47]

# 1
> I am in a need to convert a java .class files to binary format file (i.e.) bin
> i mean an executable files in Linux.
>
> Is there any possibility using JNI or any other method to achieve it.
> Please post me your suggestions...
I suggest you explain why you think you need to convert it to binary to make it executable.
# 3
> come on you wan to convert a .class file into a .bin executable.. sorry dude its not possible..
There are java compilers that at least claim that.
Myself I have never seen a need for that however.