It's kinda lame to start with the code saying not much about what you use and stuff.
It takes less than half a minute to tell: "install Java JDK / JRE and Eclipse and you're ready to start" if that is the case here. If you use extra libraries you have to mention them. Even if you don't use other libraries "just Java just Eclipse" would be a good start. For experienced programmers this is a bad tutorial. They can tell.
well i'm totally new to java.Have no idea what any scripting means is there any way i can learn from a beginning please reply i really wanna be like notch
If you're looking for a fun, action packed FREE game. Go to ColdfireUO,com. Download the game for free and build your character to fight and craft. Online Multiplayer game like youve never seen before. COLDFIREUO,COM. You'll become addicted!!
@notna56 thought i'd share this with you: I started game programming when i was 12, and now im developing games in java, and android apps, ive done some major html and php development, and now im 14. you can do alot if you just stick to it.
Dear Java tutorial - Making a 2D game - Part 1 Bones-underground is a 2d mmorpg. It is absolutely free to play indefinately. We offer a great community, a place where you can become rich and famous, or just hang out with a few friends. We have hundreds of weapons and armors to choose from. You may want to get a pet, or maybe do a little fishing and heaps more game play on my profile and link
Dear Java tutorial - Making a 2D game - Part 1 Bones-underground is a 2d mmorpg. It is absolutely free to play indefinately. We offer a great community, a place where you can become rich and famous, or just hang out with a few friends. We have hundreds of weapons and armors to choose from. You may want to get a pet, or maybe do a little fishing and heaps more game play on my profile and link
Dear Java tutorial - Making a 2D game - Part 1 Bones-underground is a 2d mmorpg. It is absolutely free to play indefinately. We offer a great community, a place where you can become rich and famous, or just hang out with a few friends. We have hundreds of weapons and armors to choose from. You may want to get a pet, or maybe do a little fishing and heaps more game play on my profile and link!!!
Java tutorial - Making a 2D game - Part 1 Bones-underground is a 2d mmorpg. It is absolutely free to play indefinately. We offer a great community, a place where you can become rich and famous, or just hang out with a few friends. We have hundreds of weapons and armors to choose from.
GameBot, a hardware-based type bot, doesn't make any trace on the game server unlike the other software-based program that you can easily download on the internet. so,NEVER worry about the delete of your account!
I was starting to program a game based on a diferent tutorial (i know how to program, but im new to graphical enviroment). But, instead of Canvas, it used Jframe. What's exactly the different?
@Oskar619 One is a swing component and the other is a AWT. If I remember correctly swing si built on top of AWT so there isn't a big difference.
Canvas was originally ment to display images/graphics so I went with that. JFrame is really a container for objects (which can include images if you want) if you look at a window with the toolbar at the top (to exit etc) that's basically all a JFrame is.
Contact me if you want me to make you/your buissnes a website! I charge 10dollars for 1 website, you choose what should be on it. Contact me on YOUTUBE or Email me @ jwebdesigns @ live . co m
@GrandNecro Start with the basics of programming. Keep it fun. Choose a language; Java is nice. Make a ' hello world ' program and work onward from that :)
Great tut! As I was scrolling through some of the comments I saw one about JavaScript being different from Java. Can you explain the differences, or someone else could? I never relized they were different, I suppose it's because I only ever learned BASIC XD.
@CillersFan Java and JavaScript are two very different programming languages. The term JavaScript was used more as a marketing ploy due to the popularity of Java. They were not developed together in any way. The correct name for JavaScript is ECMAScript. A description of the differences would be very long but basically JavaScript is run in a browser on the client i.e. the computer of whoever is visiting the website that has JavaScript on it. Java runs on computers, servers or as an Applet.
If you are looking for a really good game or if you don't have a game to play you should try this game. It's an open world, sandbox, manual aim combat MMOFPS/RPG/RTS game with sieges, mounts, boats, hovering tanks, dungeons, epic mobs, player holdings owned by clans and alliances and a lot more good stuff. Also the world is seamless so there are no loading times and it's probably the biggest game world there is. Check out this trailer u.bb/163042/watchithere or buy it here u.bb/163042/buyithere
@kevowitch1994 I don't know what compiler software he's running, but you can always hand-code the import statements if the program won't do it for you. Just locate the package containing the classes you want to use (java.awt.Color, java.awt.Graphics).
I find it easy to just import everything in a single package using the * character. (import javax.swing.*; import java.awt.*; etc.) instead of using multiple import statements on a single package containing multiple classes.
@gauravdawrani Im sure you can but im not a big we developer so dont know the exact details. Maybe somethign with servlets or beans. Sorry Im not of more help
@gauravdawrani no im sorry you couldnt, i know extensive flash and enough java to know that there is absolutely, positively no way that the two could realistically combine in the present.
what is the point of just importing single items, like java.awt.Canvas instead of java.awt.* ?
the compiler does after all remove all imports that aren't needed so the program wont be slowed down in any way by importing more stuff. maybe the compiling takes abit longer?
great tutorial but I'd love to if you owuld explain everything abit more! like saything "this does that and that does this" instead of just putting everything smack on the window =) thx
@PhysicsLord321 It should not point to the docs directory but the one which includes the file javac - try finding that in the java directories and point it there
I am at the moment trying to develop a pinball game in java, am just starting to loook at collisions and animating graphics, how many tutorials is this over?
@Catkill666 Ok thanks, I will keep my eye out but if youu could let me know when u start again as I will start to go through them, got so much on now would forget if had to leave 1/2 way through
hey Catkill666, is there a book or website that tells me what those codes do? its a nice tut but its hard for me to understand without the reason behind the codes. how did you get started in java coding? btw do i need to know a lot of math to know how to code java?
Emm theres quite alot lol, I would definately recommend having alook at the sun microsystems website theres tutorials on there which are very good for getting started - after that experiment :)
You dont need alot of maths as such yet it depends what your doing, solving linear equations for example is useless unless you can do matrices...used alot for 3D stuff. But you should get by :)
Good luck getting started let me know if i can help in anyway :)
welll when i go on notepad i type like thta and theres no colors on em wich means not wrkn probs so i tryed a way to get the thing to work but i cant you seeive download jdk anyway by the way
Yes i know but for speed i thought id be aswell - saves Set/Get functions - its only a small framework so shouldnt cause too many problems hapefully :)
It's kinda lame to start with the code saying not much about what you use and stuff.
It takes less than half a minute to tell: "install Java JDK / JRE and Eclipse and you're ready to start" if that is the case here. If you use extra libraries you have to mention them. Even if you don't use other libraries "just Java just Eclipse" would be a good start. For experienced programmers this is a bad tutorial. They can tell.
n4pgamer 1 day ago
well i'm totally new to java.Have no idea what any scripting means is there any way i can learn from a beginning please reply i really wanna be like notch
thank you :) ill sub if u reply
logie2288 3 weeks ago
i wan 8 minutes back of my life
mayama6300 3 weeks ago
@mayama6300 Shut up kid ;-)
TheZoroCz 3 weeks ago
3:15 Can I set it somehow to be a 32x32 image which tiles? If so how? :)
Cactupia 1 month ago
@HDStaticz
I love how Minecraft gets its way everywhere in the internet, even when the subject is nowhere similar to that of the Sandbox game by Mojang.
arin9001 2 months ago
@arin9001 Except Minecraft was written in Java
ETHOB121 1 month ago
12 Yr Old Boy here creating mods for Minecraft, ready for GUI, this tutorial looks pretty good.
HDStaticz 3 months ago
this is not a tutorial because you just want us to write text without knowledge about what it does
taumich97 4 months ago
This has been flagged as spam show
If you're looking for a fun, action packed FREE game. Go to ColdfireUO,com. Download the game for free and build your character to fight and craft. Online Multiplayer game like youve never seen before. COLDFIREUO,COM. You'll become addicted!!
Craqerzrus 6 months ago
@notna56
Can't really make a review with 500 characters so if you want to talk more PM.
JayXdbX 6 months ago
@notna56
So i'd avoid websites for the learn , if you need to know how to do something simple like where to add a import then look online but
I would look 4 a book called "Deitel Java How to Program, 9/e ".
It's nearly 100$ but it will teach you everything you need to know about programming in general and java. It's a very dry book design 2 teach.
While i understand the price tags really high up there but the only thing i can suggest is save or look for some other book. Deitel is the best
JayXdbX 6 months ago
im 10 still
amaarmc 6 months ago
hi help me ? how can i make game like rs runescape plz help me
coolguy0331 6 months ago
How did u learn that... Can a 12 year old boy with no programming experience at all learn that with no longer then a half year?????
notna56 6 months ago 9
@notna56 If you work hard enough then yes. People aren't born with knowledge you have to work at it.
Catkill666 6 months ago 18
@Catkill666 where can i learn it?? and im from sweden so if you find one in swedish give me that to but most in english. thanks if u can help me;)
notna56 6 months ago
@notna56
PS: oracle and se(dot)php(dot)net has is it in swedish (Portlane AB, Sweden)
Sorry forgetting to tell you.
NullDeveloper 6 months ago
@NullDeveloper thanks u very much:):) is there something in english to??
notna56 6 months ago
@notna56 sorry for being so.. but what am i going to pres if u looked at the site....
notna56 6 months ago
@notna56
yes, just type in uk(dot)php(dot)net for english and us(dot)oracle(dot)com.
NullDeveloper 6 months ago
@Catkill666
import java.what.he.said.*;
LOL
PS: not a real library!
NullDeveloper 6 months ago
@notna56
Dude, Im 10 and I can do that, and more!
NullDeveloper 6 months ago
@NullDeveloper where did u learn it ???
thanks if u can help me;)
notna56 6 months ago
@notna56 Have a look at the Java tutorials by sun Microsystems - just type Sun Java tutorials in Google it should come up
Also check out my new channel as I will be making new tutorial series in high quality with full notes/examples on my blog.
Catkill666 6 months ago
@notna56
If you want to learn CSS, HTML, JavaScript, or any other web language like ASP, then w3schools is a great place to start (except for PHP).
If you want PHP, then the youtube channel phpacademy is great.
If you want Java, its better to read the API (and References) from Java Website, oracle(dot)com/java
PS: w3schools covers: HTML, HTML5, PHP 4, CSS, CSS3, RSS, ASP, SMIL, XML, XSLT, AJAX, and any other one you like (except for JSP).
Thank you for asking!
NullDevelpoer
NullDeveloper 6 months ago
@notna56 I'm 11 and I know this.
RagingTriton 5 months ago
@notna56 thought i'd share this with you: I started game programming when i was 12, and now im developing games in java, and android apps, ive done some major html and php development, and now im 14. you can do alot if you just stick to it.
TehGameMaker 5 months ago
@notna56 my sister is 11 years old and she knows how to make a 3d fps game in game maker 6!
cookie11811 5 months ago
@cookie11811 Game maker is a retards way of making games.
bigandrey1 5 months ago 2
@cookie11811 how did she learn ??????
notna56 5 months ago
@notna56 I dont realy know becose she is doing it at her grandmas place
cookie11811 5 months ago
@notna56 Absolutely, I'm living proof ;)
scarfulify 4 months ago
@notna56 like me?
xero907 4 months ago
@notna56 A 6 year old can. As long as he/she works on it.
Avizura 1 month ago
@notna56 I did :D
blenderobsession321 1 month ago
FINALLY SOMEONE SCOTTISH FREEDOM!!!!!!!!!
giotheutuber 6 months ago 6
@giotheutuber Emm Yeah! Explain that one for me?
Catkill666 6 months ago 12
@Catkill666 William Wallace
giotheutuber 6 months ago
@giotheutuber YOU CAN TAKE OUR WIVES AND OUR CHILDREN... BUT U WILL NEVER TaKE OUR FRREEEDOOOMM!!!!!
spazimons 6 months ago
@spazimons YESSsSSSSSS!!!!!!!
giotheutuber 6 months ago
@TheHelpingangel
Good question why do people assign the variable "E" for "E"xception :P. I guess one could choose any random less meaningful variable.
cronos72 7 months ago
This has been flagged as spam show
Dear Java tutorial - Making a 2D game - Part 1 Bones-underground is a 2d mmorpg. It is absolutely free to play indefinately. We offer a great community, a place where you can become rich and famous, or just hang out with a few friends. We have hundreds of weapons and armors to choose from. You may want to get a pet, or maybe do a little fishing and heaps more game play on my profile and link
boneug 8 months ago
what are you using to make this? or is it eclipse?
Scarabax17 8 months ago
@Scarabax17 Yeah, it's eclipse
SCARHExtendedMags 7 months ago
This has been flagged as spam show
Dear Java tutorial - Making a 2D game - Part 1 Bones-underground is a 2d mmorpg. It is absolutely free to play indefinately. We offer a great community, a place where you can become rich and famous, or just hang out with a few friends. We have hundreds of weapons and armors to choose from. You may want to get a pet, or maybe do a little fishing and heaps more game play on my profile and link
boneug 8 months ago
This has been flagged as spam show
Dear Java tutorial - Making a 2D game - Part 1 Bones-underground is a 2d mmorpg. It is absolutely free to play indefinately. We offer a great community, a place where you can become rich and famous, or just hang out with a few friends. We have hundreds of weapons and armors to choose from. You may want to get a pet, or maybe do a little fishing and heaps more game play on my profile and link!!!
boneug 8 months ago
Java tutorial - Making a 2D game - Part 1 Bones-underground is a 2d mmorpg. It is absolutely free to play indefinately. We offer a great community, a place where you can become rich and famous, or just hang out with a few friends. We have hundreds of weapons and armors to choose from.
boneug 9 months ago
This has been flagged as spam show
GameBot, a hardware-based type bot, doesn't make any trace on the game server unlike the other software-based program that you can easily download on the internet. so,NEVER worry about the delete of your account!
pls visit our online shopping mall -> automouse2dotcom
automouse2dotcom 9 months ago
I was starting to program a game based on a diferent tutorial (i know how to program, but im new to graphical enviroment). But, instead of Canvas, it used Jframe. What's exactly the different?
Oskar619 9 months ago
@Oskar619 One is a swing component and the other is a AWT. If I remember correctly swing si built on top of AWT so there isn't a big difference.
Canvas was originally ment to display images/graphics so I went with that. JFrame is really a container for objects (which can include images if you want) if you look at a window with the toolbar at the top (to exit etc) that's basically all a JFrame is.
Catkill666 9 months ago
check out my java game made in eclipse..sorce code at link in description
youtube /watch?v=-3I_hUg06Dg
kylecowan990 10 months ago
what program are you using?
vpayb2000 10 months ago
This has been flagged as spam show
Contact me if you want me to make you/your buissnes a website! I charge 10dollars for 1 website, you choose what should be on it. Contact me on YOUTUBE or Email me @ jwebdesigns @ live . co m
jthewebsitemaker 10 months ago
I can't seem to get this to work on netbeans should i get eclipse?
MrJester541 10 months ago
what is this name?
skullkil07 11 months ago
im trying to learn and i just dont get any of this code thingy
GrandNecro 11 months ago
@GrandNecro Start with the basics of programming. Keep it fun. Choose a language; Java is nice. Make a ' hello world ' program and work onward from that :)
Have fun
88Cortex 10 months ago
holy shit i really want to make cashual games but this is just impossible X(
Zkrudriverz 11 months ago
what program is this?
BasiltheBatlord377 1 year ago
@BasiltheBatlord377 obviously it's eclipse
GalaxyMoose 1 year ago
This has been flagged as spam show
"javarpg#co#nr" => great new java rpg tutorial series.(replace "#" by ".")
SlyWillyY 1 year ago
This has been flagged as spam show
"javarpg#co#nr" => great new java rpg tutorial series.(replace "#" by ".") just so you know
eatMeification 1 year ago
This has been flagged as spam show
"javarpg#co#nr" => great new java rpg tutorial series.(replace "#" by ".")
eatMeification 1 year ago
This has been flagged as spam show
"javarpg#co#nr" => great new java rpg tutorial series.(replace "#" by ".") just so you know
eatMeification 1 year ago
Great tut! As I was scrolling through some of the comments I saw one about JavaScript being different from Java. Can you explain the differences, or someone else could? I never relized they were different, I suppose it's because I only ever learned BASIC XD.
CillersFan 1 year ago
@CillersFan Java and JavaScript are two very different programming languages. The term JavaScript was used more as a marketing ploy due to the popularity of Java. They were not developed together in any way. The correct name for JavaScript is ECMAScript. A description of the differences would be very long but basically JavaScript is run in a browser on the client i.e. the computer of whoever is visiting the website that has JavaScript on it. Java runs on computers, servers or as an Applet.
ruarfff 1 year ago
This has been flagged as spam show
If you are looking for a really good game or if you don't have a game to play you should try this game. It's an open world, sandbox, manual aim combat MMOFPS/RPG/RTS game with sieges, mounts, boats, hovering tanks, dungeons, epic mobs, player holdings owned by clans and alliances and a lot more good stuff. Also the world is seamless so there are no loading times and it's probably the biggest game world there is. Check out this trailer u.bb/163042/watchithere or buy it here u.bb/163042/buyithere
GeorgeFPendleton 1 year ago
This has been flagged as spam show
Hey Leute! Ich generiere tagtäglich viel mehr als 100 € mit einem einfachen Internetjob! Wie das gehen soll? mck-team*com.
Hope9475 1 year ago
im gonna make runescape using this XD
lucixlr8 1 year ago
how do you make it import cus i cant seem to get it working
kevowitch1994 1 year ago
@kevowitch1994 I don't know what compiler software he's running, but you can always hand-code the import statements if the program won't do it for you. Just locate the package containing the classes you want to use (java.awt.Color, java.awt.Graphics).
I find it easy to just import everything in a single package using the * character. (import javax.swing.*; import java.awt.*; etc.) instead of using multiple import statements on a single package containing multiple classes.
checkzack 1 year ago
@checkzack found out that i had made som minor spelling errors... like forgetting to put a letter in capital
kevowitch1994 1 year ago
Ive Looking For These Tutorials All Time!!! I Making A Online Multiplayer Game!
Its Called Club Puffle! You Will Be The First One To Know When Its Done!!
MarioLuigi5959 1 year ago
Can we use java and flash simultaneously.... to develop a game..??
flash has some powerful features...
gauravdawrani 1 year ago
@gauravdawrani Im sure you can but im not a big we developer so dont know the exact details. Maybe somethign with servlets or beans. Sorry Im not of more help
Catkill666 1 year ago
@gauravdawrani no im sorry you couldnt, i know extensive flash and enough java to know that there is absolutely, positively no way that the two could realistically combine in the present.
bunnykillsu52 1 year ago
@TheHelpingangel ya..
u can think of it as an object of Exception class... that is caught by 'catch' block.. of whichever exception u have found..
gauravdawrani 1 year ago
@TheHelpingangel Just common could be whatever you like - chesse, pie,x, whatever. e for exception I suppose.
Catkill666 1 year ago
I lost it after 0:16
bestkutter 1 year ago
what is the point of just importing single items, like java.awt.Canvas instead of java.awt.* ?
the compiler does after all remove all imports that aren't needed so the program wont be slowed down in any way by importing more stuff. maybe the compiling takes abit longer?
prantare 1 year ago
This has been flagged as spam show
THE COLLAPSE OF THE THEORY OF EVOLUTION IN 20 QUESTIONS
newaninvitationtothetruth.blogspot ( DOT ) com/
((( Acquainted With Islam )))
aslam-ahmd.blogspot ( DOT ) com/
acquaintedwithislam.maktoobblog ( DOT ) com/
ahmd1431 1 year ago
great tutorial but I'd love to if you owuld explain everything abit more! like saything "this does that and that does this" instead of just putting everything smack on the window =) thx
prantare 1 year ago
When i try to run anything in JCreator it says "the JDK home path has not been set"
although i did set it but there are 2 directories to set, and 1 of them doesn't exist. (C:/.../java/jdk1.6.0_20/docs).
Can someone plz help me on this. I really would like to learn about java.
PhysicsLord321 1 year ago
@PhysicsLord321 It should not point to the docs directory but the one which includes the file javac - try finding that in the java directories and point it there
Catkill666 1 year ago
I am at the moment trying to develop a pinball game in java, am just starting to loook at collisions and animating graphics, how many tutorials is this over?
dashbyictfd 1 year ago
@dashbyictfd Its over a few there is a new hd set, although work is halted as my sound is broken but will get back to it as soon as :)
Catkill666 1 year ago
@Catkill666 Ok thanks, I will keep my eye out but if youu could let me know when u start again as I will start to go through them, got so much on now would forget if had to leave 1/2 way through
dashbyictfd 1 year ago
@dashbyictfd Sure thing feel free to subscribe then you will know when they come out as it says on the front page
Catkill666 1 year ago
can you make board games on javascript? like risk
MrDead1994 1 year ago
@MrDead1994 I dont know ive never used javascript - you can in Java these are two different development languages
Catkill666 1 year ago
every time i try to run it says there is no main method
tntxplode 1 year ago
@tntxplode Because its not complete yet you have to follow the enxt few videos. :)
Catkill666 1 year ago
lol you sound like a omar off ivinsble war lol not bein nasty by the way
Oop984 2 years ago
btw where are you type all this code and what program or compiler to run the code?
warnexus 2 years ago
The IDE is called eclipse its pretty popular just do a google search for it :) it all ows you to run them without command line
Catkill666 2 years ago
hey Catkill666, is there a book or website that tells me what those codes do? its a nice tut but its hard for me to understand without the reason behind the codes. how did you get started in java coding? btw do i need to know a lot of math to know how to code java?
warnexus 2 years ago
Emm theres quite alot lol, I would definately recommend having alook at the sun microsystems website theres tutorials on there which are very good for getting started - after that experiment :)
You dont need alot of maths as such yet it depends what your doing, solving linear equations for example is useless unless you can do matrices...used alot for 3D stuff. But you should get by :)
Good luck getting started let me know if i can help in anyway :)
Catkill666 2 years ago
did you use eclipse!?
pip00123 2 years ago
Yes
Catkill666 2 years ago
i cant get my java development kit up =[ help plz
Oop984 2 years ago
Whats the exact problem? :)
Catkill666 2 years ago
welll when i go on notepad i type like thta and theres no colors on em wich means not wrkn probs so i tryed a way to get the thing to work but i cant you seeive download jdk anyway by the way
Oop984 2 years ago
Thats becauseim using "eclipse" IDE, Type it into google :) that highlights syntax for you notepad doesnt
Catkill666 2 years ago
Nice tutorial.
ShiringMMORPG 2 years ago
nice vid, btw, most of your member vars shouldnt be public
rhillner 2 years ago
Yes i know but for speed i thought id be aswell - saves Set/Get functions - its only a small framework so shouldnt cause too many problems hapefully :)
Catkill666 2 years ago
thank you for this tut!!!
unstman12 2 years ago
nice vid
buypoemod 2 years ago