This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
RE: jc1 segfaults compiling volano
- To: Jim.Mcgrath@nationsbank.co.uk
- Subject: RE: jc1 segfaults compiling volano
- From: MAckroyd@iclretail.icl.com
- Date: Tue, 22 Jun 1999 11:45:29 +0100
- Cc: java-discuss@sourceware.cygnus.com
>>I have a feeling that some of the NTService classes under com.ms.service
use
>>J/Direct and or COM extensions. I have tried loading classes generated by
>>the Microsoft java compiler jvc under the Sun JVM and I get a class not
>>found exception.
They do. This stub code though doesn`t even ipmort or use the
com.ms.service.
> > package COM.volano;
> >
> > public class NTService
> > {
> > public static void \u01ad (String a, String b) {}
> > public boolean handleStop() {return true;}
> > public boolean handleShutdown() {return true;}
> > }
>
Where is it picking up the reference to com.ms.service? Could there be a
class file lurking about somewhere?
Mark