![]() |
System out println
In NetBeans, the build would never finish and messages would be sent to the output stream in session.
In Eclipse, the build stops. Where do the system.out.println messages go? The only thing I thought would work would be DriverStation -> Messages tab (or log tab) but both are empty |
Re: System out println
|
Re: System out println
It may also be convenient to switch the java perspective to default when eclipse opens if you are just doing java programming since it has all of the tools that you will want instead of having your window cramped by the C++ views, java perspective has the RIOlog (robot console output) view shown by default if you have the plugins installed. (Preferences -> General -> Perspectives -> select java from list -> make default -> apply)
|
Re: System out println
The driver station log is for lower level output. It will tell you the code couldn't load or LabView failed to start.
|
Re: System out println
The riolog is completely empty... heres the code
Code:
int tick = 0; |
Re: System out println
I've only gotten the riolog to work when I have the rRIO plugged in via USB.
|
Re: System out println
Getting RIOlog (NetConsole) depends on the correct subnet mask settings on your computer. If you use DHCP and the router setup tool, it should set everything correctly. If you do it yourself, make sure you are using 255.255.255.0 as the subnet mask or you won't see anything.
|
Re: System out println
So, RIOlog will work with this:
Code:
System.out.println(Some message); |
Quote:
|
| All times are GMT -5. The time now is 10:42. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi