Btw Is there any other sources for JPDA help ? I sent a message to
[EMAIL PROTECTED] but still haven't gotten a reply.
Jim Piersol wrote in message ...
>Hi,
>
>I was hoping to get a hint about why I am getting the following error:
>
>
>HotSpot VM warning: Setting of property "java.compiler" is ignored
>Error [9] in connect() call!
>err:: Bad file number
>Socket transport failed to init.
>Transport dt_socket failed to initialize, rc = -1.
>FATAL ERROR in native method: No transports initialized
>
>My command line looks like this:
>/opt2/local/java/jdk/jdk1.2.2/jre/bin/java -Xdebug -Xnoagent -Djava.compile
r
>=NONE -Xrunjdwp:transport=dt_socket,address=eagle:54427,suspend=y -mx32m -m
s
>16m -DSERVER_URL=t3://eagle:9764 strata.c3c.gui.C3C
>
>I am running Solaris2.6, JDK1.2.2 reference impl., JPDA 1.0 RC1
>
>If I try the above with the -classic argument, I get a java core dump.
>
>Any clues would be appreciated.
>
>