You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: