Re: [PLUG] Can't figure out how to launch a Java app

2019-10-06 Thread John Jason Jordan
On Sun, 6 Oct 2019 13:12:11 -0700 King Beowulf dijo: >On 10/6/19 12:02 PM, John Jason Jordan wrote: >> For many years I have used TreeForm, a Java application, to draw >> syntax trees. The latest version I have working is TreeForm 10.3, >> but the current latest version is 1.11, and I can't

Re: [PLUG] Can't figure out how to launch a Java app

2019-10-06 Thread King Beowulf
On 10/6/19 12:02 PM, John Jason Jordan wrote: > For many years I have used TreeForm, a Java application, to draw syntax > trees. The latest version I have working is TreeForm 10.3, but the > current latest version is 1.11, and I can't figure out how to launch it. > >

Re: [PLUG] Can't figure out how to launch a Java app

2019-10-06 Thread Rich Shepard
On Sun, 6 Oct 2019, John Jason Jordan wrote: To launch 10.3 I use 'java -Xmx256m -Xms64m -jar TreeForm.jar' from the command line while in the folder for 10.3. But after unpacking the download package for 1.11 I can't find a .jar file anywhere. John, Two questions: 1) Is 1.11 really an

[PLUG] Can't figure out how to launch a Java app

2019-10-06 Thread John Jason Jordan
For many years I have used TreeForm, a Java application, to draw syntax trees. The latest version I have working is TreeForm 10.3, but the current latest version is 1.11, and I can't figure out how to launch it. https://sourceforge.net/projects/treeform/ To launch 10.3 I use 'java