Hi,
In the course of installing JBOSS on my OS X (not server) I discovered something weird. Part of the run.sh in JBOSS is that it looks for "Hotspot" on java -version output. If it finds HotSpot, it will assume java can take the -server option.
Surprise! java -server yields an error on MAC OS X indicating that this -server is not recognized. Running java with -server option on my Mandrake linux is ok.
So my question is this:
1. Does this jdk1.3.1 on Mac OS 10.1 really is 1.3.1? If so, why doesn't it support -server?
2. If it doesn't support it why say it supports HotSpot? (Granted, I have no clue what HotSpot is, but JBoss seems to assume that if you say you do HotSpot you do -server. Who's wrong? Mac? JBoss? Or my reasoning is flawed?)
Thanks!
G
In the course of installing JBOSS on my OS X (not server) I discovered something weird. Part of the run.sh in JBOSS is that it looks for "Hotspot" on java -version output. If it finds HotSpot, it will assume java can take the -server option.
Surprise! java -server yields an error on MAC OS X indicating that this -server is not recognized. Running java with -server option on my Mandrake linux is ok.
So my question is this:
1. Does this jdk1.3.1 on Mac OS 10.1 really is 1.3.1? If so, why doesn't it support -server?
2. If it doesn't support it why say it supports HotSpot? (Granted, I have no clue what HotSpot is, but JBoss seems to assume that if you say you do HotSpot you do -server. Who's wrong? Mac? JBoss? Or my reasoning is flawed?)
Thanks!
G