Download of JSDK 2.0

Where can I download this???

http://java.sun.com/products/servlet/archive.html
Here you can find jsdk Correction: Here u can find the jsWdk 1.0.1Re-corrention: Here u can find both the "JSWDK 1.0.1" as well as "Java Servlet Development Kit 2.1 (JSDK)".

Similar Messages

  • Where can I download the JSDK?

    I haven't been able to find the JSDK download on sun's site. Can anyone point me in the right direction?
    Thanks!

    Thanks.
    I didn't have jsdk.jar, but I do have j2ee.jar which includes the servlet packages. I just placed it in my extension and servlet compile fine.

  • Where to find java version 1.4.2-b28

    Hi,
    I need to download the JSDK (exactly) for the java version 1.4.2-b28. Can someone send me the link?

    Hi,
    I need to download the JSDK (exactly) for the java
    ava version 1.4.2-b28. Can someone send me the link?
    Try this link:
    http://java.sun.com/products/archive/index.html

  • Installation problem - urgent, PLEASE help!!

    I'm trying to install Java3D and somehow it doesn't seem to be working. I'm not sure whether I should be installing the opengl or the
    directx version, but I've tried both with no luck. I'm running Windows
    M.E.
    I downloaded the JSDK beta 1.4 version (I have previously tried also
    with the 1.3 version, this didn't work either), and now have the
    jdk1.3.1 as a folder on my C drive ( C:\jdk1.3.1) . Then I downloaded
    Java3D from the website, onto C, as an executable file. When I clicked
    it, it went through the installation process (not giving me any
    options for where to install it, i was just clicking on 'next') and
    seemed to complete ok, but I'm trying to test it by running the
    helloUniverse demo, and the file isn't even there. There's a Java3D
    folder which has been created in Windows, but this just contains a
    folder called uninstall_info.
    On my Java plug-in control Panel, it is currently set to 'use java
    plug-in default'. The other options are to use JRE or JDK, in folders
    Program Files\JavaSoft or JDK1.3.1 respectively. I don't know which
    one I should be choosing! I think I tried it with the JDK option
    before and that didn't work either.
    If anyone can please help I'd be really grateful, this is getting
    quite urgent!

    Hi there!
    Well, try installing java3d in the same directory as ur java(which is c:\jdk1.3.1 for u).
    If i am not mistaken, java3d, by default, installs in c:\jdk1.2.2 directory.
    U also have 2 set the path and classpath in the autoexec.bat to addr to \bin and \lib sub-directories resp.

  • RequestDispatcher error

              hi
              while using the the forward method in RequestDispatcher, i encounter the error below. it is complaining that it cant find the method "RequestDispatcherImpl.forward".
              as my machine has a few different JDKs, is there the possiblity of it using the wrong one? i have set my JAVA_HOME to JDK1.2.2 though.
              i have checked that my classpaths are set correctly as well.
              any help is much appreciated.
              thanx
              yunyee
              ********* Error Log **********
              Mon Nov 27 17:41:28 GMT+08:00 2000:<E> <ServletContext-General> Servlet failed with Exception
              java.lang.NoSuchMethodError
              at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:95)
              

    Hello,
              I suppose u should first download the j2eesdk1.2.2 , or simply download the jsdk (Java Servlet Development Kit) from developer connection in java.sun.com.
              In fact, your library for servlet may just support Servlets spec. 2.1, which does not contain the imple. of RequestDispatcher.
              Anthony
              yunyee wrote:
              > hi
              >
              > while using the the forward method in RequestDispatcher, i encounter the error below. it is complaining that it cant find the method "RequestDispatcherImpl.forward".
              >
              > as my machine has a few different JDKs, is there the possiblity of it using the wrong one? i have set my JAVA_HOME to JDK1.2.2 though.
              > i have checked that my classpaths are set correctly as well.
              >
              > any help is much appreciated.
              > thanx
              >
              > yunyee
              >
              > ********* Error Log **********
              > Mon Nov 27 17:41:28 GMT+08:00 2000:<E> <ServletContext-General> Servlet failed with Exception
              > java.lang.NoSuchMethodError
              > at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:95)
              Click here for Free Video!!
              http://www.gohip.com/free_video/
              [ctlai.vcf]
              

  • Java2 rendering problem

    i have what i call a unusual problem, all the IDE and JAVA2 applets and applications will not render, they start but does not render any components.
    i have found this switch: -Dsun.java2d.noddraw=true.. but i do not get it to work, at the command prompt i only get java.lang.NoClassDefFoundError.. and i wonder if someone else have hade the same problem? and how to work around the problem.. since i cant get any work done i hope some kind soul would like to help out =( i have also updated my video driver to the latest driver and also tried to reinstall directX
    i run a MS Windows XP SP2 on a P4 3.0Ghz on a ASUS P5GD2 Deluxe motherboard with socket 775 on the i915 Intel chipset with a ATI RADEON X700Pro graphics card.

    If you want to start proper, not using NB, download the jsdk bundle without the NB on page:
    http://java.sun.com/j2se/1.4.2/download.html
    Just the sdk, not NetBeans + SDK
    I am assuming you are using windows(due to the desktop comment, *nix users usually dont care about desktop), after installing it you shoul have the following folder on your machine:
    C:\j2sdk1.4.2_06
    This is the java home directory.
    Then you should check to see if your path is alright, you mus have the environment variable:
    JAVA_HOME
    set to the above dir, if you have not, create one.
    your path mus have the following entry:
    %JAVA_HOME%\bin
    if it is not there add it.
    Then on the command line you should be able to run the command
    java -version
    Wich will print out your java version.
    Sometimes, you will need to logout/ login after setting user env variables or boot your box if you did it on tthe system env vars.
    May the code be with you.

  • Really really basic question

    i downloaded the JSDK package and now that I've written my first servlet I don't know how to compile it and how to run it. Do I need to download a special browser to run it? I'd appreciate a quick step by step thing here.

    There are many ways of running your server but I think the best way is to use apache.
    1. download and install Apache web server from apache.org
    2. install apache tomcat from java.apache.org
    it might take you a while to setup these. it can get complicated

  • Downloading and Installing JDK and JSDK

    I just got the book instant javaserver pages and it tells me to install JDK 1.2 for Linux and JSDK. Well I'm useing windows 98 and use IE6 mainly for a browser, so should I still download and install JDK for Linux? And the most resent version I could find on this site was 1.1.8.

    do a search on the forum top right of this page
    ill bet theirs over 10000 posts on it and getting it running
    or look to the installation forum itself
    as far as dling the right jdk if you have windows you use the windows version of the jdk the download spot
    can be a lil tough to find but the jdk is easy to install once you find it and itll make a folder under the c drive

  • Try to download j2sdk-1_4_2_06-linux, but didn't find it

    On the page http://java.sun.com/products/archive/j2se/1.4.2_06/
    i can only download the windows version of jsdk 1.2.4_06 but for linux via others platform, i become a text window by downloading. Can you help!
    Thank!
    Bruno

    Have you looked at this article:
    http://support.apple.com/kb/TS2799
    (iTunes Store reporting error - 3259)
    One suggestion is turning off the firewall on your computer.

  • Download 1.4.2

    want to download the latest JDK 1.4.2
    from where to download this?
    Thanks.

    I installed from the above site. I see j2sdk1.4.2_12 folder on my system.
    Are JDK and JSDK same? Want JDK to be installed. Have JDK1.5 on my system. which is JDK itself.
    but 1.4 is JSDK?? please clarify.
    Thanks.

  • Where can I download jsdk2.2?

    Hello,
    Anyone will tell me where I can download jsdk 2.2?

    There is no such thing. Here is a list of all the JDKs:
    http://java.sun.com/products/archive/
    If you're looking for the Servlet 2.2 download go here:
    http://java.sun.com/downloads/index.html
    and look under the J2EE section.

  • Email Applet won't work after installing JSDK 1.4

    I am used to visiting my online email facility at University which contains an Applet to allow users to reply to, compose, delete messages, etc but since installing JSDK 1.4 I am now longer able to view the Applet - I am presented with the Java icon (coffee cup) and the following code in the Java console. Previous to JSDK I had installed no version of Java on this machine but I have had previous versions installed on other machines which caused no problems at all. Any help or advice would be appreciated, thanks.
    =========================================================================
    Java(TM) Plug-in: Version 1.4.1_02
    Using JRE version 1.4.1_02 Java HotSpot(TM) Client VM
    User home directory = D:\Documents and Settings\Administrator.UNI2000
    Proxy Configuration: No proxy
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    o: trigger logging
    p: reload proxy configuration
    q: hide console
    r: reload policy configuration
    s: dump system properties
    t: dump thread list
    v: dump thread stack
    x: clear classloader cache
    0-5: set trace level to <n>
    java.util.zip.ZipException: ZIP file must have at least one entry
         at java.util.zip.ZipOutputStream.finish(ZipOutputStream.java:292)
         at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:141)
         at java.util.zip.ZipOutputStream.close(ZipOutputStream.java:311)
         at sun.plugin.cache.CachedJarLoader.decompress(CachedJarLoader.java:432)
         at sun.plugin.cache.CachedJarLoader.access$500(CachedJarLoader.java:53)
         at sun.plugin.cache.CachedJarLoader$5.run(CachedJarLoader.java:335)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.plugin.cache.Cache.privileged(Cache.java:219)
         at sun.plugin.cache.CachedJarLoader.download(CachedJarLoader.java:320)
         at sun.plugin.cache.CachedJarLoader.load(CachedJarLoader.java:128)
         at sun.plugin.cache.JarCache.get(JarCache.java:172)
         at sun.plugin.net.protocol.jar.CachedJarURLConnection.connect(CachedJarURLConnection.java:93)
         at sun.plugin.net.protocol.jar.CachedJarURLConnection.getJarFile(CachedJarURLConnection.java:78)
         at sun.misc.URLClassPath$JarLoader.getJarFile(URLClassPath.java:580)
         at sun.misc.URLClassPath$JarLoader.<init>(URLClassPath.java:541)
         at sun.misc.URLClassPath$3.run(URLClassPath.java:319)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.misc.URLClassPath.getLoader(URLClassPath.java:308)
         at sun.misc.URLClassPath.getLoader(URLClassPath.java:285)
         at sun.misc.URLClassPath.getResource(URLClassPath.java:155)
         at java.net.URLClassLoader$1.run(URLClassLoader.java:190)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:186)
         at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:134)
         at sun.plugin.security.PluginClassLoader.findClass(PluginClassLoader.java:168)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
         at sun.applet.AppletClassLoader.loadClass(AppletClassLoader.java:114)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
         at sun.applet.AppletClassLoader.loadCode(AppletClassLoader.java:501)
         at sun.applet.AppletPanel.createApplet(AppletPanel.java:567)
         at sun.plugin.AppletViewer.createApplet(AppletViewer.java:1778)
         at sun.applet.AppletPanel.runLoader(AppletPanel.java:496)
         at sun.applet.AppletPanel.run(AppletPanel.java:293)
         at java.lang.Thread.run(Thread.java:536)
    load: class lotus.notes.apps.actionbar.ActionBar.class not found.
    java.lang.ClassNotFoundException: lotus.notes.apps.actionbar.ActionBar.class
         at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:153)
         at sun.plugin.security.PluginClassLoader.findClass(PluginClassLoader.java:168)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
         at sun.applet.AppletClassLoader.loadClass(AppletClassLoader.java:114)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
         at sun.applet.AppletClassLoader.loadCode(AppletClassLoader.java:506)
         at sun.applet.AppletPanel.createApplet(AppletPanel.java:567)
         at sun.plugin.AppletViewer.createApplet(AppletViewer.java:1778)
         at sun.applet.AppletPanel.runLoader(AppletPanel.java:496)
         at sun.applet.AppletPanel.run(AppletPanel.java:293)
         at java.lang.Thread.run(Thread.java:536)
    Caused by: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(AppletClassLoader.java:252)
         at sun.applet.AppletClassLoader.access$100(AppletClassLoader.java:42)
         at sun.applet.AppletClassLoader$1.run(AppletClassLoader.java:143)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:140)
         ... 10 more

    Goto Tools, Internet Options, Advanced, scroll down to Java (Sun) Unclick (no check mark) Use Java 2 1.x.x for <applet>, close all IE windows. Open IE, try again.

  • GPIB and DAQ card access from JSDK 1.4.2

    Dear Friends,
    I have done many projects (by jsdk-1.4.2) of data acquisition and control with serial ports (COM-1 and COM-2) by RS-232C method.
    But is it possible to access the GPIB card or Data Acquisition card of National Instruments (USA) for control and exchange data with some external instrument?
    Can any body suggest anything ?
    With best regards,
    Avijit Das

    You could use JVM 1.3.X because it uses SSL from the Internet Explorer, not the JSSE SSL.
    Apart of this, you could see if the implementation of PKCS#11 for the forthcoming J2SDK 1.5 works with your card AND if JSSE can use the PKCS#11 Sun Provider. Download the beta and try it.

  • Server JVM for JSDK 1.4.1 (Windows)

    Where can I get the server JVM for JSDK 1.4.1 ?
    C:\>java -server -version
    Error: no `server' JVM at `C:\Program Files\Java\j2re1.4.1\bin\server\jvm.dll'.
    I also checked the j2sdk1.4.1 install directory and the server jvm is not packaged with it either.
    The Solaris version came a server jvm, but not the windows version. Is there a separate server VM download for windows ? If so where is it ?

    I'm using 1.4.1 RC; on my install it is:
    c:\j2sdk1.4.1\jre\bin\server\jvm.dll
    for some odd reason, it is not installed into the C:\Program Files\Java... You can move it there manualy and it works.
    If anyone has any detailed info on why, please post a link; I'm curious.
    - Chris

  • How to download only jre 1.5

    Hello I need jre 1.5 for installing tomcat I don't need JSDK. Can any one tell me how to download only jre 1.5
    Regards,

    Check this out
    http://mindprod.com/jgloss/jre.html

Maybe you are looking for

  • Aperture 2.1 slow in RAW adjustments

    When Aperture 2 came out, I felt like I had a rand new computer. Everything was so quick! When I upgraded to 2.1, every adjustment I make in RAW takes longer now. For example, moving the exposure slider is delayed. the little slider ball is always be

  • Operation failed!

    i m getting error from last 2days- operation could not be completed due to an error! This error not allow me to connect through my phone to ovi store! What should i do,i tried to re-install yhe application but still showing the same error..

  • [nQSError: 17020] and  [nQSError: 17001] when Populating Data

    Hi All, I am getting the following error under when Populating Caching Tables for Marketing. *An Error is displayed as [nQSError: 17001] Oracle Error code: 942, message: ORA-00942: table or view does not exist .* *[nQSError: 17020] A bulkInsert state

  • Please Help, Data Set Master/Detail with mySQL DB

    Hi... I installed the Data Set Master/Detail Sample (states and citys autopopulate) getting values from a XML file... when a user adds a listing in my site, it works great.. i use the XML file values for the states/citys and then everything is stored

  • IMac and Macbook pro have same Picture content both are being uploaded to iCloud

    Hi My iMac and Macbook pro have the same Pictures now that i got the new Photo app all the information is being uploaded to iCloud and i am getting duplicate pictures is there anyway to merge the pictures and only upload one of them?