Questions tagged [jshortcut]

JShortcut is a JNI library to allow Java programs to create shortcuts and menu items on Windows.

2 questions
0
votes
0 answers

Building JShortcut JNI dll

I'm trying to build the JShortcut dll for x64 based the source found in Github : https://github.com/jimmc/jshortcut/ I cloned the repository, followed the Make instructions. But I have trouble with following action: You can build everything except…
lvr123
  • 524
  • 6
  • 24
0
votes
0 answers

Windows shortcut using JShortCut no console window

I've been experimenting with JShortCut to create Windows shortcuts. It works well, but I can't figure out how to disable the console window for the shortcut, because a console window will open up when you open the created shortcut. Ho can I disable…
Jochem
  • 25
  • 7