RE: Your First Java Program 09-24-2013, 08:15 PM
#11
u should use netbeans for java programming if i'm not wrong it auto-compile the program u just right it and hit run we use it at university !!
| Your First Java Program filter_list | |
(09-24-2013, 08:15 PM)blackeagle Wrote: u should use netbeans for java programming if i'm not wrong it auto-compile the program u just right it and hit run we use it at university !!
![[Image: 2YpkRjy.png]](http://i.imgur.com/2YpkRjy.png)
(09-25-2013, 11:54 AM)Deque Wrote: An IDE won't help you at all to learn the basics.
Of course you can use an IDE (I prefer Eclipse), but you should also now how to write and compile a program without it.
(09-26-2013, 03:06 PM)blackeagle Wrote:(09-25-2013, 11:54 AM)Deque Wrote: An IDE won't help you at all to learn the basics.
Of course you can use an IDE (I prefer Eclipse), but you should also now how to write and compile a program without it.
that's how they teach me at uni here but if you say that's it's important to learn how to compile then ill have a look at how it's done !!
![[Image: 2YpkRjy.png]](http://i.imgur.com/2YpkRjy.png)
(09-26-2013, 05:54 PM)Deque Wrote:(09-26-2013, 03:06 PM)blackeagle Wrote:(09-25-2013, 11:54 AM)Deque Wrote: An IDE won't help you at all to learn the basics.
Of course you can use an IDE (I prefer Eclipse), but you should also now how to write and compile a program without it.
that's how they teach me at uni here but if you say that's it's important to learn how to compile then ill have a look at how it's done !!
I know that they do. I also learned it with an IDE at my university first.
It turned out rather embarrassing that after two or three semesters of learning Java I didn't even know how to use javac and I wasn't able to write a simple hello world without an IDE, because I relied too much on the code completion of Eclipse.
![[Image: OilyCostlyEwe.gif]](http://fat.gfycat.com/OilyCostlyEwe.gif)
(09-26-2013, 05:54 PM)Deque Wrote: I know that they do. I also learned it with an IDE at my university first.
It turned out rather embarrassing that after two or three semesters of learning Java I didn't even know how to use javac and I wasn't able to write a simple hello world without an IDE, because I relied too much on the code completion of Eclipse.
(09-26-2013, 08:20 PM)blackeagle Wrote: thx for your help and for the info !! i know all the java basics but when it comes to object and functions im pretty confused !! ill be glad if you can help me
![[Image: 2YpkRjy.png]](http://i.imgur.com/2YpkRjy.png)
![[Image: OilyCostlyEwe.gif]](http://fat.gfycat.com/OilyCostlyEwe.gif)
(09-27-2013, 12:38 PM)blackeagle Wrote: first of all thx !! what i need to know at the beginning is how to create a function and how to use it !!
(09-27-2013, 03:22 PM)Psycho_Coder Wrote: @Deque I guess all of those features are in netbeans as well. I have the C/C++, Scala, python, php and maven plugins installed in netbeans and they work quite well. Also the GUI builder of netbeans is better in netbeans than in eclipse. In eclipse we have to install the GUI builder externally i.e WindowBuilder and in netbeans its already there. However seeing its popularity among developers eclipse must be very good, I haven't much used eclipse though.
![[Image: 2YpkRjy.png]](http://i.imgur.com/2YpkRjy.png)