From: <php...@li...> - 2006-06-13 07:44:19
|
> > "In PHP/Java Bridge version 3.0.8 > > jar tvf c:/phptest.jar should display: > > jl/phptest > > META-INF/MANIFEST.MF > > " > i jar tvf c:/phptest.jar not find jl/phptest , only list: META-INF/ META-INF/MANIFEST.MF TxtFileIndexer.class i m java newer. my compile procedure like this: javac phptest.java jar cvf phptest.jar phptest.class is it wrong? |