views:

20

answers:

0

I am trying to port Bigloo scheme functions through Eclipse. My current task is to write a java class in eclipse which will call a bigloo scheme function defined in a .scm file. This scm file has been already compiled to a class and included as a library.

The problem is when I am trying to open the file using the bigloo function "open-input-file" I get a java.lang.NullpointException error. Ironically, the same file when compiled with jvm and run outside eclipse works absoultely fine. Other functions like normal display functions work fine when run from eclipse.