aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ltw/server-parentandchild.properties
blob: b917f564e01a1974242b345b98c8aa1497ed39e5 (plain)
1
2
3
4
5
6
# loader.XXX=Name,Classpath[,Parent]
loader.parent=Parent,parent.jar
loader.child=Child,child.jar,Parent

# main=Class,Loader
main=HelloWorldWithException,Child