Chage from eclipse to netbeans

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mohamadmahdi
    New Member
    • Dec 2007
    • 1

    #1

    Chage from eclipse to netbeans

    Hello
    I want to change my editor from eclipse to netbeans but when i copy my code in netbeans and compile them some of them send errors.
    what shoud i do?
    Thanks;
  • sicarie
    Recognized Expert Specialist
    • Nov 2006
    • 4677

    #2
    I'd start with troubleshooting the errors... Maybe putting them into Google?

    One of the things you have to watch out for is how much each IDE does for you. Eclipse may have been doing things for you that NetBeans wants you to do manually, and you haven't done it yet. So I would recommend (if you can't find a solution with Google searching the issue) re-creating the project in NetBeans like you are starting from scratch and build it up from there.

    Comment

    • JosAH
      Recognized Expert MVP
      • Mar 2007
      • 11453

      #3
      Originally posted by mohamadmahdi
      Hello
      I want to change my editor from eclipse to netbeans but when i copy my code in netbeans and compile them some of them send errors.
      what shoud i do?
      Thanks;
      There are a few elementary settings you should check:

      - classpath
      - path to your JRE
      - compiler (language) version

      kind regards,

      Jos

      Comment

      Working...