Unconfigured Ad Widget

Collapse

Announcement

Collapse
No announcement yet.

JDK 1.3

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

  • JDK 1.3

    OK, I found where it can be set. Its one of the options when running a class. eg: java -chkpath 0 HelloWorld to see a complete list; enter java -h Trevor

  • #2
    JDK 1.3

    We just installed JDK 1.3 and now I can't run some of my classes that worked fine with 1.1.8 It appears to hinge on CHKPATH Message JVAB529 Public write authority on "/home/TREVS". Recovery . . . : If the Classpath security check level (CHKPATH) is *SECURE, the command cannot complete if a directory in the classpath has public write authority. Have your administrator remove public write authority from directory "/home/TREVS", or change CHKPATH and run the command again. So how do I change CHKPATH? I tried using set; changing "os400.class.path.security.check" in my SystemDefault.properties and lots of combinations. We're at V4R5 Trevor

    Comment


    • #3
      JDK 1.3

      Just do a chmod -R 644 /home/TREVS from the qsh environment.

      Comment

      Working...
      X