943,772 Members | Top Members by Rank

Ad:
  • Java Discussion Thread
  • Unsolved
  • Views: 590
  • Java RSS
Dec 13th, 2008
0

where to find the source codes...

Expand 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,,,,
Similar Threads
Reputation Points: 5
Solved Threads: 0
Light Poster
l_03 is offline Offline
37 posts
since Oct 2008
Dec 13th, 2008
0

Re: where to find the source codes...

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.
Sponsor
Featured Poster
Reputation Points: 1014
Solved Threads: 446
Nearly a Senior Poster
javaAddict is offline Offline
3,258 posts
since Dec 2007
Dec 13th, 2008
0

Re: where to find the source codes...

Click to Expand / Collapse  Quote originally posted by l_03 ...
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
java Syntax (Toggle Plain Text)
  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.
Reputation Points: 485
Solved Threads: 89
Posting Shark
verruckt24 is offline Offline
944 posts
since Nov 2008
Dec 13th, 2008
0

Re: where to find the source codes...

jcreator isnt opensource, you cant get the source code
Moderator
Featured Poster
Reputation Points: 1764
Solved Threads: 574
Moderator
jbennet is online now Online
16,505 posts
since Apr 2005

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Java Forum Timeline: Need help on Unicode (GURMUKHI) in java
Next Thread in Java Forum Timeline: Why does it keep looping?





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC