Skip to Main Content

Java Card

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

.opt file and converting to CAP

843851Aug 24 2007 — edited Jan 5 2008
I 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?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 2 2008
Added on Aug 24 2007
6 comments
432 views