View Single Post
  #1   Spotlight this post!  
Unread 10-01-2015, 18:40
toropov023 toropov023 is offline
Registered User
FRC #5024
 
Join Date: Jan 2015
Location: London ON
Posts: 2
toropov023 is an unknown quantity at this point
Problems with Netbeans imports

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.

Last edited by toropov023 : 10-01-2015 at 18:47.
Reply With Quote