-
Notifications
You must be signed in to change notification settings - Fork 24
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
Unable to use aracne.jar executable #5
Comments
Hi, this is actually the expected behavior. Unfortunately, the current version of ARACNe doesn't have a help menu by default. You can invoke it by |
Thank you! |
The error is caused by the source file format. |
@biginfor @grosenberger |
You need to supply the argument |
|
Hello, I've build the jar with
ant main
as indicated with no errors (openjdk version "1.8.0_212"), but if I runjava -jar ./aracne.jar
I get this error:Exception in thread "main" java.lang.NullPointerException
at java.io.File.(File.java:277)
at aracne.Aracne.main(Unknown Source)
What is the cause of that?
Thank you in advance.
The text was updated successfully, but these errors were encountered: