Showing posts with label SMTP. Show all posts
Showing posts with label SMTP. Show all posts

Tuesday, August 6, 2024

Windows: Setting a shortcut to a launch a java jar file

Create a shortcut and edit the properties -> Target to; javaw.exe -jar yourjava.jar 

In the example below I'm using fakeSMTP , an smtp server emulator I've mentioned in a previous post.