[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Problem with Java Build Path->Projects

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!

Please help me,
thx,

Martin