This is the mail archive of the kawa@sources.redhat.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]
Other format: [Raw text]

Re: problem with simple compiled class


Nic Ferrier wrote:

> I'm trying to compile the following scheme and access the list from java:
> ...
> I get the following error:
> 
>   Exception in thread "main" java.lang.ExceptionInInitializerError: java.lang.NullPointerException
> 	at test.<clinit>(test.scm:1)

You need to call Scheme.registerEnvironment().
-- 
	--Per Bothner
per@bothner.com   http://www.bothner.com/per/


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