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 --~--~---------~--~----~------------~-------~--~----~ 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 java-ee-j2ee-programming-with-passion@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---