This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC 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: help with gcj


Salatiel Filho wrote:
it almost worked

# gcj --main=Test -o Test lib/JNetStreamStandalone.jar Test.java
com/voytechs/jnetstream/test/CodecGetValueTest.java:0: error: cannot
find file for class junit.framework.TestCase
com/voytechs/jnetstream/test/CodecGetValueTest.java:0: error: cannot
find file for class junit.framework.TestCase
com/voytechs/jnetstream/test/CodecGetValueTest.java:49: confused by
earlier errors, bailing out



Read the error messages and try to diagnose the problem.


Looks like you will need some junit code as well.

David Daney


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