Skip to content
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

Open
gspirito opened this issue May 29, 2019 · 6 comments
Open

Unable to use aracne.jar executable #5

gspirito opened this issue May 29, 2019 · 6 comments

Comments

@gspirito
Copy link

gspirito commented May 29, 2019

Hello, I've build the jar with ant main as indicated with no errors (openjdk version "1.8.0_212"), but if I run java -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.

@grosenberger
Copy link
Collaborator

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 java -jar ./aracne.jar -h.

@gspirito
Copy link
Author

Thank you!

@biginfor
Copy link

The error is caused by the source file format.

@sudheshnabodapati
Copy link

java -jar ./aracne.jar

@biginfor @grosenberger
Do you what the issue is exactly because when I type in java -jar ./aracne.jar it gives me the same error and tells me nothing new
Exception in thread "main" java.lang.NullPointerException
at java.io.File.(File.java:277)
at aracne.Aracne.main(Unknown Source)
Can someone explain me what does this mean?

@grosenberger
Copy link
Collaborator

You need to supply the argument -h, please see above answer.

@sudheshnabodapati
Copy link

sudheshnabodapati commented Apr 5, 2023

java -jar ./aracne.jar -h
@grosenberger
Unknown option '-h'
Is what Im getting when Im trying to do that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants