User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.0) Gecko/20020530
Hi there,
I have a little problem with integrating existing plugins in the Java
Build Path. I tried to do the Hello-World-example in the PlugIn
Development Guide. After adding the code to HelloWorldView.java, it says
to open the project's properties window and to check the plugins
org.eclipse.ui and org.eclipse.swt in the Java Build Path Projects tab.
However, there are no projects listed in this tag at all! I did a
workaround and added external jar files from the
eclipse/plugins/org.eclipse.ui_2.0.0 and the
eclipse/plugins/org.eclipse.swt.win32_2.0.0/ws/win32 folders. Then the
example works fine.
But of course I don't want to do the plugin integration manually all the
time, for I try to work a bit on org.eclipse.jdt.ui's refactoring and
for adding all required external jars in this UI plugin it takes an
eternity!