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.

tschodta at 2007-7-29 17:22:12 > top of Java-index,Java HotSpot Virtual Machine,Specifications...
# 2

come on you wan to convert a .class file into a .bin executable.. sorry dude its not possible.. but i am wondering why you want to do that.. what in the world of c or c++ cant do which can be done in Java. even JNI do not convert c program to .java rather it allow us to call c object into java. Well if you have source code of java pest in here... i am sure many will conver it into corresponding c code. even i can try.. i hope this answer may help u lill-bit.

gohan_iitda at 2007-7-29 17:22:12 > top of Java-index,Java HotSpot Virtual Machine,Specifications...
# 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.

jschella at 2007-7-29 17:22:12 > top of Java-index,Java HotSpot Virtual Machine,Specifications...