# The URL from which the client is downloaded version = 20191217 appbase = https://projects.ral.ucar.edu/jazz/releases/%VERSION% # When testing or running a fixed version, the line below should be commented out latest = https://projects.ral.ucar.edu/jazz/releases/latest8.txt # UI Configuration resource = jazz.png resource = jazzIcon.png resource = README.run resource = runJazz.sh resource = runJazz.bat resource = runJazz.command ui.name = Jazz ui.background = 3399AA ui.background_image = jazz.png ui.icon = jazzIcon.png ui.progress = 0, 475, 757, 25 ui.progress_bar = 3333FF ui.progress_text = FFFFFF ui.status = 5, 475, 757, 20 ui.status_text = FFFFFF # ui.text_shadow = FFFFFF # Application jar files code = commons-cli-1.4_JAZZ_2_6_0.jar code = commons-validator-1.6_JAZZ_2_6_0.jar code = httpclient-4.3.2_JAZZ_2_6_0.jar code = httpcore-4.3.1_JAZZ_2_6_0.jar code = images_JAZZ_2_6_0.jar code = jaxen-1.2.0_JAZZ_2_6_0.jar code = jazz_JAZZ_2_6_0.jar code = jdom-2.0.6-contrib_JAZZ_2_6_0.jar code = jdom-2.0.6_JAZZ_2_6_0.jar code = JTS-1.3_JAZZ_2_6_0.jar code = netcdfAll-5.2.0_JAZZ_2_6_0.jar code = resources-2.0-B1_JAZZ_2_6_0.jar code = resources_JAZZ_2_6_0.jar code = saxpath_JAZZ_2_6_0.jar code = shapefile-2.0-B1_JAZZ_2_6_0.jar code = xercesImpl_JAZZ_2_6_0.jar code = xmlConfig_JAZZ_2_6_0.jar code = xmlParserAPIs_JAZZ_2_6_0.jar # The main entry point for the application class = edu.ucar.rap.jazz.apps.jazz.Jazz # JVM args jvmarg = -Xmx1200M jvmarg = -Xms64M # App args (Optionally identify the location of the starting Jazz config file or print help) # apparg = http://ral.ucar.edu/projects/jazz/config.xml # Command-line passthroughs. Lets GetDown be called with extra command-line args, like: # java -jar jazz.jar . -help # or java -jar jazz.jar . -open file:/path/to/initial/launch/config.xml # All general jvmargs and appargs will also be included, so no need to repeat those. -help.class = edu.ucar.rap.jazz.apps.jazz.Jazz -help.apparg = -help -open.class = edu.ucar.rap.jazz.apps.jazz.Jazz -verbose.jvmarg = -Dedu.ucar.rap.level=ALL -convertJazzcolorscale.class = edu.ucar.rap.jade.view.legend.JazzXMLColorScaleImporter -convertCIDDcolorscale.class = edu.ucar.rap.jade.view.legend.CIDDColorScaleImporter -convertCMcolorscale.class = edu.ucar.rap.jade.view.legend.CMColorScaleImporter -convertGMTcolorscale.class = edu.ucar.rap.jade.view.legend.GMTColorScaleImporter -convertMDLcolorscale.class = edu.ucar.rap.jade.view.legend.MDLColorScaleImporter -makeColorscale.class = edu.ucar.rap.jade.view.legend.ColorScale # Advanced setting - If specified, anything in the $JAZZ_OPTS environment variable will be passed as a JVM arg -opts.jvmarg = %JAZZ_OPTS%