I've been following the guide at http://www.biomart.org/other/rc6_documentation.pdf
Run MartConfigurator with the following command in the directory of your installation:
./dist/scripts/martconfigurator.sh
When I do this, I get the following error:
Error: Could not find or load main class org.biomart.configurator.test.MartConfigurator
and I have no idea if this is relevant, but within martconfigurator.sh there's this line:
$JAVA -Xmx2048m -Xms1024m -cp $TMP_CLASSPATH org.biomart.configurator.test.MartConfigurator $@
did you run
ant
and did that complete correctly?Yes, I get BUILD SUCCESSFUL displayed after I run
ant
. I have tried uninstalling and reinstalling several times now, I always get the messageStarting MartConfigurator please wait .... Error: Could not find or load main class org.biomart.configurator.test.MartConfigurator