Re: uberjar problem - main class not found

2003-08-22 Thread Ben Walding
This level of nesting is not supported for uberjars. Reasons: 1) It's not supported and would be non-trivial to do (this is not to say hard, but it's not a use case that I normally see) 2) It'd be fiendishly slow. Classworld's uberjars are already quite slow, another level of unpacking would ex

uberjar problem - main class not found

2003-08-21 Thread robert rowntree
J:\>%java_home%\bin\java -jar J:\po_1_2\target\b2bpo-1.2-uber.jar the java command above, throws a "class not found " exception: but , the class is embedded in an inner jar inside the main "uber-jar" exception details below followed by analysis -- Exception in thread "main" jav