USEPA / emf

Emissions Modeling Framework (EMF)
6 stars 3 forks source link

EMF Client installer updates #143

Open cseppan opened 10 months ago

cseppan commented 10 months ago

UI items

Make initial window larger by default Make sure text fields expand when window is expanded Add new field to specify command-line options Check for access to Client Home Directory access (#125)

batch file updates

Use wildcard for classpath in generated batch file to avoid really long command line Include "-Djavax.net.ssl.trustStoreType=WINDOWS-ROOT" for HTTPS

cseppan commented 4 months ago

cd9442c2ab9512be9a11e2f272e7a0aeffaeb056: Increase default size of installer window 286921c3fedfa60fbc36af18a4da6a0a1b8fe882: Add new field for command-line arguments, save to preferences, include in batch file 0f6073d52549a28cf9698d7042f160a34c8f0f69: Update default server address for installer and add command-line arguments

cseppan commented 2 months ago

Need to include -Dcom.sun.security.enableAIAcaIssuers=true in command-line options

cseppan commented 2 months ago

Wildcard classpath:

set CLASSPATH=%EMF_HOME%\lib*;%EMF_HOME%\emf-client.jar