0

I read this article and wanted to do same thing using Java (.jar) file instead of .exe

And suppose my program just prints the path of the selected file which right clicked to my content menu.

Please see below Image. I want like this the option(Copy File Path) in MS Windows Context Menu using a Java Application:

enter image description here Sorry for my weird language, i hope somebody fix that.

Best regards

Sanjeev
  • 9,876
  • 2
  • 22
  • 33
smftr
  • 923
  • 3
  • 17
  • 31

2 Answers2

0

Open with then select java under JDK_HOME. then you are free to run it after clicking...

Ahmet Karakaya
  • 9,899
  • 23
  • 86
  • 141
-2

You only have to double-click on the .jar file.

Sathyajith Bhat
  • 21,321
  • 22
  • 95
  • 134
sexyboy
  • 24
  • 2