| DOES NOT see my plugins(B Eclipse from A Eclipse) [message #448] | 
Sun, 20 April 2003 08:25   | 
 
Eclipse User  | 
 | 
 | 
   | 
 
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.
 |  
 |  
  | 
 | 
Powered by 
FUDForum. Page generated in 0.12647 seconds