i am working on a messenger project. i hv a collection of java files.. i
dont know much of java. can anyone plz tell me how to combine all these
files into a single project?
i am getting a lot of errors if i try to compile a single file including
other files as in c++
Try using an IDE such as Netbeans or Eclipse.
On Tue, 18 Apr 2006 09:49:29 -0400, "kiran1785"
<kiran.kiranp@gmail.com> wrote, quoted or indirectly quoted someone
who said :
> i hv
I am preparing a small dictionary of textspeak. You seem to me a
fluent speaker. Cd u plz lk @ m lst nd c ifts cmpl8t?
http://mindprod.com/jgloss/textspeak.html

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
Oliver Wong - 18 Apr 2006 20:47 GMT
> On Tue, 18 Apr 2006 09:49:29 -0400, "kiran1785"
> <kiran.kiranp@gmail.com> wrote, quoted or indirectly quoted someone
[quoted text clipped - 4 lines]
> I am preparing a small dictionary of textspeak. You seem to me a
> fluent speaker. Cd u plz lk @ m lst nd c ifts cmpl8t?
lolwtfpwned!!1!one
On the one hand, that (what I've written above) might be considered a
separate dialect that borrows from both textspeak and netspeak. On the
other, it's almost arbitrary where you define the boundaries between two
dialects. I noticed the book you linked to, for example, doesn't bother to
distinguish between netspeak and textspeak.
Off the top of my head, you're missing "tru" and "thru" for "true" and
"through" (not nescessarily respectively).
- Oliver
Thomas Hawtin - 19 Apr 2006 06:46 GMT
> Off the top of my head, you're missing "tru" and "thru" for "true"
> and "through" (not nescessarily respectively).
"Thru" appears to be in the 1913 Webster...
Tom Hawtin

Signature
Unemployed English Java programmer
http://jroller.com/page/tackline/
On Tue, 18 Apr 2006 09:49:29 -0400, "kiran1785"
<kiran.kiranp@gmail.com> wrote, quoted or indirectly quoted someone
who said :
>i am working on a messenger project. i hv a collection of java files.. i
>dont know much of java. can anyone plz tell me how to combine all these
>files into a single project?
>i am getting a lot of errors if i try to compile a single file including
>other files as in c++
Normally you do this with an ANT script or by clicking dialog boxes in
your IDE such as Eclipse or IntelliJ.
see http://mindprod.com/jgloss/ant.html
http://mindprod.com/jgloss/ide.html
To do it manually you with a script that invokes javac.exe and
jar.exe.
See http://mindprod.com/jgloss/javacexe.html
http://mindprod.com/jgloss/jarexe.html
http://mindprod.com/jgloss/jar.html
http://mindprod.com/jgloss/classpath.html

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.