hi ilias,
this is correct! cp.bat is only used add all jars to the classpath
jakob
Ilias Lazaridis schrieb:
Jakob Braeuchi wrote: [...]
this is tha batch file i use:
@echo off
set cp= for %%i in (lib\*.jar) do call cp.bat %%i set CP=classes;%CP%
java -cp %CP% org.apache.ojb.tutorial1.Application
=> missing cp.bat
content of cp.bat
set CP=%CP%;%1
.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
