• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Is Netbeans Java different to normal Java?

 
Ranch Hand
Posts: 57
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Trying to learn Java and have been using Netbeans 5.0 just for the free IDE

Problem is that often code samples fail to work due to what I can only assume is missing packages or methods.

Is this the case or am I missing something?

Also, what is the easiest way to find the correct package to import when you just have the method?

Many thanks in advance

Paul.
 
Ranch Hand
Posts: 199
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Paul


Topic: Is Netbeans Java different to normal Java?



Netbeans is an IDE like many other in market - eclipse, jbuilder etc, to facilitate easy and fast java devlepment.

Errors you are gettig are most probably because of some settings you have not done.

Would advise you to go through a tutorial
http://www.netbeans.org/kb/41/j2ee-tut/
 
Ranch Hand
Posts: 132
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Paul Carter:

Also, what is the easiest way to find the correct package to import when you just have the method?


You can search the index in the Java API
 
No one can make you feel inferior without your consent - Eleanor Roosevelt. tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic