I get the following error when I try to compile with `./sbt`. The issue is 
with object native2ascii is not a member of package sun.tools. I don't 
think it's a JDK issue. Any thoughts?
```bash
$ ./sbt
[info] welcome to sbt 1.3.13 (Oracle Corporation Java 1.8.0_292)
[info] loading settings for project root from plugins.sbt,build.sbt ...
[info] loading project definition from /home/user/NetLogo/project
[info] Compiling 38 Scala sources to 
/home/user/NetLogo/project/target/scala-2.12/sbt-1.0/classes ...
[error] /home/user/NetLogo/project/I18n.scala:29:20: object native2ascii is 
not a member of package sun.tools
[error]     (new sun.tools.native2ascii.Main).convert(
[error]                    ^
[error] one error found
[error] (Compile / compileIncremental) Compilation failed
Project loading failed: (r)etry, (q)uit, (l)ast, or (i)gnore? q
```

-- 
You received this message because you are subscribed to the Google Groups 
"netlogo-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to netlogo-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/netlogo-devel/a8ee82f1-c240-4002-855b-58dce3176676n%40googlegroups.com.

Reply via email to