Editing java source code

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • heiro
    New Member
    • Jul 2007
    • 56

    #1

    Editing java source code

    Hi everyone!

    I'm to new to JAVA and i have a problem right now. I want to edit a java code made by a friend, but the problem is i don't know how to open the code and do some modification.
    Can anyone help me with this???Thanks
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    If you're using an IDE such as Eclipse or Sun's NetBeans, add the source file to
    your project and simply edit it. If you're using a text editor, simply open the source
    file and again: simply edit it.

    kind regards,

    Jos

    Comment

    • heiro
      New Member
      • Jul 2007
      • 56

      #3
      what is the extension of the file that i should load?

      Comment

      • JosAH
        Recognized Expert MVP
        • Mar 2007
        • 11453

        #4
        Originally posted by heiro
        what is the extension of the file that i should load?
        By convention Java source code files have the extension ".java" and most of the
        time a Java application is built from quite a few .java source files.

        kind regards,

        Jos

        Comment

        • heiro
          New Member
          • Jul 2007
          • 56

          #5
          Originally posted by JosAH
          By convention Java source code files have the extension ".java" and most of the
          time a Java application is built from quite a few .java source files.

          kind regards,

          Jos

          thanks for the help i found the source im editing it right now...Once again thanks Jos

          Comment

          Working...