[postlink]
https://j2ee-tutorials-videos.blogspot.com/2012/05/difference-between-java-jre-and-jdk-and.html
[/postlink]
http://www.youtube.com/watch?v=Hyk3BtCZOEYendofvid [starttext]This is a Video Tutorial explains the Difference between Java JRE and JDK and How to install JDK (Java Development Kit) [endtext]
Browse »
Home
»
Install JDK/JRE
Video Tutorials
[postlink]
https://j2ee-tutorials-videos.blogspot.com/2011/02/video-tutorial-red5-install-jdkjre-on.html
[/postlink]
http://www.youtube.com/watch?v=7XvwxRVxgHsendofvid [starttext] This is a Video Tutorial explains
1. Go to http://java.sun.com/, mouse over Downloads in the top menu bar, and choose Java SE. Click on Download JDK button. Then select your platform (select 32-bit version for windows even if you have 64-bit), check the checkbox to accept the terms and click the Download button. Then click on the jdk-6u18-windows-i586.exe link to download it. Click Save button.
NOTE: The latest version right now is JDK 6 Update 18, and the filename is jdk-6u18-windows-i586.exe.
IMPORTANT: Even if you have a 64-bit computer, you should download the 32-bit version of the JDK. Eclipse seems to want the 32-bit version.
I tried installing the 64-bit version and I got this error when I start Eclipse:
A Java Runtime (JRE) or Java Development Kit (JDK) must be available in order to run Eclipse.
No Java Virtual Machine was found.
2. Double click on the jdk-6u18-windows-i586.exe file on your computer to install the JDK. First it will install the JDK then it will install the JRE. It will ask you where on your computer to install each of them. You can just leave the default, which is C:\Program Files (x86)\Java\jdk1.6.0_18 and the JRE in C:\Program Files (x86)\Java\jre6.
NOTE: Usually, I like to keep 32-bit software in C:\Program Files and 64-bit software in C:\Program Files (x86). But for some reason, Sun has decided to install java by default to opposite folders...32-bit version in C:\Program Files (x86) and 64-bit version in C:\Program Files. I tried flipping them around and I got errors during installation...so I just ended up leaving the defaults.
3. And now the JDK/JRE are installed. Go to C:\Program Files (x86)\Java (or wherever you installed it) and you will see two folders: jdk1.6.0_18 and jre6.
[endtext]
NOTE: The latest version right now is JDK 6 Update 18, and the filename is jdk-6u18-windows-i586.exe.
IMPORTANT: Even if you have a 64-bit computer, you should download the 32-bit version of the JDK. Eclipse seems to want the 32-bit version.
I tried installing the 64-bit version and I got this error when I start Eclipse:
A Java Runtime (JRE) or Java Development Kit (JDK) must be available in order to run Eclipse.
No Java Virtual Machine was found.
2. Double click on the jdk-6u18-windows-i586.exe file on your computer to install the JDK. First it will install the JDK then it will install the JRE. It will ask you where on your computer to install each of them. You can just leave the default, which is C:\Program Files (x86)\Java\jdk1.6.0_18 and the JRE in C:\Program Files (x86)\Java\jre6.
NOTE: Usually, I like to keep 32-bit software in C:\Program Files and 64-bit software in C:\Program Files (x86). But for some reason, Sun has decided to install java by default to opposite folders...32-bit version in C:\Program Files (x86) and 64-bit version in C:\Program Files. I tried flipping them around and I got errors during installation...so I just ended up leaving the defaults.
3. And now the JDK/JRE are installed. Go to C:\Program Files (x86)\Java (or wherever you installed it) and you will see two folders: jdk1.6.0_18 and jre6.
Video Tutorial Red5 - Install JDK/JRE on Windows (for Red5)
Libellés :
Install JDK/JRE
,
Red5
Subscribe to:
Posts
(
Atom
)
Eclipse
(Java Server Faces) JSF
Spring
Hibernate
JAVA
Netbeans
GWT ( Google Web Toolkit )
JAVA EE 6
Tomcat
Java Persistence API (JPA)
EJB
Primefaces
Android
Web Service
GlassFish
Maven
Servlet
CDI (Contexts and Dependency Injection)
Struts
JSP
MySQL
Red5
JAVA 7
Java EE Video Programming
JDBC
Intoduction to J2EE
Spring MVC
JEE5
HTML5
Spring AOP ( Spring Aspect Oriented Programming concepts )
Spring Security
RESTful
C2DM
Google App Engine
PostgreSQL
Security
Cloud To Device Messaging
Spring Data Support (JDBC ORM Transactions)
Ehcache
Icefaces
HTML
JSTL
JUnit
Axis
Packaging and Deploying J2EE Application
Top Link
HttpSession
Log4J
Search Engine
Session
Java RMI ( Remote Method Invocation )
Oracle JDeveloper
SSL
SVN
XML
i18n
HTTPS
You can see also
J2EE is an acronym for Java 2 Enterprise Edition. The Java 2 Enterprise Edition is Software that can be used along with the J2SE, the Java 2 Standard Edition which includes the compiler and the other fundamentals of Java. The J2EE software includes development and deployment systems for Java Servlet and Java ServerPages. Both of these combine Java and HTML to produce web pages on demand. Author Mohamed Habou . understand this powerful component of Java programming.




