Hey, After compiling QuickTest.java, with the command javac -classpath /Users/matt/eclipse/lib/eclipse.jar: QuickTest.java when I subsequently try and run the quick test I get a Null Pointer Exception, I figure that I have not set the directory correctly but it is /Users/matt/eclipse and I can run eclipse from the command line so im not sure what is going on. java -classpath /Users/matt/eclipse/lib/eclipse.jar: - Declipse.directory=/Users/matt/eclipse QuickTest Exception in thread "main" java.lang.NullPointerException at com.parctechnologies.eclipse.EmbeddedEclipse.loadEclipse( EmbeddedEclipse.java:312) at com.parctechnologies.eclipse.EmbeddedEclipse.processOptions( EmbeddedEclipse.java:234) at com.parctechnologies.eclipse.EmbeddedEclipse.<init>( EmbeddedEclipse.java:164) at com.parctechnologies.eclipse.EmbeddedEclipse.getInstance( EmbeddedEclipse.java:124) at QuickTest.main(QuickTest.java:44)Received on Mon Jan 08 2007 - 22:57:17 CET
This archive was generated by hypermail 2.2.0 : Thu Feb 02 2012 - 02:31:57 CET