0

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.
Sumit Singh
  • 15,743
  • 6
  • 59
  • 89
Erin
  • 1
  • 1

1 Answers1

5

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.

omark1985
  • 5
  • 2
Syam
  • 1,202
  • 11
  • 23
  • Thanks for your answer very much ! My steps are similar to yours , the steps below are the detail. 1. Paste all the jar files from eclipse-jcde-0.2\plugins folder to eclipse 3.2 plugin folder. 2.Set the environment variables : JC_HOME , JAVA_HOME , PATH . (java_card_kit-2_2_2 , jdk 1.5.04) 3.Start Eclipse 3.2 .CREF , JavaCard , JCWDE are present . The problem is that when I choose any one of them and click on preferences , ERROR occur , message : An error has occurred . See error log for more details .but I can`t find somewhere to read the log . – Erin Jan 30 '13 at 07:56
  • In addtion , I try to start eclipse in clean mode , the steps are follow below: click on short cut right click -> properties add -clean in target clause and then start. But the problem still exist . – Erin Jan 30 '13 at 07:57
  • 1) View by name "Error Log" might help you to see the exception. – Syam Jan 31 '13 at 11:02
  • It didn`t show me the location to read "Error Log" .I tried in 3.8 ,the steps are same as I did . The problem is same as I described ,the error message : Unable to create the selected preference page . Bad version number in .class file . It related to "org.eclipse.equinox.registry",I don`t understand what it means . – Erin Feb 01 '13 at 02:02
  • Error Log path is : Window -> Show View -> Other... -> General -> Error Log – Syam Feb 01 '13 at 06:14
  • Try dropins folder in Eclipse 3.8. Newer versions of Eclipse don't simply support copying in plugins folder. – Syam Feb 01 '13 at 06:17
  • I wonder JCDK is necessary ? and how can I tell whether the JCDK work in Eclipse ? – Erin Feb 01 '13 at 08:53
  • put into "dropins" folder. Not in dropin folder. For JCDK to work in Eclipse we should set the path from Preferences. – Syam Feb 01 '13 at 10:17
  • I put into dropins folder ,and I set the path for JCDK , JDK as well . – Erin Feb 02 '13 at 12:44
  • The same problem occured , it drives me crazy . – Erin Feb 02 '13 at 12:50