I'm trying to access java.sun.com so I can read their documentation on speech recognition here: http://java.sun.com/products/java-media/speech/forDevelopers/jsapi-guide/
Unfortunately, I cannot access this page or any other page under java.sun.com...
Is it just my computer that's having problems with this? Or is their site down?
Does anyone have a copy of this documentation they could share? Or an idea on when the site will be back online?
I've looked online for answers on these and I couldn't find anything.
Thank you!
Hopefully, you're aware that Sun
was acquired by Oracle
. You still can reach the cached version of this page here. Lots of links from sun.com were broken.
To get the version of page cached by Google
you can either enter cache:<YOUR_URL_HERE>
in the address bar (assuming you're using Google Chrome
) or copy-paste the URL into the google search box, and then navigate to the cached version from the search results.
Edit
OK, that was lazy me 4 hours ago ;) I did a little research and that's what I found out:
Oracle has this technology tucked away here. There is also a FAQ about it here.
Since this is only a specification, you need to grab an implementation. According to (Sun) Oracle, these are the implementations of note, probably prior to the migration. Who knows which implementations are actually maintained these days, as JSAPI doesn't seem to have been included into 1.7 (maybe it will get into 1.8?)
Yes, I was aware. I'm using google chrome so it shouldn't be to hard to access the cached pages! I don't know why I didn't think of using cached pages on my own XP
Okay! So, I believe I am all set! :) Thanks again - jws121295 2012-04-06 13:05