I am on arch linux and I have the following file in my system: /usr/lib/jvm/java-8-openjdk/bin/native2ascii
On Thursday, 2 September 2021 at 16:07:46 UTC+5:30 Bevan Stanely wrote: > 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/7ab1b474-ed05-47e7-9dbc-1e4a009f0357n%40googlegroups.com.