Hi Albert,
Thanks for pointing this out. As I don't have Win 98, there was no way for
me to test it. I'll change the script. In any event "CayenneModeler" batch
Window title is no longer needed as we are using javaw to start the app,
and the batch window closes after starting the Modeler anyway.
Thanks
Andrus
> Hi,
>
> I'm just starting to learn Cayenne (1.1, R2). Running modeler.bat on
> win98, I need to change the line :
>
> start "CayenneModeler" "%JAVACMD%" -cp "%CLASSPATH%;%DEFAULT_CLASSPATH%"
> %MAIN_CLASS% %*
>
> (removing "CayenneModeler") to :
>
> start "%JAVACMD%" -cp "%CLASSPATH%;%DEFAULT_CLASSPATH%" %MAIN_CLASS% %*
>
> Else, I get "Bad command or file name".
>
> Running on Win XP is fine with modeler.bat unchanged. I suppose windows
> 'start' works differently between os.
>
> Albert
This archive was generated by hypermail 2.0.0 : Fri Oct 29 2004 - 09:38:05 EDT