Thread: PSoc Java code.
View Single Post
  #6   Spotlight this post!  
Unread 27-06-2011, 21:06
Mk.32's Avatar
Mk.32 Mk.32 is offline
Registered User
AKA: Mark
FRC #2485 (W.A.R. Lords)
Team Role: Engineer
 
Join Date: Jan 2011
Rookie Year: 2011
Location: San Diego
Posts: 770
Mk.32 has much to be proud ofMk.32 has much to be proud ofMk.32 has much to be proud ofMk.32 has much to be proud ofMk.32 has much to be proud ofMk.32 has much to be proud ofMk.32 has much to be proud ofMk.32 has much to be proud ofMk.32 has much to be proud ofMk.32 has much to be proud of
Re: PSoc Java code.

Update: After running the code netbeans gives this error.
Quote:
[cRIO] edu.wpi.first.wpilibj.DriverStationEnhancedIO$Enha ncedIOException: Enhanced IO Missing
[cRIO] at edu.wpi.first.wpilibj.DriverStationEnhancedIO.getD igitals(DriverStationEnhancedIO.java:629)
[cRIO] at edu.wpi.first.wpilibj.DriverStationEnhancedIO.getD igital(DriverStationEnhancedIO.java:619)
[cRIO] at Test_bot_2011_v2.DriverStation_IO.getDigital(Drive rStation_IO.java:17)
[cRIO] at Test_bot_2011_v2.Test_Main.teleopPeriodic(Test_Mai n.java:28)
[cRIO] at edu.wpi.first.wpilibj.IterativeRobot.startCompetit ion(IterativeRobot.java:141)
[cRIO] at edu.wpi.first.wpilibj.RobotBase.startApp(RobotBase .java:154)
[cRIO] in virtual method #10 of javax.microedition.midlet.MIDlet(bci=17)
[cRIO] at javax.microedition.midlet.MIDletTunnelImpl.callSta rtApp(64)
[cRIO] at com.sun.squawk.imp.MIDletMainWrapper.main(110)
[cRIO] in virtual method #95 of com.sun.squawk.Klass(bci=25)
[cRIO] at com.sun.squawk.Isolate.run(1506)
[cRIO] at java.lang.Thread.run(231)
[cRIO] in virtual method #47 of com.sun.squawk.VMThread(bci=42)
[cRIO] in static method #3 of com.sun.squawk.VM(bci=6)
Any ideas? I have all the imports and it complies fine.
__________________
Engineering mentor: Team 2485: WARLords 2013-

Team President: Team 3647 2010-2013
Reply With Quote