Log in

View Full Version : Problems with Netbeans imports


toropov023
10-01-2015, 18:40
Hello, I'm not familiar with Netbeans, as I prefer IntelliJ and I don't like Netbeans at all... Anyhow, I have a little problem with it. When I create a new template (extending IterativeRobot) and try to import the following classes:

import java.io.File;
import java.net.URL;
import java.net.URLClassLoader;

Netbeans cannot find them. I tried everything I could think of: reinstall the plugins, create normal Java project and write the same code (it actually worked fine in a normal Java project). Please help if you can.

Thanks.

Djur
10-01-2015, 19:15
Why are you using Netbeans? It's not a supported IDE for 2015.

You'd be better off using Eclipse and following the installation steps for WPILib on the screensteps webpage (http://wpilib.screenstepslive.com/s/4485/m/13809/l/145002-installing-eclipse-c-java)

toropov023
10-01-2015, 19:37
Right, I just thought of that myself, bye Netbeans...