Code jumps out of a jar and runs? What is causing this?
- by Mike
I am trying to get a sample program working with JUNG, a graphing tool in Java. I downloaded and referenced all the .jar files in eclipse so my project hierarchy looks like this:
In Test.java I have the following code:
public class Test {
static public void main() {
System.out.print("Hello");
}}
For some reason though when I try to run it…