Re: How to make a snap from a .jar

2016-10-12 Thread Oliver Grawert
hi, On Mi, 2016-10-12 at 18:19 +0200, oldgeek wrote: > Hi > > I have a executable .jar file inside of a .tar. > > When I build and install  a snap using this .yaml: > > http://pastebin.com/SDkqWFLg > > It does not work and I get this fault: > > /snap/highlighterpdf/x17/command-highlighterpdf.w

Re: How to make a snap from a .jar

2016-10-12 Thread Matthew Aguirre
Assuming this is a GUI and not command line. You'll need to add in access to X11 and also import in the full Java environment since the jdk plugin is headless. https://github.com/ZenHarbinger/torgo/blob/master/snapcraft.yaml Also, I'm not sure about executing the jar straight from the command