How to run a JAR file in Eclipse? -


i downloaded conversion tool rdf2rdf(that takes in file in given format , outputs file in format) in form of jar file. wish run jar file giving 2 arguments: absolute path file intend convert , name of output file.

i copied jar file working directory , created new external tool (run -> external tools -> external tools configuration -> program). configured tool follows:

location: c:\program files\java\jre1.6.0_51\bin\java.exe

working directory: ${workspace_loc}

arguments: -jar ${workspace_loc:/name_of_jar_file.jar} ${workspace_loc:/source_file.owl} output_file.nt

when run external tool, following error: variable references non-existent resource : ${workspace_loc:/rdf2rdf-1.0.1-2.3.1}

is configuration wrong?? know how use rdf2rdf tool?

can copy , paste exact arguments used? error message says, problem may used -jar ${workspace_loc:/name_of_jar_file}, not -jar ${workspace_loc:/name_of_jar_file.jar}


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -