Search the web
Sign In
New User? Sign Up
intellibrain · IntelliBrain Forum
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
problem downloading using netbeans   Message List  
Reply | Forward Message #240 of 418 |
Hi,

I'm trying to use netbeans to compile programs to download to the IB.
I've unchecked the box for compiling on the projects dialog box and I'm
using the RoboJDE.jar as my first library so the compile in netbeans
seems to be working. I've put the code in a package, which in the past
has screwed me up, but RoboJDE seems to be finding the class files. The
error that I am getting is:

No such method: com.ridgesoft.intellibrain.IntelliBrain.getModel()
Link failed

The code file is attached. It doesn't explicitly contain a call to
getModel() so I'm confused as to what is going on. Any ideas?

wjr

--------------------------------------------------------------------------------\
--------------------------------------------------------

/*
* TestLED.java
*
* Created on October 23, 2007, 12:33 AM
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/

package test;

import com.ridgesoft.intellibrain.IntelliBrain;
import com.ridgesoft.io.LED;


/**
*
* @author Owner
*/
public class TestLED {

/** Creates a new instance of TestLED */
public TestLED() {
}

public void init() {
IntelliBrain.getUserLed(1).on();
IntelliBrain.getUserLed(2).off();
}

public void run() {
while (true) {
IntelliBrain.getUserLed(1).toggle();
IntelliBrain.getUserLed(2).toggle();
Util.pause(500);
}

}

public static void main(String[] args) {
TestLED tled = new TestLED();
tled.init();
tled.run();
}
}

--
William J. Rust, PhD




Sat Dec 8, 2007 8:51 pm

wjrust
Offline Offline
Send Email Send Email

Forward
Message #240 of 418 |
Expand Messages Author Sort by Date

Hi, I'm trying to use netbeans to compile programs to download to the IB. I've unchecked the box for compiling on the projects dialog box and I'm using the...
William J. Rust
wjrust
Offline Send Email
Dec 9, 2007
1:44 pm

Does it compile and link okay using the RoboJDE GUI instead of Netbeans? RidgeSoft Support ... IB. ... I'm ... netbeans ... past ... The...
ridgesoft
Offline Send Email
Dec 10, 2007
4:55 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help