maven-webstart-plugin is a Maven plugin that builds JNLP files and prepares a Maven project for distribution through Java Web Start.
Questions tagged [maven-webstart-plugin]
20 questions
0
votes
1 answer
java.lang.ClassNotFoundException: org.eclipse.equinox.launcher.WebStartMain
I try to launch my RCP-project with jnlp. So i implemented a small e4-RCP project. Starting with the product doesn't cause any problem. The application supposedly works just fine. I installed a tomcat server running at localhost:8080, this also…

Lycone
- 650
- 9
- 18
0
votes
0 answers
JNLP: How to use javax.jnlp.DownloadService
I'm working on a project where I'm supposed to launch an Eclipse RCP-Project with JNLP. Now, I've just got introduced to the JNLP-World and don't really get everything straight. I saw that, there's a way to structure the download of resources with a…

Lycone
- 650
- 9
- 18
0
votes
0 answers
Web Start app exception on launch
I have a problem when launch my web start app. I take a ClassNotFoundException by an external Jar, but this jar is correctly defined in my jnlp and his path it's correctly accessible too.
This is the trace of the exception:
13:05:05.848 [Thread-18]…

manrod
- 13
- 3
0
votes
1 answer
webstart-maven-plugin including test scoped dependencies
In a multi module project I have a dependency on ProjectB (main and test) in ProjectA's pom configured as
com.company
ProjectB
0.0.1-SNAPSHOT
…

9jabounce
- 1
- 3
0
votes
1 answer
Maven: webstart, buildnumber and finalName conflict?
I generate a build-number with this part of the POM file:
org.codehaus.mojo
buildnumber-maven-plugin
1.2
…

Martin Weber
- 3,892
- 4
- 20
- 23