• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

HELP: Need Quick Crashcourse regarding Java 2 Platform SDK

robdls

Senior member
http://java.sun.com/j2se/


Hi,

I am using this program for my Computing & algorithms Class. It is my first time in Java and the teacher never taught how to use the program. Could someone tell me where I write my code in? (the program name?) Where I compile, run, etc... I installed the version 1.4 found above but get nowhere all i see is Java Web Start?

Please help

Thanks

Robert
 
the j2 sdk contains only a command line compiler, so you would need to use your own editor to write code then compile it using commandline

but there are many free intergrated development environments, like eclipse, jbuilder (foundation edition) and netbeans. google them.
 
Back
Top