User Tools

Site Tools


SYSTEM PROPERTY

Guide Section: Processing Object Data | EASAP Tree: DATA PROCESSING Branch


SYSTEM PROPERTY generates a scalar value from a Java system property.

SYSTEM PROPERTY is useful when running Java code as the underlying software of an application. The Java system property to evaluate is entered as the value for the Property: parameter. System property examples include:

  • java.home
  • user.name
  • user.home
  • user.dir
  • os.name
  • os.version

For more examples, you can click the System Properties link on this page:

https://docs.oracle.com/javase/tutorial/essential/environment/sysprop.html

SYSTEM PROPERTY
Essential Parameters:
Property:Java System Property to evaluate (e.g. java.home)
Optional Parameters:
System Source:Select location of the Java properties either local java in EASA Client or java out on EASA Server (default→Local, Server)