There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
 
Tag Cloud
blue screen blue screen of death boot computer connection crash css dell display driver drivers email error ethernet excel firefox firefox 3 hard drive internet internet explorer itunes laptop lcd linux malware monitor network networking nvidia outlook outlook 2003 outlook express partition password printer problem problems router security slow software sound trojan usb video virus vista windows windows xp wireless
Software Development
Search
Search in:
 
Advanced Search
Tech Support Guy Forums > Software & Hardware > Software Development >
Java compiler


HELLO AND WELCOME! Before you can post your question, you'll have to register -- it's completely free! Click here to join today! We highly recommend that you print a copy of our Guide for New Members. Enjoy!

Closed Thread
 
Thread Tools
jacy's Avatar
Senior Member with 113 posts.
 
Join Date: Jul 2004
Experience: Beginner
02-Dec-2005, 06:37 AM #1
Java compiler
hi,
I am trying to learn javascript. Could anyone please recommend me a compiler. Thanks in advance.
Chicon's Avatar
Computer Specs
Distinguished Member with 6,680 posts.
 
Join Date: Jul 2004
Location: 50° 34' 07.13" N - 04° 10' 23.
Experience: Second socks retriever
02-Dec-2005, 07:29 AM #2
Quote:
Originally Posted by jacy
hi,
I am trying to learn javascript. Could anyone please recommend me a compiler. Thanks in advance.
Hi jacy,

Java and Javascript are two completely different languages. As its name displays it, Javascript is a script language that doesn't need any preprocessoring or compilation. As it is related to Internet browser, Javascript functions are invoked by HTML instructions.
To have an idea of what Javascript is like : just browse the Internet with your IE, click Display on the top of your IE window then select Source
A window will open with the HTML coding of the page your browser is viewing : Javascript intructions are enclosed between tags
<script language="JavaScript"> and </script>.

Java is an object oriented language that needs a compiler, a runtime (also called Virtual Machine). You may run Java programs like a Windows application, or a webserver application. Java is a language multi-platform; that means you may run a Java program on Windows, on Linux, on Mac.
__________________
Never teach an old monkey how to make faces. - (French maxim)
lotuseclat79's Avatar
Distinguished Member with 10,572 posts.
 
Join Date: Sep 2003
Location: -71.45091, 42.27841
02-Dec-2005, 08:00 AM #3
Quote:
Originally Posted by Chicon
Hi jacy,
... Java is a language multi-platform; that means you may run a Java program on Windows, on Linux, on Mac.
Hi Chicon,

Just to clarify - Java is a platform-independent language that simply needs a platform, (i.e. target OS/chip), dependent compiler/runtime or Java interpreter implementation to run the same Java code on any one platform.

-- Tom

P.S. Lee Van Cleef avatar - !
Chicon's Avatar
Computer Specs
Distinguished Member with 6,680 posts.
 
Join Date: Jul 2004
Location: 50° 34' 07.13" N - 04° 10' 23.
Experience: Second socks retriever
02-Dec-2005, 08:39 AM #4
Quote:
Originally Posted by lotuseclat79
Hi Chicon,

Just to clarify - Java is a platform-independent language that simply needs a platform, (i.e. target OS/chip), dependent compiler/runtime or Java interpreter implementation to run the same Java code on any one platform.

-- Tom

P.S. Lee Van Cleef avatar - !
Thanks !
jacy's Avatar
Senior Member with 113 posts.
 
Join Date: Jul 2004
Experience: Beginner
07-Dec-2005, 01:36 PM #5
thanks chicon and lotuseclat79. Thanks chicon for telling the difference between java and java script. Could u please tell me what kind of compiler should i get in order to learn java.
lotuseclat79's Avatar
Distinguished Member with 10,572 posts.
 
Join Date: Sep 2003
Location: -71.45091, 42.27841
07-Dec-2005, 01:58 PM #6
Quote:
Originally Posted by jacy
thanks chicon and lotuseclat79. Thanks chicon for telling the difference between java and java script. Could u please tell me what kind of compiler should i get in order to learn java.
Hi jacy,

If you have enough space (just over 100 MB), you can choose to download the JDK, i.e. J2SE Development Kit 5.0 Update 6 from:
http://java.sun.com/j2se/1.5.0/download.jsp which includes a compiler and the JRE for 1.5.0_06; i.e. ~60MB for J2SE, and ~45MB for the documentation where the documentation link is separate from the above JDK link on the same webpage.

You can also download the Sun Java Turorial from: http://java.sun.com/docs/books/tutor.../download.html

-- Tom
__________________
The independence created by philosophical insight is - in my opinion - the mark of distinction between a mere artisan or specialist and a real seeker after truth. - Einstein wrote in 1944.

Some say knowledge is power, I say knowledge without action is powerless. - lotuseclat79

Don't confuse action with movement. - Hemingway to Gardner

Imagination is more important than knowledge. - Einstein
NCTech's Avatar
Member with 53 posts.
 
Join Date: Nov 2005
Location: NC
Experience: Advanced
07-Dec-2005, 02:15 PM #7
Once you have a JRE or JSDK, you can download Eclipse for a great development environment.
lotuseclat79's Avatar
Distinguished Member with 10,572 posts.
 
Join Date: Sep 2003
Location: -71.45091, 42.27841
07-Dec-2005, 04:47 PM #8
Quote:
Originally Posted by NCTech
Once you have a JRE or JSDK, you can download Eclipse for a great development environment.
Hi NCTech,

Can you tell me about the .torrent suffix on the .zip file for Eclipse? When I try to download it and query the size of the file, it is just 8KB or so? Does that mean that .torrent is highly compressed and the 103MB is the uncompressed size? If so, how do I uncompress the .torrent file? Is .torrent a compressed format?

Tia,

-- Tom
__________________
The independence created by philosophical insight is - in my opinion - the mark of distinction between a mere artisan or specialist and a real seeker after truth. - Einstein wrote in 1944.

Some say knowledge is power, I say knowledge without action is powerless. - lotuseclat79

Don't confuse action with movement. - Hemingway to Gardner

Imagination is more important than knowledge. - Einstein
brendandonhu's Avatar
Distinguished Member with 15,988 posts.
 
Join Date: Jul 2002
Location: Ann Arbor, MI
Experience: Advanced
07-Dec-2005, 05:50 PM #9
Quote:
Originally Posted by lotuseclat79
Hi NCTech,

Can you tell me about the .torrent suffix on the .zip file for Eclipse? When I try to download it and query the size of the file, it is just 8KB or so? Does that mean that .torrent is highly compressed and the 103MB is the uncompressed size? If so, how do I uncompress the .torrent file? Is .torrent a compressed format?

Tia,

-- Tom
http://www.bittorrent.com/
lotuseclat79's Avatar
Distinguished Member with 10,572 posts.
 
Join Date: Sep 2003
Location: -71.45091, 42.27841
07-Dec-2005, 05:53 PM #10
Quote:
Originally Posted by brendandonhu
Hi brendandonhu,

I am now looking at the wiki link on .torrent suffixed files for BitTorrent at:
http://en.wikipedia.org/wiki/BitTorrent

I'll get to your link next.

Thanks,

-- Tom
jacy's Avatar
Senior Member with 113 posts.
 
Join Date: Jul 2004
Experience: Beginner
07-Dec-2005, 11:35 PM #11
Thanks everyone
NCTech's Avatar
Member with 53 posts.
 
Join Date: Nov 2005
Location: NC
Experience: Advanced
08-Dec-2005, 12:09 PM #12
Quote:
Originally Posted by lotuseclat79
Hi brendandonhu,

I am now looking at the wiki link on .torrent suffixed files for BitTorrent at:
http://en.wikipedia.org/wiki/BitTorrent

I'll get to your link next.

Thanks,

-- Tom
Just to sum it up torrents are like a file sharing program. You can pull down the package from multiple sources, instead of one. Letting you get large software files faster.

If you just want the .zip -> Here.
lotuseclat79's Avatar
Distinguished Member with 10,572 posts.
 
Join Date: Sep 2003
Location: -71.45091, 42.27841
08-Dec-2005, 12:16 PM #13
Quote:
Originally Posted by NCTech
Just to sum it up torrents are like a file sharing program. You can pull down the package from multiple sources, instead of one. Letting you get large software files faster.

If you just want the .zip -> Here.
Hi NCTech,

How large is the .zip?

-- Tom
NCTech's Avatar
Member with 53 posts.
 
Join Date: Nov 2005
Location: NC
Experience: Advanced
08-Dec-2005, 12:47 PM #14
Quote:
Originally Posted by lotuseclat79
Hi NCTech,

How large is the .zip?

-- Tom
103MB
Closed Thread

THIS THREAD HAS EXPIRED.
Are you having the same problem? We have volunteers ready to answer your question, but first you'll have to join for free. Need help getting started? Check out our Welcome Guide.


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
WELCOME TO TECH SUPPORT GUY! Are you looking for the solution to your computer problem? Join our site today to ask your question -- for free! Our site is run completely by volunteers who help people like you solve computer problems. See our Welcome Guide to get started.



Thread Tools


You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -4. The time now is 02:47 PM.
Copyright © 1996 - 2008 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Powered by Cermak Technologies, Inc.