Question

I have a Java Swing application which runs properly in my computer. When the same is run on another system, the application runs but the following errors occur:

  1. getText(), setText() not working.
  2. Command prompt shows error awt event queue error 0" ,class not found exception etc.. This is a id card printing application

Can someone help me solve these errors?

Was it helpful?

Solution

I have the same problem. If you are using database objects to insert before db if problem with database code will shows the same error as my case. Please check your database code, thanks

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top