| View previous topic :: View next topic |
| Author |
Message |
NoManchesPuto I post too much
Reputation: 0
Joined: 24 Jan 2009 Posts: 2820
|
Posted: Sun Aug 16, 2009 2:03 am Post subject: Java IDE |
|
|
Hello General Programming affiliates, I would like to start learning Java, and I was wondering whats the proper IDE for it? I google'd it and have seen hundreds yet IDK which one, any tips?
_________________
|
|
| Back to top |
|
 |
Cheat Engine User Something epic
Reputation: 61
Joined: 22 Jun 2007 Posts: 2071
|
Posted: Sun Aug 16, 2009 2:05 am Post subject: |
|
|
| Netbeans
|
|
| Back to top |
|
 |
NoManchesPuto I post too much
Reputation: 0
Joined: 24 Jan 2009 Posts: 2820
|
Posted: Sun Aug 16, 2009 2:06 am Post subject: |
|
|
Thanks, now is that a general purpose IDE or for set goals? I would like the simplest one there is lol, I heard Java is quite hard.
_________________
|
|
| Back to top |
|
 |
Slugsnack Grandmaster Cheater Supreme
Reputation: 71
Joined: 24 Jan 2007 Posts: 1857
|
Posted: Sun Aug 16, 2009 2:44 am Post subject: |
|
|
| they taught us to use eclipse at school when we were doing our java course
|
|
| Back to top |
|
 |
XVII 2 Master Cheater
Reputation: 0
Joined: 11 Nov 2007 Posts: 353
|
Posted: Sun Aug 16, 2009 6:06 am Post subject: |
|
|
Java is not hard, infact it is very easy to learn.
Use netbeans and google some tutorials or buy a book. I learnt to program a fully functional server within a week or two myself, I really think it's very simple.
_________________
|
|
| Back to top |
|
 |
Noz3001 I'm a spammer
Reputation: 26
Joined: 29 May 2006 Posts: 6220 Location: /dev/null
|
Posted: Sun Aug 16, 2009 7:06 am Post subject: |
|
|
| Slugsnack wrote: | | they taught us to use eclipse at school when we were doing our java course |
Ja, I've always used Eclipse as well. It's easy to use.
|
|
| Back to top |
|
 |
nevereon Cheater
Reputation: 0
Joined: 16 Mar 2008 Posts: 49
|
Posted: Sun Aug 16, 2009 7:28 am Post subject: |
|
|
| Noz3001 wrote: | | Slugsnack wrote: | | they taught us to use eclipse at school when we were doing our java course |
Ja, I've always used Eclipse as well. It's easy to use. |
I third this. Huge eclipse fan. Better than netbeanz imo.
|
|
| Back to top |
|
 |
Chaosis13 Master Cheater
Reputation: 0
Joined: 14 Aug 2007 Posts: 372
|
Posted: Sun Aug 16, 2009 7:28 am Post subject: |
|
|
| I use eclipse, but it can be annoying configuring it. Java is great, especially for servers, but you need to remember that they use their own API's!
|
|
| Back to top |
|
 |
NoManchesPuto I post too much
Reputation: 0
Joined: 24 Jan 2009 Posts: 2820
|
Posted: Sun Aug 16, 2009 12:00 pm Post subject: |
|
|
| Chaosis13 wrote: | | I use eclipse, but it can be annoying configuring it. Java is great, especially for servers, but you need to remember that they use their own API's! |
Ok cool, I think in my school (last year for sure) they used JCreator? Is that any good? Also did anyone have any experience in C++ before they started Java? I heard its much like that, and I have no experience in it lol ^^ I only have experience in Pascal and AS3.
|
|
| Back to top |
|
 |
Polynomial Grandmaster Cheater
Reputation: 5
Joined: 17 Feb 2008 Posts: 524 Location: Inside the Intel CET shadow stack
|
Posted: Sun Aug 16, 2009 3:30 pm Post subject: |
|
|
I've used Netbeans, JCreator and JPadPro, but I found Netbeans easier to use (though it was kinda slow).
I learned Java as part of a 6 week course at a local college when I was 15, and by that time I knew C++ by then. It's quite similar, but it's more framework based like C# is. It's a C-style syntax, so you shouldn't have any problem picking it up if you know C++.
_________________
It's not fun unless every exploit mitigation is enabled.
Please do not reply to my posts with LLM-generated slop; I consider it to be an insult to my time. |
|
| Back to top |
|
 |
kitterz Grandmaster Cheater Supreme
Reputation: 0
Joined: 24 Dec 2007 Posts: 1268
|
Posted: Sun Aug 16, 2009 9:52 pm Post subject: |
|
|
I use eclipse as well. It is a good solid IDE, and it's intelisensee is superbe.
_________________
|
|
| Back to top |
|
 |
NoManchesPuto I post too much
Reputation: 0
Joined: 24 Jan 2009 Posts: 2820
|
Posted: Wed Aug 19, 2009 10:57 am Post subject: |
|
|
| Burningmace wrote: | I've used Netbeans, JCreator and JPadPro, but I found Netbeans easier to use (though it was kinda slow).
I learned Java as part of a 6 week course at a local college when I was 15, and by that time I knew C++ by then. It's quite similar, but it's more framework based like C# is. It's a C-style syntax, so you shouldn't have any problem picking it up if you know C++. |
Ah, well I've only ever programmed in AS3 and Pascal, is it similar to Pascal?
|
|
| Back to top |
|
 |
moogra Master Cheater
Reputation: 0
Joined: 02 May 2007 Posts: 494
|
Posted: Wed Aug 19, 2009 5:39 pm Post subject: |
|
|
Many people use Eclipse for general programing and NetBeans for GUI
_________________
|
|
| Back to top |
|
 |
Polynomial Grandmaster Cheater
Reputation: 5
Joined: 17 Feb 2008 Posts: 524 Location: Inside the Intel CET shadow stack
|
Posted: Thu Aug 20, 2009 4:43 am Post subject: |
|
|
It's kinda like AS3, but not at all like Pascal.
Look through some Java tutorials and code samples, you'll see the similarities to ActionScript straight away.
_________________
It's not fun unless every exploit mitigation is enabled.
Please do not reply to my posts with LLM-generated slop; I consider it to be an insult to my time. |
|
| Back to top |
|
 |
|