Hi Magnus, Did you downloaded from github? The project in sourceforge is dead and only works with old java versions. I forked it in github https://github.com/capape/observation-manager/releases It's not a final version, I try to maintain it in my free time, but it works with java 11. Regards, Antonio.
Hi Magnus, Did you downloaded from github? The project in sourceforge is dead and only works with old java versions. I forked it in github https://github.com/capape/observation-manager/releases It's not a final version, I try to maintain it in my free time, but it works with java 11. Regards.
Hi Bob, Did you download the last release candidate version from github fork? https://github.com/capape/observation-manager/releases/tag/v1.6.0-RC2 If so, it should work with java 11. You don't need to compile anything, simply unzip and run it. Anyway take into account that it is an unstable version, it has bugs. It it does not work for you, please fill a bug in github project. Best regards
Fixed windows version now.
Hi everyone, I made a testing release on my fork in github. A lot of work to be done yet. You can download it from https://github.com/capape/observation-manager/releases Windows version is failing on launch (I'll try to fix it ) and mac version needs to be launched from Terminal.app, but linux version is launching without problems. I made internal refactor mainly to learn about how code is done. Please if you find issues report them in github. Antonio Capapé
Hi everyone, I made a testing release on my fork in github. A lot of work to be done yet. You can download it from https://github.com/capape/observation-manager/releases Windows version is failing on launch (I'll try to fix it ) and mac version needs to be launched from Terminal.app, but linux version is launching without problems. I made internal refactor mainly to learn about how code is done. Antonio Capapé
In mac. After download the program, unzip it to a folder. Open a terminal and go to that folder. Execute sh obs.command. In my case: MinideApapeGil2:~ antonio$ cd /Users/antonio/Downloads/observationManager MinideApapeGil2:observationManager antonio$ sh obs.command Starting ObservationManager ...
Hi Kevin, I've forked this project in github, and I'm going to try to continue with the project. By now I'm learning how source code is organized before starting to work on it. If I get any progress I'll post here.