| 
| problems starting eclipse with commandline [message #197869] | Thu, 19 February 2004 11:56  |  | 
| Eclipse User  |  |  |  |  | Hello, I have been struggling to start my own application from the DOS command
 line with eclipse, but I keep on getting "Unable to locate application
 extension".
 This is how my plugin.xml looks like:
 <?xml version="1.0" encoding="UTF-8"?>
 <?eclipse version="3.0"?>
 <plugin
 id="de.lilith.authentification"
 name="Authentification Plug-in"
 version="1.0.0"
 provider-name="lilith.de"
 class="de.lilith.authentification.AuthentificationPlugin">
 <runtime>
 <library name="authentification.jar">
 <export name="*"/>
 </library>
 </runtime>
 <requires>
 <import plugin="org.eclipse.ui"/>
 <import plugin="org.eclipse.core.resources"/>
 <import plugin="org.eclipse.core.runtime.compatibility"/>
 </requires>
 <extension
 id="LoginApplication"
 point="org.eclipse.core.runtime.applications">
 <application>
 <run
 class="de.lilith.authentification.LoginShell">
 </run>
 </application>
 </extension>
 </plugin>
 
 the plugin is also exported in the plugin directory. My path hierarchy is
 eclipse\workspace\de.lilith.authentification
 Can someone please tell me how the command should look like in order to
 get the application start with eclipse.
 
 thanks & cheers,
 Lilith
 |  |  |  | 
|  | 
|  | 
Powered by 
FUDForum. Page generated in 0.04200 seconds