how to edit properties of UIMain class in startup.jar [message #114098] |
Wed, 05 November 2003 15:34 |
Eclipse User |
|
|
|
Originally posted by: k2_gemini.hotmail.com
hi,
i am working with a simple example of the helloworld plug-in, which wants
me to add the startup.jar file in a new project "Eclipse Launcher". after
doing this i am supposed to have this UIMain class in the
org.eclipse.core.launcher package, which will be used to load this plugin
in the test workbench. and in this UIMain class i am supposed to change
the programe arguments to;
-data c:\tempWorkspace -dev bin -plugins c:\workspace\.plugin-path , so
that it helps the boot loader to find the plugin.
now the problem is that after including the startup.jar file in this
"Eclipse Launcher" project when i checked for this UIMain class, there
instead of UIMain class i am having somthinglike this;
Main.class
Main$1.class
Main$2.class
Main$Identifier.class
so i dont know where to find UIMain class to change my programe arguments
so that it can load my plugin.
will be waiting for your reply,
kamran
|
|
|
Powered by
FUDForum. Page generated in 0.03785 seconds