where to find the source codes...

Please support our Java advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: Oct 2008
Posts: 37
Reputation: l_03 has a little shameless behaviour in the past 
Solved Threads: 0
l_03 l_03 is offline Offline
Light Poster

where to find the source codes...

 
0
  #1
Dec 13th, 2008
help guyz...our teacher recommend us to download the "source code" of eclipse. jcreator, net beans, and bluej,,,

i am either confused,,,,what are the source codes of this four????are these the .java file???help guyzz,.....i cant seem to find their source codes since i dont even get the idea of what are their source codes,,,,
Reply With Quote Quick reply to this message  
Join Date: Dec 2007
Posts: 1,718
Reputation: javaAddict is a name known to all javaAddict is a name known to all javaAddict is a name known to all javaAddict is a name known to all javaAddict is a name known to all javaAddict is a name known to all 
Solved Threads: 230
Featured Poster
javaAddict's Avatar
javaAddict javaAddict is offline Offline
Posting Virtuoso

Re: where to find the source codes...

 
0
  #2
Dec 13th, 2008
Link: http://www.netbeans.org

Apparently you want to download something. So click the download button and read carefully the page to find what you want.

As for what is a source code, you think that the developers of NetBeans wrote the IDE using 0s and 1s.

If you have written code and don't know what a source code is then it is either your teacher's fault or yours, because you write it all the time.
Check out my New Bike at my Public Profile at the "About Me" tab
Reply With Quote Quick reply to this message  
Join Date: Nov 2008
Posts: 823
Reputation: verruckt24 is a jewel in the rough verruckt24 is a jewel in the rough verruckt24 is a jewel in the rough verruckt24 is a jewel in the rough 
Solved Threads: 73
verruckt24's Avatar
verruckt24 verruckt24 is offline Offline
Practically a Posting Shark

Re: where to find the source codes...

 
0
  #3
Dec 13th, 2008
Originally Posted by l_03 View Post
help guyz...our teacher recommend us to download the "source code" of eclipse. jcreator, net beans, and bluej,,,

i am either confused,,,,what are the source codes of this four????are these the .java file???help guyzz,.....i cant seem to find their source codes since i dont even get the idea of what are their source codes,,,,
Would you mind using a more readable langauge with proper punctuation marks so that when somebody wants to help you he can dedicate his full attention towards solving your problem rather spending a good amount of time figuring out what you want. I hope not.

Towards your answer - which javaAddict has already given - but here is a simple way, when you write an application (if you have ever written any) or for that matter even a single program the langauge statements that you write that make up the program are known as source code. So if an application has five classes the five .java files form the source code for the application.
For e.g. The source code for a program that prints out "Hello World" on the screen
  1. public class HelloWorld{
  2. public static void main(String [] args){
  3. System.out.println("Hello World");
  4. }
  5. }

Believe me I can't make it any simpler than this.
I also recommend a bit of googling for you cause you seem to be too lost.
Last edited by verruckt24; Dec 13th, 2008 at 10:31 am.
Get up every morning and take a look at the Forbes' list of richest people. If your name doesn't appear.... GET TO WORK !!!
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 16,273
Reputation: jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all 
Solved Threads: 544
Moderator
Featured Poster
jbennet's Avatar
jbennet jbennet is offline Offline
Moderator

Re: where to find the source codes...

 
0
  #4
Dec 13th, 2008
jcreator isnt opensource, you cant get the source code
If i am helpful, please give me reputation points.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:




Views: 484 | Replies: 3
Thread Tools Search this Thread



Tag cloud for Java
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC