Activity for capape

  • capape capape modified a comment on discussion Observation Manager

    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.

  • capape capape posted a comment on discussion Observation Manager

    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.

  • capape capape posted a comment on discussion Observation Manager

    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

  • capape capape posted a comment on discussion Observation Manager

    Fixed windows version now.

  • capape capape modified a comment on discussion Observation Manager

    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é

  • capape capape posted a comment on discussion Observation Manager

    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é

  • capape capape posted a comment on discussion Observation Manager

    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 ...

  • capape capape posted a comment on discussion Observation Manager

    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.

  • capape capape posted a comment on discussion Observation Manager

    Hi Denny, You should download the program, unzip it . After that execute obs.bat for windows, obs.sh for linux. I'll check how to launch for Mac and tell you Anyway, before that you need java installed in your PC. I test the software and, at least in linux, does not work for version later than java 8. Regards

  • capape capape posted a comment on discussion Observation Manager

    Hi everyone, I've just download this software, but it seems to be discontinued, doesn't it? By the way. It doesn't launch, at least for linux, for java versions higher than 8. For java 8, I needed to change obs.sh to execute java command in this way: java -classpath "$DIR/lib/*" de.lehmannet.om.ui.navigation.ObservationManager $@ I hope this helps someone. Regards. -- José Antonio Capapé Gil

  • capape capape posted a comment on discussion Observation Manager

    Try to change obs.sh to launch in this way java -classpath "$DIR/lib/*" de.lehmannet.om.ui.navigation.ObservationManager $@

1