Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » how to edit properties of UIMain class in startup.jar
how to edit properties of UIMain class in startup.jar [message #114098] Wed, 05 November 2003 15:34
Eclipse UserFriend
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
Previous Topic:Eclipse does not compile.
Next Topic:setting focus in wizardpages
Goto Forum:
  


Current Time: Tue Jul 22 15:49:09 EDT 2025

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

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

Back to the top