Help openning

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Dlangdaman
    New Member
    • Jun 2007
    • 36

    #1

    Help openning

    I have a folder full of (.class) files. I cannot get them to open in NetBeans...why? can you help
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by Dlangdaman
    I have a folder full of (.class) files. I cannot get them to open in NetBeans...why? can you help
    Open them for what? For editing? Those .class files are compiled .java files and
    are not human readadble. What do you want to do with them?

    kind regards,

    Jos

    Comment

    • Dlangdaman
      New Member
      • Jun 2007
      • 36

      #3
      I want to open them in netbeans to use

      Comment

      • JosAH
        Recognized Expert MVP
        • Mar 2007
        • 11453

        #4
        Originally posted by Dlangdaman
        I want to open them in netbeans to use
        Well, make your classpath point to the directory where those .class files are stored.

        kind regards,

        Jos

        Comment

        Working...