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 #448] Sun, 20 April 2003 12:25 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: In AGR While Creating Datapool, "Link to Datapool" is not visible [message #1788256] Wed, 30 May 2018 16:28 Go to previous message
Eclipse UserFriend
1
Previous Topic:UNC Mapping
Next Topic:how to modify a cell in TableView (CellEditor) ?
Goto Forum:
  


Current Time: Fri Apr 26 23:28:01 GMT 2024

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

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

Back to the top