java - How to use jar for open with in Windows 7 -
i have executable jar file. executable jar file accepts parameter work with.
i'm trying figure out how set "open with...".
to specific i'm using yed editor , creates files extension graphml, i'd setup yed file open such files...
i tried create yed.bat file as
start javaw -jar yed.jar %1
but when try open such file, i'm getting error jvm:
error: unable access jarfile yed.jar
Comments
Post a Comment