jpaulm / drawfbp

Tool for Creating and Exploring Flow-Based Programming Diagram Hierarchies
http://www.jpaulmorrison.com/fbp/
145 stars 20 forks source link

Associating the drawfbp.bat file with the .drw extension #53

Closed jpaulm closed 3 years ago

jpaulm commented 3 years ago

Associating the drawfbp.bat file with the .drw extension - help would be appreciated!

jpaulm commented 3 years ago

I have left an invitation in the Readme!

jpaulm commented 3 years ago

My GitHub project called drawfbp appears to build a file (I don't build it!) called drawfbp.bat in https://github.com/jpaulm/drawfbp/build/scripts which is close to what I would like, except that it references a folder called .../build/lib and assumes it contains some jar files... This folder does exist but it doesn't contain these files! It also uses -classpath, where I would prefer it to use -jar (as the .jar file is a "fat" one). I assume there is a template somewhere for this .bat file, but I don't know where to look.

Help would be appreciated! The generated .bat file can be seen in https://github.com/jpaulm/drawfbp/blob/master/build/scripts/drawfbp.bat . Thanks in advance!