Hello, It seems that your jar didn't include some of the libraries especially your database drivers. Eclipse didn't include the library in the jar by default. You can use fatJar plugin if u wanna quickly.
Regards 2008/12/10, ncatdesigner <[email protected]>: > > > Hello Community, > > I just created a JAVA application. This application joins the records > of two tables of two different databases (Firebird and SQl Server). > I've done this using a common column as a Key. > > I've created a little GUI with awt a button and a label. When I click > on the button the logic executes the queries to the databases and join > the tables, then creates an Excel to the Desktop with the results. > > All works perfectly executing from eclipse but when I executed form > the executable JAR exported from eclipse the GUI seems to work, but > does nothing. > > Please help, thanks > > > > > > -- Horacio --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en -~----------~----~----~----~------~----~------~--~---
