.opt file and converting to CAP
843851Aug 24 2007 — edited Jan 5 2008I am busy with a project where I will load several applets onto a Java Card.
The java files compile fine. However, when it comes to using converter, I need an opt file for each of these java files that were just compiled. Is there a tool that creates these opt files or can I manually create them?
I have created one manually. However, when the converter is used it gives the following error:
"error: input class directory c:\order\java\com\Comp\rappelle\com\Comp\rappelle not found."
It won't find anything there! As you can see, for some reason it adds "com\Comp\rappelle" after the initial "com\Comp\rappelle." I don't know what is causing this. I have gone over my compile.bat several times to ensure that vars are set up correctly, etc.
Am I missing something here?