I have been able to get portable apps from other sources in .exe format to show up in the menu, but I also have some .jav apps that I want to show up in the menu. Is there any way to do this?
New: KiCad (Mar 25, 2025), Platform 30.0.2 (Mar 27, 2025)
1,100+ portable packages, 1.1 billion downloads
Ad Free! Please donate today
Hi,
i realized it that way: when i want to run *.cmd/*.bat files (because of setting variables and so on) and want to have them in my apps-list, i create an exe-file with tools like "bat2exe converter" and place them in the app-folder. When i press "reload symbols" the new "app" appears and i can start it.
In your case: write a cmd/bat file which starts the *.jar-file with the needed parameters and create an exe-file. Then it should work