How to add .class files to existing project

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shailesh333
    New Member
    • Aug 2009
    • 10

    How to add .class files to existing project

    Hi all,
    I would like to know , how to add a '.class' file to an existing project in netbeans.
    Any help will be greatly appreciated.
    Thanks in advance.
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by shailesh333
    Hi all,
    I would like to know , how to add a '.class' file to an existing project in netbeans.
    Any help will be greatly appreciated.
    Thanks in advance.
    I'm sure Netbeans comes with an (online) manual. A .class file is (just like a .jar file) a resource on the classpath.

    kind regards,

    Jos

    Comment

    • r035198x
      MVP
      • Sep 2006
      • 13225

      #3
      Also is there any reason why that class is not bundled in a jar file?

      Comment

      Working...