Re: Fairly sure the Class Format error is a JServ problem

1999-07-01 Thread Jason Proctor
-- Unfortunately the problem class is one from a commercial package, that I don't have the source for. The vendor is looking into it, but I needed it to work ASAP. I think you're right about the compiler though, they probably compiled it with some nonstandard compiler like an older J++ or somethi

Re: Fairly sure the Class Format error is a JServ problem

1999-07-01 Thread Ross Cormier
-- Try compiling your class with a different compiler. I had the same problem a few months ago, and it was my compiler, JBuilder. Jikes found that there was an error in the source. Ross -- -- To subscribe:[EMAIL PROTECTED]

Re: Fairly sure the Class Format error is a JServ problem

1999-07-01 Thread Jason Proctor
-- I hadn't, but I just tried it and it works now. This will do fine until the authors of the renegade class file figure out what the real problem is. Thankyouthankyou! >-- > >Did you try running JServ with the -noverify command line option? > >Damian > >Jason Proctor wrote: >> >> -- >> >> OK

Re: Fairly sure the Class Format error is a JServ problem

1999-07-01 Thread Damian Fauth
-- Did you try running JServ with the -noverify command line option? Damian Jason Proctor wrote: > > -- > > OK so I went up from 1.0b5 to 1.0 and I'm still getting the class format > errors. I was thinking it might have been a Blackdown VM problem, but as > it's failing on the NT box in an id

Fairly sure the Class Format error is a JServ problem

1999-06-30 Thread Jason Proctor
-- OK so I went up from 1.0b5 to 1.0 and I'm still getting the class format errors. I was thinking it might have been a Blackdown VM problem, but as it's failing on the NT box in an identical fashion under the Sun VM I'm reasonably sure it's a JServ issue. Is JServ's class loader significantly di