Deepak Sriramdas wrote: >> We are working on an Embeeded Systems Project. In this process >> we want to run our java jdk 1.5 compiled code on TS-Linux ARM >> boards.But these boards seems support only Jam VM java run >> time enviornment,which uses GNU class path libraries.Now >> should i modify my existing jdk 1.5 code using GNU class Path >> Libraries or should i compile code using the GNU compiler. >> >> Please can you specify me how should i use this GNU clapath libraries. I guess I don't even understand the question. You run code on Jam VM with Classpath just like you would do on any Java VM. Andrew.