Cannot compile using GCJ
Hi everybody....,
I have a window application which uses javax.swng. api's and javax.crypto api's. My application is running fine with jre 1.6, but i would like to make it a linux native application by compiling it with GCJ...when i compile the jar with GCJ it produces error like:-
javax.swing.GroupLayoutfile not found
Am not familiar with GCJ...am using fedora core 6...i developed my application using netbeans and JDK 1.6.. Is it possible to compile my application with GCJ ? whats the problem for the error, can anybody give some guidlines for compilation with GCJ.
Thanks in advance

