Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.10 seconds.

  1. Re: got all .java files ready. how to make them into jar?

    Do you have an IDE? Such as Eclipse, Netbeans, JCreator, ect. If so, you just have to find the .class files that are made when you compile your program in the IDE.

    If you do not have an IDE, you...
  2. Re: got all .java files ready. how to make them into jar?

    1) Compile all of the .java files to create .class files.
    2) Create a zip folder.
    3) Put all of your .class files into the zip folder.
    4) Create a folder named (case sensitive): META-INF
    5)...
Results 1 to 2 of 2