This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: jc1 segfaults compiling volano


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. 

So even if these classes are in the classpath, they may not be recognized by
gcj.

Come to think of it, unless you're running gcj under cygwin, this may be the
answer to a completely different question.

Jim McGrath 

> -----Original Message-----
> From: MAckroyd@iclretail.icl.com [mailto:MAckroyd@iclretail.icl.com]
> Sent: 22 June 1999 10:51
> To: aph@pasanda.cygnus.co.uk
> Cc: java-discuss@sourceware.cygnus.com
> Subject: RE: jc1 segfaults compiling volano
> 
> 
> > 
> > package COM.volano;
> > 
> > public class NTService
> > {
> >   public static void \u01ad (String a, String b) {}
> >   public boolean handleStop() {return true;}
> >   public boolean handleShutdown() {return true;}
> > }
> 
> If this is the stub for the NTService class file? 
> why is it looking for the com.ms.service.Service?
> 
> > COM/volano/NTService.java:0: Cannot find file for class
> > com.ms.service.Service.
> > COM/volano/NTService.java:0: Cannot find file for class
> > com.ms.service.Service.
> 
> These are classes within a package to provide all the NT 
> service crap. But
> this stub code doesn`t extend it?..
> 
> import com.ms.service.*;
> 
> public class NTService extends Service
> 
> Is this right?
> 
> Mark
> 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]