Discussions
Categories
- 197K All Categories
- 2.5K Data
- 546 Big Data Appliance
- 1.9K Data Science
- 450.8K Databases
- 221.9K General Database Discussions
- 3.8K Java and JavaScript in the Database
- 31 Multilingual Engine
- 552 MySQL Community Space
- 479 NoSQL Database
- 7.9K Oracle Database Express Edition (XE)
- 3.1K ORDS, SODA & JSON in the Database
- 556 SQLcl
- 4K SQL Developer Data Modeler
- 187.2K SQL & PL/SQL
- 21.4K SQL Developer
- 296.3K Development
- 17 Developer Projects
- 139 Programming Languages
- 293K Development Tools
- 110 DevOps
- 3.1K QA/Testing
- 646.1K Java
- 28 Java Learning Subscription
- 37K Database Connectivity
- 158 Java Community Process
- 105 Java 25
- 22.1K Java APIs
- 138.2K Java Development Tools
- 165.3K Java EE (Java Enterprise Edition)
- 19 Java Essentials
- 162 Java 8 Questions
- 86K Java Programming
- 81 Java Puzzle Ball
- 65.1K New To Java
- 1.7K Training / Learning / Certification
- 13.8K Java HotSpot Virtual Machine
- 94.3K Java SE
- 13.8K Java Security
- 205 Java User Groups
- 24 JavaScript - Nashorn
- Programs
- 468 LiveLabs
- 39 Workshops
- 10.2K Software
- 6.7K Berkeley DB Family
- 3.5K JHeadstart
- 5.7K Other Languages
- 2.3K Chinese
- 175 Deutsche Oracle Community
- 1.1K Español
- 1.9K Japanese
- 233 Portuguese
installed jdk ... but how do I open it to use it?

850580
Member Posts: 7
hello;
I'm new to java.
I downloaded jdk ( winXP ) ... I expected that it would be an authoring environment, like Flash ... but i can't find anyway to open it.
thanks,
Shannon
I'm new to java.
I downloaded jdk ( winXP ) ... I expected that it would be an authoring environment, like Flash ... but i can't find anyway to open it.
thanks,
Shannon
Best Answer
-
847577 wrote:If you're going to do any amount of programming, you'll need to learn to check your assumptions.
I expected that it would be an authoring environment, like Flash
http://download.oracle.com/javase/tutorial/getStarted/cupojava/index.html
Answers
-
847577 wrote:If you're going to do any amount of programming, you'll need to learn to check your assumptions.
I expected that it would be an authoring environment, like Flash
http://download.oracle.com/javase/tutorial/getStarted/cupojava/index.html -
I guess the usage of the phrase 'development Kit' led me to the assumption ...
I am beginning to believe that jdk should be called jbc ==> java background compiler, as in it runs on your OS in the background and then smartly c*ompiles text written in a text editor whenever I snap my fingers 3 times ... am I correct:) -
847577 wrote:I guess the closest equivalent in Java programming would be an IDE, most of which are good, powerful & free.
..I downloaded jdk ( winXP ) ... I expected that it would be an authoring environment, ..
OTOH it is generally a good idea for newbies to get used to using the JDK tools from the command line, and just use a 'simple' editor (such as TextPad - which provides compile and run from keyboard shortcuts and syntax highlighting, but little more) until they are comfortable with what the JDK tools do, and how they work.
If newbies come to rely on their IDE, the first time that something goes wrong, they will be completely lost. -
847577 wrote:No. But wait, let me reconsi.. No.
..I am beginning to believe that jdk should be called jbc ==> java background compiler, as in it runs on your OS in the background and then smartly c*ompiles text written in a text editor whenever I snap my fingers 3 times ... am I correct:) -
847577 wrote:Nope. JDK is the correct term. It's more than just a compiler. And it gets run in the foreground quite a lot.
I guess the usage of the phrase 'development Kit' led me to the assumption ...
I am beginning to believe that jdk should be called jbc ==> java background compiler, as in it runs on your OS in the background and then smartly c*ompiles text written in a text editor whenever I snap my fingers 3 times ... am I correct:) -
I am beginning to believe that jdk should be called jbc ==> java background compiler, as in it runs on your OS in the background and then smartly c*ompiles text written in a text editor whenever I snap my fingers 3 times ... am I correct:)No, you are dead wrong. That is what would happen if you installed an IDE which appears to be what you are looking for. By itself the JDK is just a collection of tools and documentation with no 'background' aspect whatsoever
This discussion has been closed.