Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Export or Deployment Java application to work with Webstart
Export or Deployment Java application to work with Webstart [message #1767812] Tue, 11 July 2017 11:13 Go to next message
Shlomo Belleli is currently offline Shlomo BelleliFriend
Messages: 9
Registered: July 2012
Junior Member
Hi
Why Eclipse don't have out of the box a facility as in Netbeans to deploy / export Java application for WebStart JNLP
this feature is a must have , it is not an extra.
The product is so heavy with a full of options that most developers don't need , but lack this crucial but simple feature.
An open tool must give his users the option to work "OPEN" and not through the Oracle cloud and such...

Why?
Re: Export or Deployment Java application to work with Webstart [message #1767822 is a reply to message #1767812] Tue, 11 July 2017 12:25 Go to previous messageGo to next message
Stephan Herrmann is currently offline Stephan HerrmannFriend
Messages: 1853
Registered: July 2009
Senior Member
JDT knows nothing about JNLP indeed (that's by design).
I suggest you ask in a forum where people do know about web technologies, like https://www.eclipse.org/forums/index.php/f/251/
Re: Export or Deployment Java application to work with Webstart [message #1767824 is a reply to message #1767822] Tue, 11 July 2017 12:34 Go to previous messageGo to next message
Shlomo Belleli is currently offline Shlomo BelleliFriend
Messages: 9
Registered: July 2012
Junior Member
Hi
Thank you for your reply
But this issue is not only for web projects
I think that the deployment stage is one part and important one from the Java development process
Shlomo

Re: Export or Deployment Java application to work with Webstart [message #1767831 is a reply to message #1767824] Tue, 11 July 2017 12:50 Go to previous message
Stephan Herrmann is currently offline Stephan HerrmannFriend
Messages: 1853
Registered: July 2009
Senior Member
Of course, deployment is an essential part of any software development.
As per the architecture of Eclipse, JDT implements only the most universal approach: exporting a jar file.
Everything beyond that is specific to either a target platform or a particular build technology.

See, e.g., that the Maven integration (m2e) seamlessly lets you create any kind of deployment for which a maven plugin exists.
PDE and tycho are there to deploy any OSGi/Equinox/RCP application.
Etc.

Lot's of other technologies exist, for which specific export wizards etc. are provided.

The Eclipse community has tons of functionality on offer, it may only be slightly difficult to find, which component (plug-in) provides which function.
The Eclipse packages try to mitigate this by packaging typical sets of plug-ins into one download.
For anything with "Web" in its name you should probably start from either "Eclipse IDE for JavaScript and Web Developers" or "Eclipse IDE for Java EE Developers", which may have the function you are looking for.
And if not, then the web tools forum will have better answers than we (JDT) can provide.

HTH,
Stephan
Previous Topic: How to change the completion proposal to the right of the document
Next Topic:breakpoints controlled by different trigger points
Goto Forum:
  


Current Time: Thu Apr 18 02:59:47 GMT 2024

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

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

Back to the top