Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] does not work --exec in 8.1.0

Hi,

A problem occurs tries to start the jetty 8.1.0.
Jetty does not work the '--exec' option in 8.1.0.

I'm using start.ini to specify JVM flags.
Here is example.

start.ini
-------------
--exec
-server
-Xmx4G
-------------

java -jar start.jar returns with an error.

-------------
java.io.IOException: Cannot run program "/usr/java/jdk1.7.0/jre/bin/java-server-Xmx4G": error=2
-------------

Maybe space has been deleted from JVM arguments.

I took the release from the Eclipse download site
http://download.eclipse.org/jetty/8.1.0.v20120127/dist/jetty-distribution-8.1.0.v20120127.zip

Did something change here, am I doing something wrong?

Thanks,
Wayama

Back to the top