LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Javascript/Java programming (https://www.linuxquestions.org/questions/programming-9/javascript-java-programming-736821/)

trekgirl 06-30-2009 08:38 PM

Javascript/Java programming
 
I am running Ubuntu 9 and am curious what kind of programs are available for programming in java. I currently use Netbeans on my XP desktop but would like a linux equivalent to play with.

Uncle_Theodore 06-30-2009 08:44 PM

Same Netbeans is (are?) available for Linux. Just download from their site.
http://www.netbeans.org/

trekgirl 07-01-2009 04:30 PM

I should have realized Sun would put out a version of Netbeans for Linux. Thank you ...oh wise one. ;)

nowonmai 07-03-2009 05:59 AM

Just FYI, Javascript != Java
Not even vaguely. They both have lots of curly brackets and objects, but that's about it.

Java is a general purpose bytecode interpreted language developed by Sun which runs in a Java Virtual Machine.
Javascript is (primarily) a browser scripting language developed by Mozilla which runs in your browser (primarily).

trekgirl 07-03-2009 11:13 AM

Quote:

Originally Posted by nowonmai (Post 3595364)
Just FYI, Javascript != Java
Not even vaguely. They both have lots of curly brackets and objects, but that's about it.

Java is a general purpose bytecode interpreted language developed by Sun which runs in a Java Virtual Machine.
Javascript is (primarily) a browser scripting language developed by Mozilla which runs in your browser (primarily).

Thanks for the clarification. LOL! When I think Javascript, I think Java. I know they aren't the same thing but I still call it Java. I'll start smacking myself upside the head when I do it again. :p


All times are GMT -5. The time now is 11:00 PM.