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