Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Runnable JAR release missing entry-point declaration for console use #3

Closed
justparking opened this issue Apr 11, 2014 · 1 comment
Closed
Assignees
Labels

Comments

@justparking
Copy link
Contributor

If using the "java -jar" method to start Nodel, the current release will report:

> java -jar nodelhost-2.0.4-rc.jar
no main manifest attribute, in nodelhost-2.0.4-rc3.jar

In the mean time the entry-point can be explicitly specified like this:

> java -cp nodelhost-2.0.4-rc3.jar org.nodel.jyhost.Launch
Nodel started, etc...

For some reason Eclipse is not performing the "Export runnable JAR" task correctly.

Note: service entry-points (for Windows and OSX) are specified outside the .JAR itself so are unaffected by this issue,

@justparking justparking self-assigned this Apr 11, 2014
@justparking
Copy link
Contributor Author

POM file has been adjusted. RC4 released.

mcartmel referenced this issue in mcartmel/nodel May 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant