Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » problems starting eclipse with commandline
problems starting eclipse with commandline [message #197869] Thu, 19 February 2004 11:56 Go to next message
Eclipse UserFriend
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
Re: problems starting eclipse with commandline [message #197945 is a reply to message #197869] Thu, 19 February 2004 13:58 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.NO.SPAM.us.ibm.com

What does your command line look like?

--
Thanks, Rich Kulp

Re: problems starting eclipse with commandline [message #198101 is a reply to message #197869] Thu, 19 February 2004 19:05 Go to previous message
Eclipse UserFriend
Originally posted by: pascal_rapicault.yahoo.fr

Your command line should be something like:
eclipse.exe -application de.lilith.authentification.LoginApplication

PaScaL

"lilith" <aljadiri@in.tum.de> a
Previous Topic:File Explorer
Next Topic:get selected project?
Goto Forum:
  


Current Time: Fri May 09 19:10:42 EDT 2025

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

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

Back to the top