| Author |
Deploy Eclipse Plugin with JWS
|
Suma Rangaraj
Ranch Hand
Joined: Feb 02, 2005
Posts: 50
|
|
Hello,
I have an eclipse plugin that I am trying to deploy online. I found some instructions online but they are not clear.
There are 3 jar files that correspond to 3 eclipse plugins (that correspond to a tool I developed) and a feature.xml.
How do I combine these together?
Do I need to make one common jar file of all the three jar files and then make a JNLP and deploy it?
Thanks for your help.
|
 |
Suma Rangaraj
Ranch Hand
Joined: Feb 02, 2005
Posts: 50
|
|
I was able to package and download the application successfully. But the eclipse plugin application is not launching. It says Starting application and nothing happens
Any ideas why this could be? Thansk for your help.
|
 |
Maneesh Godbole
Saloon Keeper
Joined: Jul 26, 2007
Posts: 8553
|
|
|
Take a look at the java console. You should be getting a stack trace in case of errors.
|
[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
|
 |
Suma Rangaraj
Ranch Hand
Joined: Feb 02, 2005
Posts: 50
|
|
I dont see any errors.. however, it is an eclipse plugin and I have 2 jnlp files (one that refers teh eclipse startup.jar and the otehr jnlp that has all the plugins). I am not sure if I am missing anything. i followed the instaructions mentioned here -
http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.platform.doc.isv/guide/java_web_start.htm
|
 |
 |
|
|
subject: Deploy Eclipse Plugin with JWS
|
|
|