by Doug Fane » Thu Mar 08, 2012 12:52 pm
I use the jpct library for 3d work, and want to incorporate it into a current lejos project. My issue is that the PC program I wrote to interact with the NXT will not work when run through the standard java compiler/interpreter, but must be run through nxjpcc and nxjpc. This works fine until I try to import the 3d classes, at which point the nxjpcc compiler gives an error message saying it could not import the package. The libraries include fine when used in other programs and compiled by the standard java compiler, but nxjpcc does not recognize them.