ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

Runjva command/jvm version

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Runjva command/jvm version

    Hello,

    Is there a way to control the JVM to be run in the runjva command.

    We had a jvm level get changed by accident, and Im looking to how to prevent it.

    Thanx ...

  • #2
    Re: Runjva command/jvm version

    You would control this by setting the JAVA_HOME environment variable. (Unless you're running a very old JVM, then you may need to use the java.version property.)

    JAVA_HOME is the standard way to control the JVM in Java.

    Comment


    • #3
      Re: Runjva command/jvm version

      Thanx, that will do it ...

      Comment

      Working...
      X