We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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,
The text was updated successfully, but these errors were encountered:
POM file has been adjusted. RC4 released.
Sorry, something went wrong.
Fix log init #3
52f7080
justparking
No branches or pull requests
If using the "java -jar" method to start Nodel, the current release will report:
In the mean time the entry-point can be explicitly specified like this:
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,
The text was updated successfully, but these errors were encountered: