Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.help > #1826
| From | Lew <lewbloch@gmail.com> |
|---|---|
| Newsgroups | comp.lang.java.help |
| Subject | Re: Compiler |
| Date | 2012-06-05 17:43 -0700 |
| Organization | http://groups.google.com |
| Message-ID | <fabb9fee-5675-4e63-b53a-bf61169951d0@googlegroups.com> (permalink) |
| References | <lsaps7higtfq3a7hu6l7iig0q3g3c2gmpp@4ax.com> <oiips7dha9as6pl6161b8q9t5j9s4b9hkr@4ax.com> <9skss7dli61osisk2ldnnm75fa77glb62g@4ax.com> |
(unknown) wrote: >Roedy Green wrote: > dystokia wrote, quoted or indirectly quoted someone who said : >>> Here's an easy one. I want to learn a little Java - nothing very >>> complicated - but need a compiler. >>> >>> Can anyone suggest a suitable one?" >> >> see http://mindprod.com/jgloss/gettingstarted.html >> >> http://mindprod.com/jgloss/jdk.html >> >> Happily for you, they are free. > > In 'mindprod.com/jgloss/jdk.html' it reads: > > "Windows 7 64-bit, you will need both 64-bit JDK for the desktop and a > 32-bit JRE for 32-bit browsers." What 32-bit browsers? You shouldn't have any. > I am running Windows 7 so have down-loaded and installed > jdk-7u4-windows-x64.exe and jdk-7u4-windows-i586.exe. Get rid of the 32-bit version. > In the 'Program Files' directory I have > Oracle\JavaFX 2.1 Runtime and ..\JavaFX 2.1 SDK JavaFX is not Java. > and in 'Program Files (x86)' I have > Java\jdk1.7.0_04 ..\jre6 and ..\jre7 JDK is the developer toolkit. JRE are the runtime JVM invokers. There is a JRE in the JDK. Did you read the information on the *Oracle* website? Read that first, and understand it, before you start to rely on third-party sites like mindprod. > I have no entry in startup or a desktop pointer icon - result STUCK. > > Where do I go from here to get started please? Uninstall the ones you installed. Re-install the 64-bit JDK. You shouldn't need to do anything special with the PATH for a Windows installation. The Java installation doesn't include anything in startup, and really, why should it? It doesn't create any desktop icons, either. You can create an association in Windows between JAR files and the "javaw" JRE invoker, but for development you use command-line tools (like direct invocation of the "javac" command or Ant) or an IDE (Integrated Development Environment) like NetBeans or Eclipse. As explained in Oracle's Java tutorials. You *are* studying the tutorials, aren't you? RTFM. -- Lew
Back to comp.lang.java.help | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Compiler dystokia@stokeontrent.plus.com - 2012-06-04 13:40 +0100
Re: Compiler markspace <-@.> - 2012-06-04 06:23 -0700
Re: Compiler Roedy Green <see_website@mindprod.com.invalid> - 2012-06-04 07:47 -0700
Re: Compiler dystokia@stokeontrent.plus.com - 2012-06-05 20:06 +0100
Re: Compiler Roedy Green <see_website@mindprod.com.invalid> - 2012-06-05 17:33 -0700
Re: Compiler Lew <lewbloch@gmail.com> - 2012-06-05 18:29 -0700
Re: Compiler Roedy Green <see_website@mindprod.com.invalid> - 2012-06-07 09:46 -0700
Re: Compiler Lew <lewbloch@gmail.com> - 2012-06-05 17:43 -0700
Re: Compiler dystokia@stokeontrent.plus.com - 2012-06-06 16:53 +0100
Re: Compiler Patricia Shanahan <pats@acm.org> - 2012-06-06 09:56 -0700
Re: Compiler markspace <-@.> - 2012-06-06 12:27 -0700
Re: Compiler Roedy Green <see_website@mindprod.com.invalid> - 2012-06-07 10:06 -0700
Re: Compiler "Peter J. Holzer" <hjp-usenet2@hjp.at> - 2012-06-07 09:19 +0200
Re: Compiler Roedy Green <see_website@mindprod.com.invalid> - 2012-06-07 09:48 -0700
Re: Compiler Lew <lewbloch@gmail.com> - 2012-06-07 15:09 -0700
Re: Compiler Roedy Green <see_website@mindprod.com.invalid> - 2012-06-07 17:20 -0700
Re: Compiler Roedy Green <see_website@mindprod.com.invalid> - 2012-06-07 19:01 -0700
Re: Compiler Roedy Green <see_website@mindprod.com.invalid> - 2012-06-07 09:55 -0700
Re: Compiler Lew <lewbloch@gmail.com> - 2012-06-07 15:06 -0700
Re: Compiler Roedy Green <see_website@mindprod.com.invalid> - 2012-06-07 17:26 -0700
Re: Compiler markspace <-@.> - 2012-06-07 17:55 -0700
Re: Compiler Roedy Green <see_website@mindprod.com.invalid> - 2012-06-08 08:05 -0700
Re: Compiler Lew <lewbloch@gmail.com> - 2012-06-08 12:27 -0700
Re: Compiler Roedy Green <see_website@mindprod.com.invalid> - 2012-06-08 21:01 -0700
Re: Compiler Lew <noone@lewscanon.com> - 2012-06-09 21:30 -0700
Re: Compiler Lew <lewbloch@gmail.com> - 2012-06-04 10:49 -0700
csiph-web