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

Problem in Running the Program #1

Open
Sara-Lakkis opened this issue Jun 15, 2017 · 1 comment
Open

Problem in Running the Program #1

Sara-Lakkis opened this issue Jun 15, 2017 · 1 comment

Comments

@Sara-Lakkis
Copy link

Hello,
I want to run CommunityEvaluation project
I got this error:
Cannot run program "./execs/CM-Overlapping-InfoMap-Rosvall/Infomap-0.13.5/Infomap": CreateProcess error=193, %1 is not a valid Win32 application
at java.lang.ProcessBuilder.start(Unknown Source)
The Infomap file is not an executable, it is of type file! How could it be treated as an executable win32 app even if i rebuild the projects!
What are the correct steps to rebuild the execs ? For I could not rebuild them from the main java project and I create a new project of type cpp to rebuild them. but also infomap is not an executable! How is this project running the developer's machine!?

Thanks for your help.
Best,
Sara

@rabbanyk
Copy link
Owner

rabbanyk commented Mar 8, 2018

Hi Sara,

The infomap, and other executables are the original author's distributions. Within the folder, for each algorithm, you see the specific instructions on how to build the executable for that algorithm on your system. For infomap for example, there is a makefile you need to run. There is no general build that covers all algorithms, each needs to be built manually, following the provided instruction within their corresponding folder. What this package gives you is a wrapper to work with these executables from java.

Sorry for the delayed response, I just saw the question.

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

2 participants