The program is failed with "class not found" error. package com.foo; public class Hello { public static void main(String[] args) { System.out.println("Hello world"); } } The problem seems caused by using restored application class loader.