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

App doesn't work after exporting as JAR #122

Open
HeroErix opened this issue Mar 21, 2018 · 0 comments
Open

App doesn't work after exporting as JAR #122

HeroErix opened this issue Mar 21, 2018 · 0 comments

Comments

@HeroErix
Copy link

HeroErix commented Mar 21, 2018

I have made an application in eclipse to send certain messages based on user input. The application works fully when run in Eclipse. When I try to export the app as a runnable JAR file, I can still use the interface i made, but trying to send the frame does not work.

I have tried all three options under "Library handling". Is there another way to run the program without an IDE, or is there an extra step I need to export correctly?

EDIT: I tried running the JAR through the console and recieved this error "java.lang.UnsatisfiedLinkError: no rxtxSerial in java.library.path thrown while loading gnu.io.RXTXCommDriver". I fixed this by finding rxtxSerial.dll and moving it to the working directory. But I now receive a new error shown below.
image

The mentioned log is here:
hs_err_pid13880.log

EDIT2: I would like to add that this same issue is true for the example application. I have tried the same steps for MainApp.java as the program that I wrote and they both face the same issue.

@HeroErix HeroErix reopened this Mar 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant