Advertisement

java

Started by March 15, 2002 09:41 AM
2 comments, last by Rickwi22 22 years, 8 months ago
this is probably a stupid questin but i know C++ and i even wrote a small 3D game for it but i dont know no anything about Java , do i have to ahve a compiler or something or can i put it on my Geocities web site or what, thanks
Well, you''ll definitely need a compiler (you can pick one up at Here). And when you compile your applet, you can put it anywhere you want on a website, just make sure that your applet doesn''t ask for information/data from any other system other than the server it''s running on. - Applets are not allowed to communicate with remote computers/databases due to possible security issues.
Advertisement
Hi there,

If you're wanting to write Java programs all you need to get started is Notepad and the Java Development Kit (JDK).
Head on over to: http://www.javasoft.com to get your hands on a copy of the latest kit (1.4)
They also have a good tutorial series on there too.

Hope this helps,

----
Greg

Check out my sites:
GregsGames
SubversiveSystems
StoneCrick

[edited by - gregellwood on March 15, 2002 10:56:17 AM]
Thanks alot guys that really helps!

This topic is closed to new replies.

Advertisement