Thread: Making Java Packages

  1. #1
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912

    Making Java Packages

    Once I write all the code for the java package, do I need to do any further compilation or anything? Basically, once I have all the code, what do I need to do to make it useful?

  2. #2
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >Basically, once I have all the code, what do I need to do to make it useful?
    Well, importing it usually helps.

    -Prelude
    My best code is written with the delete key.

  3. #3
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    You should be able to store the classes in .jar archives.......that is how most standard classes are stored

  4. #4
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    Haha prelude. That was very funny. I meant what do I need to compile it into and with what program? Also as a side note, I have the Enterprize edition. Does that have everything that the standard does too?

  5. #5
    Registered User foniks munkee's Avatar
    Join Date
    Nov 2001
    Posts
    343
    Um, yeah and then some. If you paid for it you would notice that it has a price tag about five times greater
    "Queen and huntress, chaste and fair,
    Now the sun is laid to sleep,
    Seated in thy silver chair,
    State in wonted manner keep."

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Multiple Java files for one Java project
    By doubleanti in forum Windows Programming
    Replies: 2
    Last Post: 11-22-2004, 02:06 AM
  2. Tasty Java
    By The Brain in forum A Brief History of Cprogramming.com
    Replies: 9
    Last Post: 11-12-2004, 11:44 AM
  3. C#, Java, C++
    By incognito in forum A Brief History of Cprogramming.com
    Replies: 10
    Last Post: 10-05-2004, 02:06 PM
  4. First Java Class at college
    By GanglyLamb in forum A Brief History of Cprogramming.com
    Replies: 24
    Last Post: 09-29-2004, 10:38 PM
  5. The Java language is being expanded
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 26
    Last Post: 06-11-2004, 09:07 PM