an Stanely
> *Sent:* Thursday, September 2, 2021 6:39 AM
> *To:* netlogo-devel
> *Subject:* [netlogo-devel] Re: Error on incremental compilation,
> native2ascii not found
>
> Hmm I used entered `help` in the shell and could figure things out.
>
> `tasks` showed me the available
___
From: netlogo-devel@googlegroups.com on behalf
of Bevan Stanely
Sent: Thursday, September 2, 2021 6:39 AM
To: netlogo-devel
Subject: [netlogo-devel] Re: Error on incremental compilation, native2ascii not
found
Hmm I used entered `help` in the shell and could figure things out.
`
Hmm I used entered `help` in the shell and could figure things out.
`tasks` showed me the available tasks configured. I ran `compile` and it
compiled the app. Then I ran the `test` to run all the tests. I'm attaching
the result.
```bash
[info] ScalaTest
[info] Run completed in 7 minutes, 52 sec
That was a mistake on my part for the sbt script. My bad! But I'm getting
an error still! It's related to the update-alternatives binary of the dpkg
package. I mean I am using arch the debian binary is not supposed to work.
The error before I installed d[kg is as follows:
```
./sbt netlogo/comp
I figured out that I was not using the correct JAVA_HOME. I had to set
JAVA_HOME to '/usr/lib/jvm/java-8-openjdk'. But now I get this error
`Error: Could not find or load main class xq.boot.Boot`
On Thursday, 2 September 2021 at 16:10:59 UTC+5:30 Bevan Stanely wrote:
> I am on arch linux and
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 me