Main siteMain site  ForumForum  ForumSearch  Private messageEmail contact  RegisterRegister  Log inLog in 
Topic: trying to install on OS X
Reply to topic
Author Message
jimbo



Joined: Apr 12, 2005
Posts: 1

PostPosted: Apr 12, 2005 4:50 PM    Post subject: trying to install on OS X

Hi, I am trying to run the start.sh script, and I am getting the following error in terminal:

Exception in thread \"main\" java.lang.NoClassDefFoundError: com/proatech/bioera/Main

How can I fix this?
OS X.3.6
Java 1.4.2
Jarek Foltynski



Joined: Jan 13, 2005
Posts: 62

PostPosted: Apr 20, 2005 5:22 PM    Post subject:

Try to execute in the command line the following:
java -classpath extioera.jar com.proatech.bioera.Main

This should start BioEra. Let me know if you have still problems.
Jarek Foltynski



Joined: Jan 13, 2005
Posts: 62

PostPosted: Apr 20, 2005 5:54 PM    Post subject:

Correction: on MacOSX it should be like that (forward slash instead of backslash):

java -classpath ext/bioera.jar com.proatech.bioera.Main

Also you may find other useful information about installation of OS X here:

http://sourceforge.net/mailarchive/forum.php?thread_id=6085623&forum_id=10061

Let me know!
Jarek
nuria



Joined: Jan 21, 2009
Posts: 1

PostPosted: Jan 21, 2009 12:00 PM    Post subject:

Hi, I also have problems installing the program to a Mac OSX.
I get exactly the same error as jimbo, even thought I'm writting the last corrected command posted.
Thanks for the help!
Nuria
Reply to topic