#Library not loading

5 messages · Page 1 of 1 (latest)

plain field
#

I have made a java program that includes the JErrorMessage library. It works when i run it in my IDE, but not in the .jar executable

soft vaultBOT
#

This post has been reserved for your question.

Hey @plain field! Please use /close or the Close Post button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically marked as dormant after 300 minutes of inactivity.

TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.

pale arch
#

You need to run it with java --module-path *.jar your.fully.qualified.MainClassName or similar

#

possibly --class-path instead of --module-path