Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

Testing banner

Forms Standalone Launcher and HTTP for -jar Option

User_5R9P7Oct 7 2022

I'm starting a Forms application using the java.exe -jar option so we can point at the forms standalone launcher jar [FSAL]. What location schemes does this support? The following work
java.exe -jat c:\jar.jar
java.exe -jar \\server\share\jar.jar
The following does not work:
java.exe -jar https://server/jar.jar
java.exe -jar http://server/jar.jar
Hosting the JAR files on a web server would be highly desirable for our use case.

Comments
Post Details
Added on Oct 7 2022
0 comments
24 views