I've have a "netBook" with java 1.6 instaled and I already compiled (one by one) classes from the monkhouse's sample, but I don't know where to start the app execution, so I'm asking for help, because I want to watch the 3 ways (standalone and network) that supostly this example works.
I don't have any other tool to run the app, so I need to run it by command line .
Do you know the steps that I need to run the app standalone/network? (eg. I'm getting exception when apply "java ApplicationRunner")
tnx in advance
Jaime
This message was edited 1 time. Last update was at by Bear Bibeault
Ok, I made the jar file, but I think something it's wrong because I tried to run the jar and appears the following message:
"Failed to load Main-Class manifest attribute from sampleproject.jar"
I opened the jar file and the manifest file doesn't have the line "Main-Class: sampleproject.gui.ApplicationRunner", but "Created-By: 1.6.0_18 (Sun Microsystems Inc.)"
I created the jar exactly like the book mentioned:
I tried replacing the manifest file into the jar file too, but still not working.