Reputation: 1
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
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.
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