|
from what you said, it sounds like you’re
double clicking on the jar from the “file maanger” like you said.
Try opening a console (command shell) and typing java –jar <name of
file> When you do this you will be able to see
the console output of your application which you probably don’t see when
you run it from the file manager. From:
Ewald Horn [mailto:[EMAIL PROTECTED] Hi. I have a small application that runs fine in the NetBeans
IDE. The problem is that if I invoke the JAR file directly from file manager
some of the windows fail to appear. There are no error messages, it's just as
if the program is ignoring the commands. I have included the new layout
libraries in the classpath and the screens depending on them are showing up
just fine. The problems seems to be with the screens that make use of standard
Swing layouts. Funny thing is that I'm not getting any error messages and
that the folders created by these screens DO get created. It's just that they
never appear on-screen for some reason. Has anyone had a similiar experience ? Regards Ewald Horn |
- [CTJUG Forum] Re: Run outside IDE Michael Wiles
- [CTJUG Forum] Re: Run outside IDE Ewald Horn
