- This topic has 6 replies, 3 voices, and was last updated 16 years, 3 months ago by
support-joy.
-
AuthorPosts
-
Teun HoogendoornMemberHi,
I’ve just upgraded to MyEclipse 7. My plugin project shows several errors
after upgrading. I’ve found the problem, the following jar isn’t added to the plugin-in dependencies (it is in MyEclipse 6)org.eclipse.swt.win32.win32.x86_3.4.1.v3449c.jar
How can I solve this? (using a new workspace does help, but I want to solve this in my exising workspace if possible).
Thanks,
Teun Hoogendoorn
January 19, 2009 at 9:50 am #293659
Loyal WaterMemberHave you tried using the -clean command to fix the original workspace? Did that help?
https://www.genuitec.com/forums/topic/troubleshoot-using-the-clean-command-line-argument/January 19, 2009 at 10:24 am #293666
Teun HoogendoornMemberHi Nipun,
I’ve tried that several times, it did not help.
But… changing the environment (operating system etc), setting it to an other value, apply, changing the value back did solve the problem. I
suppose it has something to do with determining the correct jar (because os + arch is included in the file name of the jar).However… The plugin is not loaded at startup of MyEclipse… The error log shows no errors (only some warnings)…
What is the correct way to add a custom plugin in MyEclipse 7 (in MyEclipse 6, I simply add the plugin to \eclipse\plugins) ?
Thanks,
Teun Hoogendoorn
January 20, 2009 at 4:14 am #293697
Teun HoogendoornMemberHi,
I’m still stuck, to load custom plugins in MyEclipse 7.
These are the steps I took:
– Create a new workspace
– Create a plug-in project (hello world)
– Export it to the plugin dir.
– Restart MyEclipseThe plugin is not loaded (no errors in the errors view)
Run as / debug as a MyEclipse application does load all my plug-ins. So
what am I missing?Please help.
Teun Hoogendoorn
January 20, 2009 at 2:46 pm #293739
Loyal WaterMemberTeun,
Dropping plugins into the plugin directory will not get them to work with ME 7. We will include this feature in our next release. Sorry for the inconvenience.March 23, 2009 at 10:36 am #296543
Teun HoogendoornMemberHi,
This is fixed in 7.1 (put the plugin in Genuitec\MyEclipse 7.1\dropins)
Thank you!
Teun Hoogendoorn
March 24, 2009 at 3:47 am #296594
support-joyMemberTeun Hoogendoorn,
Good to hear you have resolved your issue. You are right, you can drop any 3rd party eclipse plugins directly to [MyEclipse installation directory]/dropins and restart ME to have the plugin added to ME.
-
AuthorPosts