-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESPRESSO ISSUE #35
Comments
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. |
I just tried and I am still getting the same error |
Can you check the netsynth again. I'm still getting the same error. Thanks. |
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. |
I re-cloned and tried but I am still getting the expresso.exe not found error. |
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?
The text was updated successfully, but these errors were encountered: