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 

error: unable access jarfile yed.jar


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -