Author Topic: Java files?  (Read 6339 times)

0 Members and 1 Guest are viewing this topic.

Offline saintrunner

  • Custom Spriter: You ask it! I'll Make it!
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1787
  • Rating: +115/-11
  • Flogging Molly
    • View Profile
    • Jonny K Music
Java files?
« on: December 16, 2011, 09:32:11 pm »
So I'm trying to start learning Java, But I know I need a few this first like a JDK and stuff. Any Java people out there who can direct me to where I can download files for Java? And What exactly do I need to get started?
My Sprites Thread   :Updated often :) for your viewing pleasure

GAMES:

Offline FinaleTI

  • Believe in the pony that believes in you!
  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1830
  • Rating: +121/-2
  • Believe in the pony that believes in you!
    • View Profile
    • dmuckerman.tumblr.com
Re: Java files?
« Reply #1 on: December 16, 2011, 10:16:39 pm »
You'll be able to download the JDK and JRE from here.
Aside from that, you don't need anything to my knowledge, though using an IDE like NetBeans or Eclipse can be helpful.

I'm afraid I can't recommend any good Java tutorials though, as I learned it in school for the most part.


Spoiler For Projects:

My projects haven't been worked on in a while, so they're all on hiatus for the time being. I do hope to eventually return to them in some form or another...

Spoiler For Pokemon TI:
Axe port of Pokemon Red/Blue to the 83+/84+ family. On hold.

Spoiler For Nostalgia:
My big personal project, an original RPG about dimensional travel and a few heroes tasked with saving the world.
Coding-wise, on hold, but I am re-working the story.

Spoiler For Finale's Super Insane Tunnel Pack of Doom:
I will be combining Blur and Collision Course into a single gamepack. On hold.

Spoiler For Nostalgia Origins: Sky's Story:
Prequel to Nostalgia. On hold, especially while the story is re-worked.

Offline BlakPilar

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 734
  • Rating: +44/-1
    • View Profile
Re: Java files?
« Reply #2 on: December 16, 2011, 10:19:20 pm »
Well, you're right with the JDK. You'll also need a JRE. You can download both of these at  Oracle's site. A good IDE to use for beginning would definitely be BlueJ. I can't offer a place for tutorials other than YouTube because I learned my Java at school.

EDIT: Aww, FinaleTI beat me :(
« Last Edit: December 16, 2011, 10:24:45 pm by BlakPilar »

Offline saintrunner

  • Custom Spriter: You ask it! I'll Make it!
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1787
  • Rating: +115/-11
  • Flogging Molly
    • View Profile
    • Jonny K Music
Re: Java files?
« Reply #3 on: December 16, 2011, 10:21:07 pm »
Well I got all that stuff, but I can't find it on my computer...well scratch that, It installed a lot of files and I don't know which to use.... :P
« Last Edit: December 16, 2011, 10:21:16 pm by saintrunner »
My Sprites Thread   :Updated often :) for your viewing pleasure

GAMES:

Offline BlakPilar

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 734
  • Rating: +44/-1
    • View Profile
Re: Java files?
« Reply #4 on: December 16, 2011, 10:22:03 pm »
Well you don't really use the files... You use the IDE to write Java code, and they use those files to compile/run your code.
« Last Edit: December 16, 2011, 10:22:13 pm by BlakPilar »

Offline saintrunner

  • Custom Spriter: You ask it! I'll Make it!
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1787
  • Rating: +115/-11
  • Flogging Molly
    • View Profile
    • Jonny K Music
Re: Java files?
« Reply #5 on: December 16, 2011, 10:23:30 pm »
Oh that makes sense...where do I get the IDE?
My Sprites Thread   :Updated often :) for your viewing pleasure

GAMES:

Offline BlakPilar

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 734
  • Rating: +44/-1
    • View Profile
Re: Java files?
« Reply #6 on: December 16, 2011, 10:24:31 pm »
...A good IDE to use for beginning would definitely be BlueJ.
^ there :P

Offline saintrunner

  • Custom Spriter: You ask it! I'll Make it!
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1787
  • Rating: +115/-11
  • Flogging Molly
    • View Profile
    • Jonny K Music
Re: Java files?
« Reply #7 on: December 16, 2011, 10:26:01 pm »
Yeah sorry I just saw that....Ok thanks guys :) wish me luck...as I sit in front of my computer with a Java Progamming book for the next three hours lol
My Sprites Thread   :Updated often :) for your viewing pleasure

GAMES:

Offline BlakPilar

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 734
  • Rating: +44/-1
    • View Profile
Re: Java files?
« Reply #8 on: December 16, 2011, 10:28:15 pm »
Lol, no problem. Good luck! :)

Offline saintrunner

  • Custom Spriter: You ask it! I'll Make it!
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1787
  • Rating: +115/-11
  • Flogging Molly
    • View Profile
    • Jonny K Music
Re: Java files?
« Reply #9 on: December 16, 2011, 10:28:53 pm »
8)  oh and sipping a chai tea
« Last Edit: December 16, 2011, 10:29:19 pm by saintrunner »
My Sprites Thread   :Updated often :) for your viewing pleasure

GAMES:

Offline saintrunner

  • Custom Spriter: You ask it! I'll Make it!
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1787
  • Rating: +115/-11
  • Flogging Molly
    • View Profile
    • Jonny K Music
Re: Java files?
« Reply #10 on: December 16, 2011, 11:05:39 pm »
sorry to double post, but how do I run the programs once I've written them in Bluej?
My Sprites Thread   :Updated often :) for your viewing pleasure

GAMES:

Offline BlakPilar

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 734
  • Rating: +44/-1
    • View Profile
Re: Java files?
« Reply #11 on: December 16, 2011, 11:29:18 pm »
Sorry, I just replied to your PM. I didn't navigate for a while, so I didn't see it.

Offline Binder News

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 785
  • Rating: +46/-3
  • Zombie of Tomorrow
    • View Profile
Re: Java files?
« Reply #12 on: December 17, 2011, 01:28:31 am »
I personally use Notepad++ (Google it). It's an awesome and super lightweight editor with support for over 70 programming languages. You do have to compile your code from the command line though, so if you don't like that, then I'd stick to something more like BlueJ. If you have a fairly recent computer, you should be able to run Eclipse, which is the most popular Java IDE out there. It's fairly RAM and CPU heavy though. Finally, once you get the basics of Java down, I have a book that you might like. It's called Thinking In Java by Bruce Eckel. It's an awesome book on Java that covers everything from ArrayList and arrays to AWT and Swing (GUI stuff). Ask Steven if you want to borrow it.
Spoiler For userbars:







Hacker-in-training!   Z80 Assembly Programmer     Axe Programmer
C++ H4X0R             Java Coder                           I <3 Python!

Perdidisti ludum     Cerebrum non habes

"We are humans first, no matter what."
"Fame is a vapor, popularity an accident, and riches take wings. Only one thing endures, and that is character."
Spoiler For Test Results:





Offline saintrunner

  • Custom Spriter: You ask it! I'll Make it!
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1787
  • Rating: +115/-11
  • Flogging Molly
    • View Profile
    • Jonny K Music
Re: Java files?
« Reply #13 on: December 17, 2011, 12:28:02 pm »
ok thanks :) yeah when I met you, he had just given me Introduction to Java programming, by Y. Daniel Liang. so thats what I'm going through right now
My Sprites Thread   :Updated often :) for your viewing pleasure

GAMES: