//flex table opened by JP

Click to See Complete Forum and Search --> : java question... hehe


zskillz
03-10-2000, 09:26 PM
I'm not sure where really to post this, but I figure that here is as good as any other forum. I'm taking a java class, but we're moving so **** slow in there, that I'm trying to learn new stuff on my own. I have looked around online, but have not found a really good site yet that gives lots of code examples. Does anyone have any suggestions? I would really appreciate it.
thanks
Z
btw... right now I'm trying to figure out 2 things in particular...
1. is there any way to make a java.class into a java.exe???
2. how do I go about writing the code for the program to create a *.txt file with info in it (basically, I wan't the java.class to create a text file for me)... if it can even be done.
thanks again

CujoRbd
03-11-2000, 02:59 PM
well, i don't know much about Java programming, but i have found a couple good sites on it.

General documentation (http://developer.java.sun.com/developer/infodocs/index.shtml)

And you can learn some programmin basics from here (http://developer.java.sun.com/developer/onlineTraining/Programming/BasicJava1/index.html).

You can also just go to Sun's Java site (http://java.sun.com/).

And to learn some HTML (which would be helpful to learn first), you can go here (http://www.ncsa.uiuc.edu/General/Internet/WWW/HTMLPrimerPrintable.html) or here (http://www.ncsa.uiuc.edu/General/Internet/WWW/HTMLPrimerAll.html) or you could go here (http://www.ncsa.uiuc.edu/General/Internet/WWW/HTMLPrimerP1.html) as well. but note that these are all from the same site; just in different versions.

well, i hope that i could help you out some. and good luck in learning some java!


CujoRbd

Dominus
03-11-2000, 04:11 PM
I got about a dozen or more *FREE* java books in HTML format.

If you want them, just drop me an e-mail. It might be fairly heavy downloading for a modem user, but it's not big enough to worry about for a LPB.

zskillz
03-12-2000, 10:59 AM
thanks all, I'll look into those sights later today when I get a chance
-Z