This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: trying to compile looks (jgoodies)


>>>>> "wolfgang" == wolfgang pauli <ookami@gmx.de> writes:

wolfgang> So, the actual goal of all this is that I want to compile
wolfgang> Jabref. Maybe I do not need to compile looks for that. It
wolfgang> should be possible to just compile the jar directly, right?
wolfgang> Did anybody do this yet?

As far as I know, nobody has yet.
 
wolfgang> If I run: gcj --main=net.sf.jabref.JabRef jabref.jar 

Before compiling it, one easy sanity check is to run the program with
'gij' instead of 'java'.  This will run it in the interpreter.  If it
fails this way there is a good chance that compiling it will be a
waste of time.

wolfgang> Caused by: java.lang.ClassNotFoundException: 
wolfgang> com.jgoodies.plaf.windows.ExtWindowsLookAndFeel not found in 

Sounds like this class needs to be on the runtime classpath.
You're probably missing a dependent jar or two.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]