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

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -