Results 1 to 4 of 4
Thread: *.class-files
- 12-31-2009, 06:55 PM #1
Member
- Join Date
- Dec 2009
- Posts
- 41
- Rep Power
- 0
-
Hello. What do you mean by your ow classes? Can you clarify your question?
- 12-31-2009, 07:15 PM #3
Member
- Join Date
- Dec 2009
- Posts
- 41
- Rep Power
- 0
Fubarable
I mean cleasses, that I compiled myself and which main library doesn't contain. If I want include them to my project where I can put them to?Last edited by artemff; 12-31-2009 at 07:38 PM.
- 12-31-2009, 08:38 PM #4
When you compile your program, the result is a collection of class files. These are the binary components of your program. If you create a Jar file, then the jar contains these class files. If you run the program from the command line, you need only have all the class files and packages in the same place, where ever that place may be.
Similar Threads
-
Decompling class files
By JL4 in forum New To JavaReplies: 4Last Post: 09-05-2009, 09:55 PM -
multiple class files
By nemesys571 in forum EclipseReplies: 0Last Post: 06-26-2008, 01:58 AM -
conversion of java .class files to .java files
By kotturupraveen in forum New To JavaReplies: 2Last Post: 06-09-2008, 12:58 PM -
how to see the code of class files
By mary in forum Advanced JavaReplies: 1Last Post: 08-02-2007, 01:52 PM -
'class' and 'jar' files
By ai_2007 in forum Advanced JavaReplies: 1Last Post: 06-29-2007, 03:11 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks