• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Deploy Eclipse Plugin with JWS

 
Ranch Hand
Posts: 50
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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
Posts: 50
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Take a look at the java console. You should be getting a stack trace in case of errors.
 
Suma Rangaraj
Ranch Hand
Posts: 50
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
reply
    Bookmark Topic Watch Topic
  • New Topic