<
From version < 22.1 >
edited by cmot
on 2015/12/15 15:56
To version < 23.1 >
edited by aas2
on 2015/12/15 16:24
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.cmot
1 +XWiki.aas2
Content
... ... @@ -110,3 +110,36 @@
110 110  To use the RConsole, **uncomment** the **RConsole** lines in the wrapper code template **Main.ftl**. Start the **nxjconsoleviewer** tool in the bin directory of your **leJOS installation**. Now, when **starting the application**, the brick tries to connect with the nxjconsoleviewer. **Press the //Connect//** button. If connected succesfully, RConsole.println(...) commands will be written to this window.
111 111  
112 112  The **EV3 brick** has a similar feature. However it does not require any code changes. Just run the ev3console program in the bin directory of your leJOS installation from command line. The output of the brick will be printed to this command line.
113 +
114 +----
115 +
116 +== Problem Solving ==
117 +
118 +The following presents typical issues and how to solve them.
119 +
120 +|=(((
121 +Issue
122 +)))|=(((
123 +Typical Error Messages
124 +)))|=(((
125 +Description
126 +)))|=(((
127 +Solution
128 +)))
129 +|(((
130 +leJOS EV3 does not support Java 8
131 +)))|(((
132 +"java.lang.UnsupportedClassVersionError"
133 +
134 +"unsupported major.minor version"
135 +)))|(((
136 +You compile the sources in your project with Java 8 and upload them to the brick. However the lejos EV3 does not support Java 8
137 +)))|(((
138 +Go to the project properties and switch to Java 7 (Right Click on project > Properties > Java Compiler > Compiler compliance level)
139 +)))
140 +
141 +
142 +
143 +----
144 +
145 +
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -14516268
1 +14516273
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/14516268/LEGO Mindstorms with leJOS and SCCharts
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/14516273/LEGO Mindstorms with leJOS and SCCharts