CIDARLAB / cello

Genetic circuit design automation
http://www.cellocad.org/
BSD 2-Clause "Simplified" License
801 stars 133 forks source link

ESPRESSO ISSUE #35

Open kenextra opened 6 years ago

kenextra commented 6 years ago

I downloaded cello because I wanted to run it as a java Application in order to understand the underlying code for my project.

It gives error saying that "ERROR :: expresso.exe file not found. Please check the netSynthResources Folder" @ org.cellocad.BU.netsynth.Utilities getFileContentAsStringList I changed the "espresso" (which I believe that it's the right time) to "expresso" and I got another error that it can't find "expresso" methods.

I decided to have both "espresso" and "expresso" in the folder and I got another error "java.lang.NoSuchFieldError: Name" which I think it was because of having both names.

Please how do I fix this?

tim-tx commented 6 years ago

There was a typo in netsynth, it was looking for expresso.exe rather than espresso.exe. Please sync your local copy or re-clone and try again.

kenextra commented 6 years ago

I just tried and I am still getting the same error

kenextra commented 6 years ago

Can you check the netsynth again. I'm still getting the same error.

Thanks.

tim-tx commented 6 years ago

I assume you're using maven? However you installed NetSynth.jar from resources/library/, you'll have to do that again with the new jar that I put up a few days ago.

kenextra commented 6 years ago

I re-cloned and tried but I am still getting the expresso.exe not found error.