[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
apparently JIGS not working
From: |
brunomaximom |
Subject: |
apparently JIGS not working |
Date: |
Wed, 07 Sep 2016 01:45:51 -0300 |
User-agent: |
Roundcube Webmail/1.0.6 |
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.
- apparently JIGS not working,
brunomaximom <=