TScottJ / OpenEphyra

This repository contains a resurrected and repaired version of OpenEphyra, from https://mu.lti.cs.cmu.edu/trac/Ephyra/wiki/OpenEphyra.
GNU General Public License v2.0
123 stars 45 forks source link

Error when running shell for OpenEphyra on Mac #3

Open zoraidacallejas opened 9 years ago

zoraidacallejas commented 9 years ago

I am trying to run the revised version on a Mac with the command sh OpenEphyra.sh I get the message: Error: Could not find or load main class info.ephyra.OpenEphyra Have you come across this error before and can you advise?

payne8 commented 9 years ago

I am seeing this issue as well.

TScottJ commented 8 years ago

Sorry, I've never ran it on Mac OS, only Ubuntu. But that error sounds familiar...probably something didn't build correctly. Try opening the project from Eclipse, using the Ant buildfile feature (File->New->Project->Java->Java project from existing ant Buildfile) and open the existing build.xml. Then rebuild all. Good luck!