lejos-nxj
Lejos on OSX 10.7 (Lion)
I have Lion OSX installed on my Mac and I want to use my mac to develop on Lejos. I searched a lot for a decent install guide but I couldn\'t find one. So, I tried other tutorials online but it won\'[详细]
2023-04-12 17:48 分类:问答installing lejos plugin in eclipse ( cannot load jfantom.dll )
So I am trying to get lejos (the software for lego robots) to work in my eclipse but when i click the lejos nxj item in the eclipse toolbar and select upload firmware I get the following error[详细]
2023-04-02 10:47 分类:问答Add a custom JDK to Netbeans 6.9.1
I\'m trying to add a custom JDK to Netbeans 6.9.1 on OSX 10.6.5. The JDK is just a collection of classes created for leJOS, a Java package for the Lego NXT robot. I can\'t jus开发者_JAVA百科t add the[详细]
2023-02-03 09:21 分类:问答Need Help And Ideas In Solving A Collection Problem
I have already posted a question today. This question is about the same project but unrelated. I am developing an application for the Lego NXT Mindstorm robot.I have two robots and a GUI running on a[详细]
2023-01-09 12:21 分类:问答Need Help Reading Data From Inputstream
I have a robot and a GUI application running on a GUI. I have a while loop on the robot side that is constantly sending data to the GUI.[详细]
2023-01-09 10:11 分类:问答Is it standard behavior for this code to throw a NullPointerException?
I\'ve had a big problem in some library code, which I\'ve pinned down to a single statement: System.out.println((String) null);[详细]
2022-12-31 12:21 分类:问答Is this valid Java code?
I\'m using Eclipse, and it is perfectly happy with the following code: public interface MessageType { public static final byteKICK= 0x01;[详细]
2022-12-29 12:31 分类:问答What is the difference between the Lego Mindstorms 1.0 and 2.0
I am thinking about buying a mindstorms kit (I don\'t currently own one but I have used 1.0 at university) and I am a bit unsure as to the benefits of 2.0 over 1.0. I have seen other posts on the subj[详细]
2022-12-27 02:24 分类:问答How do I set up a Java-like language (LeJOS NXJ) in Visual Studio 2005 that uses an external compiler?
Recently, I installed the JDK and a java library called LeJOS NXJ, for controlling a LEGO Mindstorms robot. I\'d like to be able to set up the language to run through visual studio, which offers J# co[详细]
2022-12-09 11:24 分类:问答