I guess I figured it out. Need to use -Xverify:none instead of -noverify, since -noverify is deprecated. Using -Xverify:none with jsvc works fine
Tomer -----Original Message----- From: Tomer [mailto:[EMAIL PROTECTED] Sent: Friday, March 18, 2005 4:06 PM To: [email protected] Subject: JSVC noverify howto Hi All Ive been using jsvc for a while. An issue came up: I need to run my jvm with the flag -noverify. Unfortunately it does not seem as though jsvc understands or is willing to accept that parameter on the command line. Anyone has any solutions or ideas? Thanks, Tomer --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
