Salsa: Frequently Asked Questions


  1. What does the message mean: Cannot load "java/lang/Object", check the CLASSPATH variable
    Salsa and salsa2c rely on the Sun standard classes. If these classes cannot be found in the CLASSPATH, Salsa programs can't be initialized.
  2. When compiling javac on SunOs, the make crashes
    There is a problem with the make command which does not like our makefile (pb of size?). Make crashes when compiling the file java_io_File.c and prints the message:
    make: Fatal error: Don't know how to make target `salsacjava_io_File.cjava_lang_Class.o
    To solve this problem, edit the Makefile and move the line "java_io_File.c\" one or two lines down.


back to the Salsa home page