Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
After a while, I went to download.oracle.com looking for Java 6 tutorials that were really great. I was surprised that I didn't found them there; where are they? If they are not hosted anymore by Oracle, can they be downloaded anywhere?
Edit: For some reason I can't open http://download.oracle.com/javase/tutorial/. Can anyone provide direct link to current bundle?
On the Java Tutorials page there's a link called "Download the latest Java SE Tutorials bundle" (in the right column). Follow it
On the tutorial main page, in the Tutorial Resources box, click the Download the latest Java SE Tutorials bundle link
http://download.oracle.com/javase/tutorial/, right box "Tutorial Resources", link "Download the latest Java SE Tutorials Bundle".
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I'm looking for a bundle to download and it is unclear if any of them have Java 8 support. I'm interested in Eclipse for Java EE developers bundle.
Instructions on how to use Java 8 for eclipse can be found here. Note, however, that this isn't a public release, and there are likely still bugs with it. Both Netbeans and IntelliJ IDEA have better support for Java 8, at the moment.
You might very well be in luck, support for Java 8 should have gone public yesterday 18th March 2014.
https://wiki.eclipse.org/JDT_Core/Java8
-Kaz
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I have scoured google for a while, but I have been unable to find a source for the javadoc for SVNKit (all I found was someone's year old github mirror of the SVNKit repository). Since the SVNKit website is down, does anyone know where I can either access a copy of the web based javadoc or download the javadoc jars for the latest (stable) version of SVNKit?
Taking advantage of public maven repos (either manual or from your IDE if your project is maven-based):
http://repo1.maven.org/maven2/org/tmatesoft/svnkit/svnkit/1.7.8/svnkit-1.7.8-sources.jar
http://repo1.maven.org/maven2/org/tmatesoft/svnkit/svnkit/1.7.8/svnkit-1.7.8-javadoc.jar
SVNKit site is up and running now, sorry for the inconvenience.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am trying to learn PrimeFaces. For this I think its showcase would be the good way to start.
But I want to run this offline, like we can download showcase for struts and run it. Same I want to download the showcase of PrimesFaces.
But I couldn't find the direct link. Help me out with this.
Also recommend me some good book to get deep knowledge about primeFaces.
Here it is, you can grab it from primefaces repository
primefaces/showcase/
Regarding the book/ knowledge base, take a look at the Documentation Section, you will find lots of info about primefaces over there.
You can see more details about how can you use it at http://www.mkyong.com/jsf2/primefaces/download-primefaces-showcase-and-source-code/
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I need to look at the source code of HashMap.java of JDK version 1.6.0_19.
I searched the web but could not find anywhere.
Any pointers is highly appreciated.
Thanks.
Download that version of the JDK. The source code is provided in a src.zip file.
http://grepcode.com/file/repository.grepcode.com/java/root/jdk/openjdk/6-b14/java/util/HashMap.java
Try here: http://hg.openjdk.java.net/jdk6/jdk6
http://www.docjar.com/html/api/java/util/HashMap.java.html
Agree to the "download jdk", if you want to see it in your eclipse, you can edit it as the source of the jdk, then when you type HashMap, press F3, you will go to the HashMap.java.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'd like to read the Sun Java Swing tutorials for Java version 5.
It's easy to find Sun's tutorials for SDK 6. My searches of Sun's site and using Google didn't turn up any links (yet) to the older tutorial. Even the tutorial link on the SDK 5 page pointed to the current tutorials. Are the older tutorials still available? If so, where?
Thanks in advance for any assistance.
P.S. For the curious among you, the handling of drag and drop changes between SDK 5 and SDK 6. I'd like to read the tutorial that pertains to the JVM I'm actually using.
Sun provides "Archives" with earlier snapshots of the tutorials.
The following link should have an option for the JDK 5 tutorial:
http://java.sun.com/products/archive/tutorials/download.html
You can easily find the every version of API documentation. So you really think that you can't survive with those documents? ;)