1. karmat's Avatar
    I have a java midlet app that compiles against an external jar file. I have built the library jar as a separate .cod library and built the app as a .cod file (and imported the jar on the rapc command line with import=). Everything compiles fine in rapc, both the library and the midlet.

    I can load the app into the simulator but then it complains that it is missing the library when I try to run it. I can't seem to get the simulator to load the library at all and I have no idea how to see which libraries it has loaded. I'm not using the JDE. Are there steps I can take by hand or command line to get the library loaded into the simulator or maybe just to get the app to see it? I can't seem to find any helpful posts on this.

    Help is much appreciated

    Cheers,
    Karl
    01-13-09 07:55 PM
  2. karmat's Avatar
    Specifically the error message I get is

    JVM Error 104
    Uncaught: RuntimeException

    And then when I hit "continue" I get:

    Error starting XXXXX: Module my-module-name-1.1.1 not found

    Cheers,
    Karl
    01-13-09 08:13 PM
  3. delta_foxtrot2's Avatar
    I don't know the specifics, but you have to make a library in the same project with the jar file included then you can use it or something like that.
    01-15-09 12:01 AM
LINK TO POST COPIED TO CLIPBOARD