Skip to content
Advertisement

After exporting project to jar file, my project is not fully working

i have a problem that in Eclipse when i run my project everything is working fine but when i exporting it last class don’t want to open by clicking the button. I’m using database in every class as well as i have referenced library(jcalendar-1.4) if it will help you to solve the problem. login and registration class are working fine and after logged in and transfer to addActivity class most thing are working like adding everything to database but that one button is unable to open that last class that should show all activities added.

code for AddActivity class and button that is not working in jar file is called txtAddActivity

AddActivity.java

JavaScript

code for ShowActivities that is not displaying in jar file

ShowActivities.java

JavaScript

Advertisement

Answer

Changing from Eclipse to NetBeans fixed the issue as jar file exported from netBeans worked perfectly fine

User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement