Hi,
I posted this a while ago but haven't gotten a response, and was just hoping
to refresh some interest. I've noticed that in most cases (but not all)
jdk1.3 and 1.4beta croak if the -server option doesn't come first.
Thanks,
Ian
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, August 06, 2001 4:55 PM
Subject: Runn App and "-server" vm option
>
> Hi,
>
> When I have the heap size set Run App chokes on the -server option...
>
> cd /home/ibrandt/dedev
> java -Xms12m -Xmx128m -server -DAT_HOME=/home/ibrandt/dedev de.app.Main
>
> Unrecognized option: -server
> Could not create the Java virtual machine.
>
> Process de.app.Main exited abnormally with code 1
>
> But when heap size is set to "Standard Settings" all is well...
>
> cd /home/ibrandt/dedev
> java -server -DAT_HOME=/home/ibrandt/dedev de.app.Main
>
> 15:48:47 [I] main: ----- Starting server main -----
> etc., etc., etc.
>
> I'm running:
>
> JDE 2.2.8beta4
>
> java version "1.3.0"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0)
> Java HotSpot(TM) Client VM (build 1.3.0, mixed mode)
>
> Thanks,
>
> Ian
>
>
> .
>
.