Hi people,
Apparently JIGS is not working with OpenJDK 8, look:

My code:

import gnu.gnustep.base.*;

class test
{
  public static void main (String[] args)
    throws Throwable
  {
    NSString str;

    str = "bla";
    System.out.println (str);
  }
}

The error message:

test.java:8: error: cannot find symbol
    NSString str;
    ^
  symbol:   class NSString
  location: class test
1 error


Any idea? Thanks.

_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to