var java = {version:'0.0.1'};
java.Base = Class.create();
java.Base.prototype = {
	initialize: function(){
	}
};
