Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 08-01-2006, 01:22 PM   #11 (permalink)
 
Software Developer

Join Date: Mar 2006

Location: Columbus, OH

Posts: 569

jaeusm is on a distinguished road

Default

Quote:
Thats what I'm trying, but I can compile them
Do you mean "can not"? I'll assume you do.

Quote:
"just type javac 'file' to compile." Books alittle older so, that doesn't work
The age of the book doesn't matter. It will work. You need to type 'javac file.java' from the command line. Open a command prompt and try it. You'll need to specify the path along with the file name or just cd into the appropriate directory.

If you're using TextPad, you can set it up to compile and run Java programs. I'm at work now, so just google the information.
jaeusm is offline  
Old 08-01-2006, 02:51 PM   #12 (permalink)
patonb's Avatar
 
Master Techie

Join Date: Jan 2005

Location: In Gov't Regulated Cubical

Posts: 2,752

patonb has a spectacular aura aboutpatonb has a spectacular aura about

Default

Sweet AS$...... Thats exactly what I wanted to know.
Thank you so very much.

Google... whatwould we do without it.
__________________
Intel Q6600 g0 @ 3.2Ghz Turniq 120 Heatsink BFG 260 OC MaxCore (core 216) + xfx GTX 260 (core 216)
2x2gb OCZ Platinums XFX 680i motherboard Silverstone DA700 Antec 900
16,412 3dmark06 score


Foldie = e2180 Asus pq5-n SLI 8800gt T-rad cooler (710/1836/1010) 1Gig RAM
TOTAL
patonb is offline  
Old 08-06-2006, 04:28 PM   #13 (permalink)
 
Super Techie

Join Date: Sep 2005

Posts: 341

hillbillybob

Default

As for the command line, make sure you but the path to your JDK\bin directory in the PATH variable. This is true for either windows or *nix. As for teaching yourself Java, I've been there. I love the language, so here are some sites to check out. I would also suggest becoming a memeber of the sun developer network. All that can be found @ http://developers.sun.com/

Online tutorial:
http://java.sun.com/docs/books/tutorial/index.html

and the one definitive source for everything java, seeing as how they created it....www.sun.com

Check it out, and good luck!!!
__________________
The greatest measure of a nation is not it\'s army or economy, but by how many people are trying to get in, and how many people are staying!!
Guns, Guts, and Alcohol made America free.
Born American, Die American
Ubuntu - it\'s all about the bun\'s baby!!!
hillbillybob is offline  
Old 08-06-2006, 04:32 PM   #14 (permalink)
patonb's Avatar
 
Master Techie

Join Date: Jan 2005

Location: In Gov't Regulated Cubical

Posts: 2,752

patonb has a spectacular aura aboutpatonb has a spectacular aura about

Default

Thanks Bob...... Yha my Issue was a bad class path. Google helped.

I d/l'd ebooks to learn, I got the "teach urself in 21 days"... Its a start.

Thanks for the links.
__________________
Intel Q6600 g0 @ 3.2Ghz Turniq 120 Heatsink BFG 260 OC MaxCore (core 216) + xfx GTX 260 (core 216)
2x2gb OCZ Platinums XFX 680i motherboard Silverstone DA700 Antec 900
16,412 3dmark06 score


Foldie = e2180 Asus pq5-n SLI 8800gt T-rad cooler (710/1836/1010) 1Gig RAM
TOTAL
patonb is offline  
Old 08-07-2006, 08:37 AM   #15 (permalink)
 
Newb Techie

Join Date: Jul 2006

Posts: 15

the_geekster

Default

Thanks everyone for the help. I liked all the webpages suggested and still, i wonder if i want to learn java just out of the blue. Should i use a language i already know, such as C++, or just start an entirely new laguage. But is C++ able to be put on a webpage?
the_geekster is offline  
Old 08-07-2006, 09:24 AM   #16 (permalink)
 
Super Techie

Join Date: Sep 2005

Posts: 341

hillbillybob

Default

Ehhh....I've never heard of it without it being a CGI back end and having something up front as a Web template engine. I don't know what you would use as a web template engine with C++. As for the actual deployment of a game on a website...Java is probably your best bet. You can actually deploy full programs via Java Web Start, which allows it to be hosted on a site.
__________________
The greatest measure of a nation is not it\'s army or economy, but by how many people are trying to get in, and how many people are staying!!
Guns, Guts, and Alcohol made America free.
Born American, Die American
Ubuntu - it\'s all about the bun\'s baby!!!
hillbillybob is offline  
Old 08-08-2006, 07:26 AM   #17 (permalink)
 
Newb Techie

Join Date: Jul 2006

Posts: 15

the_geekster

Default

ok thanks all of you for the help.
the_geekster is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On