|
![]() |
Overclock.net - Overclocking.net > Software, Programming and Coding > Coding and Programming > Application Programming | |
Java programming help.
|
||
![]() |
|
|
LinkBack | Thread Tools |
|
|
#21 (permalink) | |||||||||||||
|
PC Gamer
|
Quote:
Quote:
__________________
Faqs Faq: On what software you should have. (Probably outdated at the moment, should be doing something about that soon.) DONT COPY THAT FLOPPY.
Snes>PS3 ALL YOUR BASE ARE BELONG TO US!!!ONE!!!11
|
|||||||||||||
|
|
|
|
#22 (permalink) | ||||||||||||
|
Programmer
|
are you still working on this?
You need to Java Development Kit (JDK) to compile anything, you can get the newest one here: https://sdlc6c.sun.com:443/ECom/ECom...A900E061875E68
__________________
"If there is a god, I hope he has a good excuse" Woody Allen
|
||||||||||||
|
|
|
|
|
#23 (permalink) | ||||||||||||
|
PC Gamer
|
Quote:
__________________
Faqs Faq: On what software you should have. (Probably outdated at the moment, should be doing something about that soon.) DONT COPY THAT FLOPPY.
Snes>PS3 ALL YOUR BASE ARE BELONG TO US!!!ONE!!!11
|
||||||||||||
|
|
|
|
#24 (permalink) | ||||||||||||
|
Programmer
|
go here:
http://java.sun.com/javase/downloads/index.jsp and click on 'JDK 5.0 Update 7' then accept and pick your platform
__________________
"If there is a god, I hope he has a good excuse" Woody Allen
Last edited by stupid : 07-19-06 at 10:26 PM. |
||||||||||||
|
|
|
|
|
#25 (permalink) | |||||||||||
|
PC Gamer
|
Its taking literally forever to download JDK. Is JDK a compiler or an add on for other compilers? Is there anything special i have to do with it?
__________________
Faqs Faq: On what software you should have. (Probably outdated at the moment, should be doing something about that soon.) DONT COPY THAT FLOPPY.
Snes>PS3 ALL YOUR BASE ARE BELONG TO US!!!ONE!!!11
|
|||||||||||
|
|
|
|
#26 (permalink) | ||||||||||||
|
Programmer
|
that is the developers kit. Normally when you get a java program, it is already compiled, you need the JDK to make your own programs. It will work with any sort of compiling programs or editors you use.
__________________
"If there is a god, I hope he has a good excuse" Woody Allen
|
||||||||||||
|
|
|
|
|
#27 (permalink) | |||||||||||||
|
I find that offensive!
|
A good Java Text editor is JEdit. I use it in my AP Computer Sciences class, which is pretty much completely Java.
__________________
Audio Setup:
PC > TCA Gizmo > Ultralink Matrix 2s > AV123 ELT525Ms OCN Headphone Club. Because computers don't suck up enough of my money.
|
|||||||||||||
|
|
|
|
#28 (permalink) | ||||||||||||
|
Programmer
|
I know I already said it, but I highly recommend JGrasp for its ease of use.
__________________
"If there is a god, I hope he has a good excuse" Woody Allen
|
||||||||||||
|
|
|
|
|
#29 (permalink) | ||||||||||||
|
IDDQD
|
I would HIGHLY recommend using the Netbeans editor that they bundle. I was a hardcore Textpad fan for years and switched over to Netbeans because of the labs at my school. I'd never go back. They basically have "Word" style realtime code corrections, and they point out all the little issues that you don't think to check immediately (method hiding/overriding is an example). It also allows you to easily compile and run several classes for one program.
As far as what you're looking to do, learn the simple programming format first. I find the hardest part of Java is simply finding a method to do the task you need. There are classes and methods written for nearly everything, it's just the syntax/format that you need to look up. Once you have a couple command prompt programs, take a look at the Java/Swing tutorial. It'll teach you everything you need to know. I did this in 1 day after reading the tutorial. ![]() The best part was that I used my "DOS" program and just pasted that GUI over top of it for user interaction.
__________________
|
||||||||||||
|
|
|
|
#30 (permalink) | ||||||||||||
|
PC Gamer
|
Quote:
.
__________________
Faqs Faq: On what software you should have. (Probably outdated at the moment, should be doing something about that soon.) DONT COPY THAT FLOPPY.
Snes>PS3 ALL YOUR BASE ARE BELONG TO US!!!ONE!!!11
|
||||||||||||
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|