Author Topic: [Help] Java development  (Read 5446 times)

0 Members and 4 Guests are viewing this topic.

Offline @Veritas_Triumphus

  • Peasant
  • *
  • Posts: 65
  • Cookies: 2
    • View Profile
[Help] Java development
« on: November 10, 2011, 06:02:15 pm »
I dont have any experince with Java but I do want to start learning it and do some programs. Problem is I dont know which application I use to make java programs?
Code: [Select]
while (1) {
document.write("I love EvilZone.org" + "<br />");
}

Offline CorruptedByte

  • Serf
  • *
  • Posts: 23
  • Cookies: 2
  • Lët Thë Hãçkïng Bëgïn
    • View Profile
    • Underc0de
Re: [Help] Java development
« Reply #1 on: November 10, 2011, 06:17:23 pm »
with aplication, you mean IDE?
In Ubuntu/Linux I use Geany but in windows you can use JCreator or NetBeans

Offline iAmLuFFy

  • Knight
  • **
  • Posts: 226
  • Cookies: 6
  • i aM MoDiFiEr nOt A cReAtOr
    • View Profile
Re: [Help] Java development
« Reply #2 on: November 10, 2011, 06:20:08 pm »
java development kit(JDK) is what you need here,
it consist all the tool require for java program development.
java program will execute by jre(java run time enviroment) which is included in jdk.
iAmLuFFy

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: [Help] Java development
« Reply #3 on: November 10, 2011, 06:47:27 pm »
Eclipse.

Also moved.

Offline @Veritas_Triumphus

  • Peasant
  • *
  • Posts: 65
  • Cookies: 2
    • View Profile
Re: [Help] Java development
« Reply #4 on: November 10, 2011, 07:20:00 pm »
Ok ty all. Will try some of them.
Code: [Select]
while (1) {
document.write("I love EvilZone.org" + "<br />");
}

Offline techb

  • Soy Sauce Feeler
  • Global Moderator
  • King
  • *
  • Posts: 2350
  • Cookies: 345
  • Aliens do in fact wear hats.
    • View Profile
    • github
Re: [Help] Java development
« Reply #5 on: November 10, 2011, 08:16:29 pm »
I second eclipse. I'm using Eclipse Helios, and the plug-ins are great. I know NetBeans also has some pretty good plug-ins, but Eclipse already one me over.
>>>import this
-----------------------------

Offline @Veritas_Triumphus

  • Peasant
  • *
  • Posts: 65
  • Cookies: 2
    • View Profile
Re: [Help] Java development
« Reply #6 on: November 10, 2011, 08:43:11 pm »
Ok downloaded eclipse , tested most simple thing as "Hello World" and its working. Just have to learn more about eclipse. :D
Code: [Select]
while (1) {
document.write("I love EvilZone.org" + "<br />");
}

Offline @Veritas_Triumphus

  • Peasant
  • *
  • Posts: 65
  • Cookies: 2
    • View Profile
Re: [Help] Java development
« Reply #7 on: November 10, 2011, 11:36:12 pm »
I learned several simple thigs as:
Code: [Select]
Syste.ou.println("Some text here");
Also learned :

Code: [Select]
int euro = 1;
int dinar = euro*100;
/*Dinar is currency in Serbia*/
System.out.print("You have to pay: ");
System.out.print(25*euro);
Really like it now :D
Can you guys tell me what else should I learn and its simple of course?
Code: [Select]
while (1) {
document.write("I love EvilZone.org" + "<br />");
}

Offline techb

  • Soy Sauce Feeler
  • Global Moderator
  • King
  • *
  • Posts: 2350
  • Cookies: 345
  • Aliens do in fact wear hats.
    • View Profile
    • github
Re: [Help] Java development
« Reply #8 on: November 11, 2011, 12:11:53 am »
You can look at http://code.google.com/p/libgdx/. You can develop on on an android device or your computer. It is what I'm working with now, and seems fairly simple.
« Last Edit: November 11, 2011, 12:13:10 am by techb »
>>>import this
-----------------------------

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: [Help] Java development
« Reply #9 on: November 11, 2011, 08:54:14 am »

Offline @Veritas_Triumphus

  • Peasant
  • *
  • Posts: 65
  • Cookies: 2
    • View Profile
Re: [Help] Java development
« Reply #10 on: November 11, 2011, 11:14:11 am »
Oh, right xD
Code: [Select]
while (1) {
document.write("I love EvilZone.org" + "<br />");
}

Offline darkwolfzero

  • NULL
  • Posts: 3
  • Cookies: 0
    • View Profile
Re: [Help] Java development
« Reply #11 on: January 24, 2012, 04:34:10 am »
This is my first post and I'm glad I found this forum.  I would most definitely second using Eclipse and I have also learn a lot about java recently using mybringback tutorials on youtube.  I haven't gotten the chance to look through the exercises mentioned in the sticky.  Also, thenewboston has some too, but they don't really show you how to use what you learn.  Good luck.
-Dwolf

Offline lordarnoud

  • Peasant
  • *
  • Posts: 112
  • Cookies: 6
    • View Profile
Re: [Help] Java development
« Reply #12 on: January 24, 2012, 10:15:12 am »
Eclipse.

Also moved.
YES

eclipse > netbeans !!!!!
« Last Edit: January 24, 2012, 09:41:46 pm by lordarnoud »

Offline ande

  • Owner
  • Titan
  • *
  • Posts: 2664
  • Cookies: 256
    • View Profile
Re: [Help] Java development
« Reply #13 on: January 24, 2012, 09:07:56 pm »
YES

eclipse < netbeans !!!!!

Netbeans is bigger than eclipse? I hope you mean eclipse > netbeans :P
if($statement) { unless(!$statement) { // Very sure } }
https://evilzone.org/?hack=true

Offline lordarnoud

  • Peasant
  • *
  • Posts: 112
  • Cookies: 6
    • View Profile
Re: [Help] Java development
« Reply #14 on: January 24, 2012, 09:41:35 pm »
Netbeans is bigger than eclipse? I hope you mean eclipse > netbeans :P
lol oops.. xD yes i typed the wrong one :P
eclipse beats netbeans without a doubt, unless you want to prog in Java EE and don't want to bother with the plugins etc..