Christian Wirth wrote: > My OutOfProcessEclipse parallelisation works now (thanks to Wit Jakuczun > and Joachim Schimpf) .. but only in Windows. > When porting the program to linux, i get the following error: > > java.lang.NumberFormatException: null > at java.lang.Integer.parseInt(Unknown Source) > at java.lang.Integer.parseInt(Unknown Source) > at > com.parctechnologies.eclipse.OutOfProcessEclipse.<init>(OutOfProcessEclipse.java:82) > > called by > > System.setProperty("eclipse.directory", ECLIPSE_DIR); The first thing would be to check your value of ECLIPSE_DIR, it must point to your ECLiPSe installation directory. As it's a string, make sure it's a proper Unix path. It may be safer to use public void setEclipseDir(java.io.File eclipseDir) to set it. Also, make sure you have installed ECLiPSe properly using the RUNME script: Check whether you can manually run the command line eclipse <ECLIPSE_DIR>/bin/<ARCH>/eclipse and get a prompt. -- JoachimReceived on Tue Jun 29 2010 - 00:09:46 CEST
This archive was generated by hypermail 2.2.0 : Thu Feb 02 2012 - 02:31:58 CET