This is the mail archive of the kawa@sourceware.cygnus.com mailing list for the Kawa project.


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

Re: JEMacs paper


I'm getting a strange problem....

I've been trying to get kawa compiled objects to instantiate from
Java...

I compiled this:

  (define somevar 5)


to a class called a.class.

Then I did this in Java:

   public void main(String...
   {
     a a1=new a();
   }

compiled it and ran it and I get a NullPointerException in <init>.

Any ideas?


Nic

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