lejos-nxj

How to remove the java standard library from a gradle project?

坚强是说给别人听的谎言 提交于 2019-12-24 00:52:26
问题 How can one make Gradle not include the Java standard library as a dependency to IntelliJ IDEA project? I am using IntelliJ and every time I Refresh all Gradle projects : IntelliJ adds the Java standard library back to the project as an external dependency: So I have to manually remove it every single time: Things I tried that didn't work out fiddling with the sourceCompatibility and targetCompatability properties... applying the idea plugin to Gradle and setting idea.project.jdkName to null

Can I distribute a JDK with my application?

我怕爱的太早我们不能终老 提交于 2019-12-22 05:54:28
问题 I am working on an application called Enchanting. The application, based on Scratch, emits Java source code and compiles it for uploading onto LEGO Mindstorms NXT Robots. While the application is very early, users have a hard time installing it. Right now Windows users have to: download and install a Java Developer Kit download and install LeJOS (a java library for the NXT) possibly tweak environment variables then they can download, install, and run Enchanting itself If I could provide an

Bluetooth error: Native Library bluecove_arm not available

↘锁芯ラ 提交于 2019-12-19 03:59:09
问题 I'm having some difficulty running a leJOS pc program on my Raspberry Pi. It works on my PC. I get an error stating: "Native Library bluecove_arm not available" Bluetooth works fine otherwise using: "hcitool scan" I can't find a compiled version of Bluecove for ARMv6 / Raspberry Pi. I've installed Maven on my PC and installed the Maven Eclipse plug-in, in an attempt to compile Bluecove from the source files: though I can't see how to choose what platform I want to target (ARM11). I noticed

Can I distribute a JDK with my application?

≡放荡痞女 提交于 2019-12-05 10:08:49
I am working on an application called Enchanting . The application, based on Scratch , emits Java source code and compiles it for uploading onto LEGO Mindstorms NXT Robots. While the application is very early, users have a hard time installing it. Right now Windows users have to: download and install a Java Developer Kit download and install LeJOS (a java library for the NXT) possibly tweak environment variables then they can download, install, and run Enchanting itself If I could provide an installer that would include the JDK, and LeJOS, I could figure out the environment variables at run

Bluetooth error: Native Library bluecove_arm not available

痞子三分冷 提交于 2019-11-30 23:57:52
I'm having some difficulty running a leJOS pc program on my Raspberry Pi. It works on my PC. I get an error stating: "Native Library bluecove_arm not available" Bluetooth works fine otherwise using: "hcitool scan" I can't find a compiled version of Bluecove for ARMv6 / Raspberry Pi. I've installed Maven on my PC and installed the Maven Eclipse plug-in, in an attempt to compile Bluecove from the source files: though I can't see how to choose what platform I want to target (ARM11). I noticed another user has asked a pretty similar question, but hasn't provided anything useful: My Java bluetooth