On Thu, 2 Aug 2001 15:39, joe black wrote: > Hi : > > > When jakarta-avalon-phoenix\dist\bin\run.bat is executed, which java class > is running? > > The command would be like "D:\jdk1.3.1\bin\java > -Djava.ext.dirs=E:\Download\tech\apache\jakarta-avalon-phoenix\dist\lib > -Dphoenix.home=E:\Download\tech\apache\jakarta-avalon-phoenix\dist-Djava.se >curity.policy=jar:file:E:\Download\tech\apache\jakarta-avalon-phoenix\dist/b >in/phoenix-loader.jar!/META-INF/java.policy -jar > E:\Download\tech\apache\jakarta-avalon-phoenix\dist\bin\phoenix-loader.jar" >, but I can't see which class is loaded in this command.
The launcher relies on the standard jar mechanism to look in manifest of phoenix-loader.jar for Main-Class: attribute. Currently the class that is launched is org.apache.avalon.phoenix.launcher.Main Cheers, Pete *-----------------------------------------------------* | "Faced with the choice between changing one's mind, | | and proving that there is no need to do so - almost | | everyone gets busy on the proof." | | - John Kenneth Galbraith | *-----------------------------------------------------* --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
