executable « Development « Maven/Ant Q&A

Home
Maven/Ant Q&A
1.Ant
2.artifact
3.dependency
4.deploy
5.Development
6.eclipse
7.glassfish
8.hudson
9.integration
10.jetty
11.junit
12.m2eclipse
13.module
14.netbeans
15.package
16.plugin
17.POM
18.repository
19.svn
Maven/Ant Q&A » Development » executable 

1. How to specify JVM argument for Maven built executable JAR    stackoverflow.com

When using Maven to build an executable JAR, how do I specify the JVM arguments that are used when the JAR is executed? I can specify the main class using <mainClass>. I ...

2. Error when running maven generated executable jar    stackoverflow.com

I'm having (a strange) problem when executing a maven generated executable jar:

user@host$ java -server -jar MyJar.jar 

Error
(and nothing more than this!!!) Do you have any idea what this king of error ...

3. How to generate one jar with different executable classes in maven2?    stackoverflow.com

I have a big project that uses maven and I'm creating the project's jar. The problems is that the project has several classes that can be executed. How can I accomplish ...

4. Only create executable jar-with-dependencies in Maven    stackoverflow.com

In my pom.xml I use the maven-assembly-plugin to create an executable jar-with-dependencies when running "mvn clean install". Now it first creates the non-executable "name-version.jar" and after that the "name-version-jar-with-dependencies.jar". Can I configure the ...

5. Distributing executable JARs depending on LGPL code license compilantly    stackoverflow.com

I got a Java project I don't want to publish under a Gnu license. (MIT, but nevermind.) As build management tool I use Maven, that generates a “jar-with-dependencies”. The project depends on

6. Maven executable jar with libraries on external path    stackoverflow.com

My jar is not running, I can tell it tries to run as the log4j file manage to create the log folder but then nothing happens and the log is in ...

7. Error when creating an executable test-jar in Maven    stackoverflow.com

I'm trying to create a JAR that I can put on a non development machine and run some unit tests that exercise a web service. I've read that there are ...

8. creating executable with maven    forums.oracle.com

Just one thing. If you have comment or critics, I don't mind. But some subtility and respect might still be in it's place. When I post something on a forum, it is to search help, not for your arrogance. If you can only post messages like you did on this thread, please next time, just don't reply at all. Then you ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.