Freemind launcher
Following on post https://portableapps.com/node/1141#comment-6250
here is the batch file to launch FreeMind using the commonfiles/java structure
********************************************
@echo off
..\CommonFiles\Java\bin\java -cp lib\freemind.jar;lib\ant\lib\jaxb-api.jar;lib\ant\lib\jaxb-impl.jar;lib\ant\lib\jaxb-libs.jar;lib\ant\lib\namespace.jar;lib\ant\lib\relaxngDatatype.jar;lib\ant\lib\xsdlib.jar;lib\ant\lib\jax-qname.jar;lib\ant\lib\sax.jar;lib\ant\lib\dom.jar freemind.main.FreeMind
*********************************************
- Read more about Freemind launcher
- 1 comment
- Log in or register to post comments
) so I tried a couple of things.