12-03-2009 07:30 PM
I'm trying out the Eclipse 1.1 JDE plugin.
I add a library JAR to the project (the classes in the JAR are compatible with JDK 1.1), I use some classes from the JAR, then I run the project. I see that rapc is being called with this JAR as a dependency. So on the device, the project is looking for a library with the name of my JAR.
Is that really how it's supposed to work? What is the point of adding a JAR file to my project, if the referenced classes from the JAR won't end up in the COD file?
Solved! Go to Solution.
12-03-2009 07:37 PM
Yes, it is a little cumbersome but you need to run rapc on the JAR file to get the COD library.
12-03-2009 10:36 PM
Ah... can you point me to run rapc over a JAR?