Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Technology Project and PMC » Which is better plug-in development style as runtime classes specify
Which is better plug-in development style as runtime classes specify [message #592197] Fri, 28 March 2003 06:17
Narushima Hironori is currently offline Narushima HironoriFriend
Messages: 17
Registered: July 2009
Junior Member
Plug-ins need to specify how to load Eclipse runtime classes.

It is two way:

1) specify in ".classpath" file. e.g,

<classpathentry kind="var"
path="ECLIPSE_HOME/plugins/org.eclipse.ui_2.0.2/workbench.jar "/>

2)

Download eclipse runtime package from CVS. and specify in
".project" file.

In case (1), It is light weight. when developer installs eclipse
default install, no problem to create plug-in.

In case (2), It need to download sources from CVS. Developer can
programming and debugging in eclipse lastest version with plug-in
development.

(But, Plug-in depend on Eclipse Main branch that may be desirable
on XP practice "Continuous Integration")


Which is better development style?

--
Narushima Hironori mailto:narushima_to@ybb.ne.jp
Previous Topic:complain about SWT on OSX
Next Topic:force 'dirty' state?
Goto Forum:
  


Current Time: Sat Jul 27 02:07:16 GMT 2024

Powered by FUDForum. Page generated in 0.03007 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top