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

OpenEphyra.sh execution failed Could not find or load main class info.ephyra.OpenEphyra #7

Open dendisuhubdy opened 8 years ago

dendisuhubdy commented 8 years ago

C02QH2D7G8WM:scripts admin$ ./OpenEphyra.sh Error: Could not find or load main class info.ephyra.OpenEphyra

vivektiwari1986 commented 8 years ago

Do you have a compiled jar in the directory?

tanmayb123 commented 8 years ago

Hi - I had this issue, just go one directory out of "scripts" (where the README is), and run the "ant" command...

PraveenkumarDonga commented 8 years ago

Hi! tanmay, I ran the command "ant". but still it is not working. Exception in thread "main" java.lang.Error: Unresolved compilation problem: The method format(Date) in the type DateFormat is not applicable for the arguments (long)

at info.ephyra.io.MsgPrinter.getTimestamp(MsgPrinter.java:421)
at info.ephyra.io.MsgPrinter.printInitializing(MsgPrinter.java:107)
at info.ephyra.OpenEphyra.<init>(OpenEphyra.java:131)
at info.ephyra.OpenEphyra.<init>(OpenEphyra.java:102)
at info.ephyra.OpenEphyra.main(OpenEphyra.java:88)

Please help me with this Thanks, Praveen.

PraveenkumarDonga commented 8 years ago

Hi! vivektiwari, I didn't get your point. what is that compiled jar?

Please help me with this Thanks, Praveen.

tanmayb123 commented 8 years ago

Hi - what OS are you running?

PraveenkumarDonga commented 8 years ago

Hi! Tanmay, I am using ubuntu14.04.

tanmayb123 commented 8 years ago

Alright, thanks! I'll get that on a VM, test it out, record it, and send it to you.