Erin
Erin

Reputation: 1

JCDE plugins in Eclipse doesn`t work ,java card

I copy the eclipse-jcde-0.2 into eclipse'plugin folder ,but the plugins in eclipse doesn't work, Do I still lack of something necessary such as FEATURES folder and how can I get the features ?

OS:windows
Eclipse version :3.2.

Upvotes: 0

Views: 2462

Answers (1)

Syam
Syam

Reputation: 1212

It is working fine for me.
I have followed exact instructions from the link eclipse-jcde
Only changes I have did is I have used Eclipse 3.5 instead of eclipse 3.2

For Installation in Eclipse 3.5 follow the below steps.

  1. After downloading Eclipse 3.5, inside eclipse folder create plugins folder (if already not present.)
  2. Paste all the jar files from the downloaded zip file (eclipse-jcde-0.2.zip\plugins folder) to plugins folder (there are 8 jars)
  3. Start the eclipse in -clean mode.
    To Start eclipse in clean mode : On the eclipse folder right click and open command prompt, then issue the command eclipse -clean.

Now follow the instruction to set the path for java-card-dev-kit-home as mentioned in the above link.

I am able to create java card project and applet and even start the JCWDE simulator as well.

Upvotes: 5

Related Questions