how can i compile java files that use byte code.. the .class file type

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mcbobby
    Registered User
    • Aug 2003
    • 56

    #1

    how can i compile java files that use byte code.. the .class file type

    Anyone knows of a good program that does this?
    hahahahaha im lazy no sig for me
  • kevinale
    Confirmed User
    • Dec 2002
    • 2115

    #2
    type in:

    javac -cp <classpath to .jar files that are needed> filename.java
    1monkey0cup.com

    Comment

    • kevinale
      Confirmed User
      • Dec 2002
      • 2115

      #3
      type in:

      javac -cp (classpath to .jar files that are needed) filename.java


      i 'spose the less than/greater than symbols are filtered in posts now..
      1monkey0cup.com

      Comment

      • mcbobby
        Registered User
        • Aug 2003
        • 56

        #4
        i dont have the compiler... you know anywhere i can get one?
        hahahahaha im lazy no sig for me

        Comment

        • gornyhuy
          Chafed.
          • May 2002
          • 18041

          #5
          Originally posted by mcbobby
          i dont have the compiler... you know anywhere i can get one?
          java.sun.com

          They created java and anything you can possibly need including detailed newbie tutorials can be found on their site.

          have fun! I love java.

          icq:159548293

          Comment

          • mcbobby
            Registered User
            • Aug 2003
            • 56

            #6
            thx allot man
            hahahahaha im lazy no sig for me

            Comment

            Working...