Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: cbd965b3f8d24905450a63dbd85c81a6a1749a35 (plain) (blame)
1
2
3
4
5
loadModule("/System/JVM", false);
module = createInstance("workspace://EclipseCon Europe 2017/src/org/eclipse/eclipsecon2017/SimpleModule.java");
wrap(module);

greet();

Back to the top