Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » DOES NOT see my plugins(B Eclipse from A Eclipse)
DOES NOT see my plugins(B Eclipse from A Eclipse) [message #462] Sun, 20 April 2003 12:26 Go to next message
Eclipse UserFriend
Originally posted by: justmaxx.hotbox.ru

I have 2 different Eclipse. A - as IDE for development. B is customized
Eclipse( it is work as standalone application and has not JDT). In A I am
developing pligins for B and want to try it with B. But when I start B
from A (I use for that main class from startup.jar for B), B - DOES NOT
see plugin that I had developed for him.


As write in article
http://www.eclipse.org/articles/Your%20First%20Plug-in.html
Starting up Eclipse with Eclipse is really quite easy.

But my test workbench DOES NOT see my plugin.

I do folowing:

Create a Java project called "Eclipse Launcher". In the Java Build Path
for this project, add the external jar: d:\eclipse202\startup.jar. This
file contains the Eclipse launcher main program that I need to startup my
test workbench.

Startup.jar contains a class called org.eclipse.core.launcher.Main which
is the main program for Eclipse UI applications. Set the program arguments
to:

-data d:\tempWorkspace -dev bin -plugins
d:\eclipse202\workspace\.plugin-path

File d:\eclipse202\workspace\.plugin-path is contain:

platformPath = file:d:/eclipse202/plugins/
pluginDevelopmentPath = file:d:/eclipse202/workspace/

What I do wrong?!

Thanks.
Re: DOES NOT see my plugins(B Eclipse from A Eclipse) [message #475 is a reply to message #462] Sun, 20 April 2003 12:56 Go to previous message
Eclipse UserFriend
Originally posted by: pascal_rapicault.yahoo.fr

You should use tun your plugin using the "runtime-workbench".
For more details on how to set it, see
Help > PDE Guide > Running a plug-in

PaScaL


"Max Terentjev" <justmaxx@hotbox.ru> a
Previous Topic:WSAD plugin development documentation
Next Topic:create a new button
Goto Forum:
  


Current Time: Wed Jul 17 04:12:28 GMT 2024

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

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

Back to the top