Where's the Java Site? Never mind - it's back.

http://java.sun.com/j2se/1.5.0/docs/api/
I've been using this link for years. I even used it earlier this morning. It's an essential reference.
Now all of a sudden it's gone. What happened to it?
Thanks,
Gregory
Edited by: Gregory Hansen on Aug 24, 2010 11:13 AM

Never mind. It's back.

Similar Messages

  • Where does the java classes go?

    I normally use IntelliJ which automatically puts the java class and the jsp where they are meant to go.
    Can some help me.
    Can someone please tell me where to put the java class, i have put the jsp pages in the webapps\ROOT but where does the java classes go?
    Edited by: Tinkerbelle on Jul 24, 2008 1:46 AM

    Tinkerbelle wrote:
    sorry being stupid i do that sorry,
    If i change the class to type (as someone said in a previous post)That would only work if you already put the bean in the session scope.
    Did you try what PaulOckford wrote?
    >
    i get this error:
    HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: Unable to compile class for JSP:
    An error occurred at line: 6 in the generated java file
    Only a type can be imported. com.database.contactDB resolves to a packageDo you have a package structure that looks like this:
    com
    com/database/ <-- This is where contactDB.class is located
    com/database/contactDB/
    Because that is what the compiler is saying. Though it may be thrown off by case (see below)
    P.S. If you use the jsp:useBean you do not need the import statement which appears to be where the error occurs. (One of the things that makes JSPs so hard to debug is the fact that the error line in the generated java file as referenced above is never the same as the line in the JSP file).
    >
    An error occurred at line: 3 in the jsp file: /login.jsp
    database.contactDB cannot be resolved to a type
    1: <%@ page import="com.database.contactDB" %>
    2:
    3: <jsp:useBean id='db'
    4: scope='session'
    5: type='database.contactDB'/>
    6: <html>
    And to be ultra clear - you did compile contactDB from a .java file to a .class file, and the class is called contactDB and not ContactDB correct? The class name is case sensitive and should be the exact same case in the useBean and import statements as in the real class name.
    >
    An error occurred at line: 3 in the jsp file: /login.jsp
    database.contactDB cannot be resolved to a type
    1: <%@ page import="com.database.contactDB" %>
    2:
    3: <jsp:useBean id='db'
    4: scope='session'
    5: type='database.contactDB'/>
    6: <html>
    Stacktrace:
         org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:93)
         org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:330)
         org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:435)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:298)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:277)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:265)
         org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:564)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:302)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:329)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    note The full stack trace of the root cause is available in the Apache Tomcat/5.5.26 logs.
    Apache Tomcat/5.5.26Edited by: stevejluke on Jul 24, 2008 7:33 AM
    Fixed compile from .class file to a .java file to compile from a .java file to .class file

  • Where did the Secure Site Icon go ?

    I know the status bar was removed and an and on bar replaces it but
    Where did the Secure Site Icon go ? Will not use FF without it !
    I cant find anything about it. ( FF 40b7 ) How do I get it back ?
    Not so little things like this will hurt FF. And YES I understand this is beta but come on guys/gals this is IMPORTANT !
    I probably just missed something stupid but I could use some help please.

    Every financial institution (bank, credit union,...), every news outlet (print/TV/Radio/blog) reaches out to millions of elderdly folks and other non-geeks and tells them to run away as soon as they dont see a Key or Lock on a secured page (or maybe so-called secured page from what I get you are trying to push through).
    This is a major Change Management disaster waiting to happen... Not just for Firefox but for every web site using secure transactions. Countless organisations are going to get calls from users telling them, "Your site is not secured, Oprah and CNN told me so".
    Go for color scheme or other visual indicator to warn of security level, but absolutely dont lose the icon !
    Regards,
    Stephane

  • Remote. Where is the rating? How can I get back to version 2.4?

    Remote. Where is the rating? How can I get back to version 2.4?
    <Email Edited By Host>

    After updating remote app to version 3 there is so chance for song ratings anymore.
    How can I upgrade to verision 2.4 and where can I find it?

  • Where (on the Sun site) are the TLD files?

    Could someone tell me where I can find the c.tld tag library descriptor file for jstl.jar ?
    I am unable to find the *.tld files for jstl.jar and other jsp libraries.
    Not here:
    http://java.sun.com/products/jsp/jstl/
    Not here:
    http://java.sun.com/webservices/jwsdp/index.jsp
    Not here:
    http://java.sun.com/j2ee/1.4/download.html
    I downloaded the j2eesdk1.4.1 , and the files were not in there. I installed the entire app server.
    I already have 5 app servers installed on my machine. This is very annoying.
    Generally, it takes me too long to find what I'm looking for on the Sun site. In this case, I can't find it at all!

    Do you have the jstl.jar and standard.jar? If you rename standard.jar to standard.zip, open it up, look under META-INF, the tlds are there.

  • Where is the java root in BI EE ?

    hello every body.
    I have changed the java version and install java 5.0 update 10, because I had problems with the update 15 one.
    I want to make the change work with BI EE, but I forgot the file system of BI EE where the root of java is placed !!!
    Can any one remember me ?
    thanks

    we can say the root in the file : server.xml
    Message was edited by:
    user642052

  • Confuse..where are the java files(bean) related to JSP in Portal??

    Hi..
    Can anybody plz help me..
    I already deploy the new JPDK Jan 2003.
    It's works fine in the Portal.
    Just, i don't understand, where they put the java files(bean) related?
    For example..the Lottery (lotto.jsp)
    it called this bean..
    "<jsp:usebean id = "picker" class = "oracle.portal.sample.devguide.lottery.LottoPicker" scope = "page" />"
    but, when i searched in the Server, i cannot find this LottoPicker.java.....
    Pls help me, it is urgent..

    Hi,
    All the bean files are in samplev2.jar at %OC4J_HOME%/j2ee/home/applications/jpdk/jpdk/WEB-INF/lib. If you extract the zip you will see all the class files for samples in JPDK.
    btw, as per J2EE container specification, the default location for any java class file (i.e. '.class' files) is WEB-INF/lib (packaged as a jar) or inside WEB-INF/classes as individial class files (with their complete package structure)
    Regards,
    Abhinav

  • Where is the Java icon

    Hello,
    once upon the time - it was at Java 1.4 - the Java icon for windows could be found in the subdirectory \jre\javaws\JavaCup.ico.
    Where can that - or a similar - Java icon be found in Java 5 and 6 installations (or elsewhere)?
    Thomas Wiedmann

    This is the result of a find in the Java 1.5.0 directory on a Linux system:
    # find . -name "*png" -print
    ./demo/jfc/Java2D/src/images/boat.png
    ./demo/jfc/Java2D/src/images/duke.png
    ./demo/jfc/Java2D/src/images/jumptojavastrip.png
    ./demo/jfc/Java2D/src/images/java_logo.png
    ./demo/plugin/jfc/Java2D/src/images/boat.png
    ./demo/plugin/jfc/Java2D/src/images/duke.png
    ./demo/plugin/jfc/Java2D/src/images/jumptojavastrip.png
    ./demo/plugin/jfc/Java2D/src/images/java_logo.png
    ./jre/lib/images/icons/sun-java_LowContrast.png
    ./jre/lib/images/icons/sun-java.png
    ./jre/lib/images/icons/sun-java_HighContrastInverse.png
    ./jre/lib/images/icons/sun-java_HighContrast.png
    ./jre/plugin/desktop/sun_java.png
    I suggest you run a similar find on your Java directory and check to see if any of those images (change png to gif and jpg to possibly get more images) suits your needs.
    Disclaimer: please be aware that the Java cup logo is a Sun trademark. You may not be allowed to use it.

  • Where is the Java Commercial

    where can i download the java promotional video?
    or any (preferably all) of the java commercials that have been release promoting Java

    where can i download the java promotional video?You mean the one where James Gosling sprays graffiti on the front of a police station and then legs it, holding a sign saying "Write once, run anywhere"? Or the one where Luke Skywalker tries to stop a run-away garbage truck and gets run over, followed by the slogan "You can't force the garbage collector"?

  • Where are the iWeb site pages kept?

    If I want to move my files over to a new Mac, where can I find the iWeb site pages? Is it packaged inside the iWeb icon?

    iWeb can't import your published files back again. You have to rebuild them from scratch, although of course you can copy/paste whatever you want from your published pages.

  • Where are the .java files compiled from .jsp files stored?

              hi,
              I'm new to weblogic server. When I use Tomcat as the jsp server, it compiles .jsp
              files to .java files and then .class files. So when an error reported I can track
              it in the .java file.
              But what should I do with weblogic? It only saves the .class files in the work
              dir. Or is there a better way to trace errors in jsp files?
              Thanks!
              

    This should give you the information you need to set the keepgenerated flag:
              http://e-docs.bea.com/wls/docs60/jsp/admin.html#53346
              Also, the .java files will be right next to the .class files with are under
              a tmp directory in the /WEB-INF directory under the WEB-INF if it is an open
              directory or in the
              config/mydomain/applications/.wl_temp_do_note_delete/WEB-INF directory if it
              is .war file.
              Sam
              "Raymond" <[email protected]> wrote in message
              news:3b931619$[email protected]..
              >
              > Thanks, but can you tell me more about it? where to set this flag? I'm
              using WLS
              > 6.0sp1.
              >
              > "Sam Pullara" <[email protected]> wrote:
              > >You can turn on the keepgenerated flag if you want to keep the .java
              > >files.
              > >How you do this depends on what version you are using.
              > >
              > >Sam
              > >
              

  • Import FT Wizard - where's the imported site?

    I downloaded the Import Front Page Site Wizard for
    Dreamweaver MX 2004 and then walked through the wizard to import my
    FP site. When I restart DW8, I get a message that the FP site has
    been added, but I don't see it anywhere. What gives?

    Yup, mpg and mpeg are the same. mpeg-1 files are roughly equivalent to VHS quality and mpeg-2 files is the format used in in standard definition DVDs. A number of the new hard drive camcorders use the mpeg-2 format, so you'll see a fair amount of discussion on the topic in these forums. The current version of iMovie (iLife08) can deal with many of these mpeg-2 files without an external conversion (I'd try the software at the Apple store before purchasing). That version of iMovie is quite different than what you have, and there are tradeoffs involved in upgrading.
    John

  • The safety site never tick auto fix ID andPasswords, why my security trading ac. still can auto fix my user ID.how to clear it, please teaching me to fix this problem.THANK YOU.

    M y firefox 10.0.2The safety site never tick auto fix ID andPasswords, why my security trading ac. still can auto fix my user ID.how to clear it, please teaching me to fix this problem.THANK YOU.

    http://www.omahapokernews.org
    http://www.holdempokernews.org
    http://www.7cardstudplay.net
    http://www.5cardstudplay.net
    http://www.holdemspot.org
    http://www.texasholdemstate.net
    http://www.texasholdemstate.com
    http://www.pokerbonuslist.net
    http://www.pokerdownloadz.org
    http://www.signuppoker.net
    http://www.tournamentpokerz.com
    http://www.pokercalculatorz.com
    http://www.omahaodds.org
    http://www.omahaouts.org
    http://www.texasholdemrulesonline.net
    http://www.onlineholdemtips.com
    http://www.pokerhilo.net
    http://www.poker-hilo.com
    http://www.hilopokers.com
    http://www.nolimit-holdempoker.net
    http://www.texasholdemlimits.org
    http://www.texasholdemlimits.net
    http://www.onlinepokerlimits.org
    http://www.onlinepokerlimits.net
    http://www.onlinepokerlimits.com
    http://www.texasholdemlimits.com
    http://www.7cardplayer.net
    http://www.5cardplayer.net
    http://www.omahaacademy.org
    http://www.omahapokerrooms.net
    http://www.onlinepokerroomstop.net
    http://www.playpoker-toppokerrooms.com
    http://www.texasholdemz.com
    http://www.playpokeronline-casinos.com
    http://www.texasholdem-vip.com
    http://www.gamble-poker-holdem.com
    http://www.playpoker-holdem.com
    http://www.onlinetexasholdem-poker.com
    http://www.texasholdempokeracademy.com
    http://www.vip-texasholdem.com
    http://www.playfree-poker-online.com
    http://www.texasholdem-pokerrooms.org
    http://www.toppokerrooms.ws
    http://www.toppokercasino.ws
    http://www.onlinepokercasino.ws
    http://www.playpoker-online.ws
    http://www.online-texasholdem.ws
    http://www.play-texas-holdem.ws
    http://www.internet-texas-holdem-poker.ws
    http://www.poker-player.ws
    http://www.luckyschool.com

  • Where are the "popular sites" in Firefox 5?

    In firefox 4,every time open new tab,i saw the popular sites as thumbnails.Now,in "5",not appears.

    I suspect an extension that you had isn't compatible with Firefox 5.
    You can try this extension to override compatibility issues,
    * https://addons.mozilla.org/en-US/firefox/addon/add-on-compatibility-reporter/

  • Where is the JAVA console?

    Hi, i need to tracethe System.out.println() information given from my JAVA applet, but actually the default console of Firefox 25.1 don't show anything... Why??
    I need to download an extension separately?

    Hello Americanhorizon,
    Thank you for contacting Mozilla Support. Because Java applets are embedded we do not have a console in our web tools. If you take a look at the following web page there are instructions on how to enable to Java Console in windows.
    [http://www.java.com/en/download/help/javaconsole.xml How do I enable the Java Console]
    Please let us know if this solves your issue.
    Cheers,
    Patrick

Maybe you are looking for