You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

server-parentandchild.properties 142B

123456
  1. # loader.XXX=Name,Classpath[,Parent]
  2. loader.parent=Parent,parent.jar
  3. loader.child=Child,child.jar,Parent
  4. # main=Class,Loader
  5. main=Child,Child