Tzupdater.jar for jdk1.3.1_10

Hi,
I am having jdk1.3.1_10, i wanna to update the newtimezones effective from March 11 2007 Mean upgrading the jres, please let know the
tzupdater version for the jdk1.3.1_10
I am looking for the tzupdater.jar for jdk1.3.1_10 location, if any know please let me know, i tried one url provided by sun but it is not showing the proper link
Thanks
Umakanth

You need a support contract to get the 1.3.1 timezone updater tool.
http://java.sun.com/developer/technicalArticles/Intl/USDST/
(1.3.1 is now EOL'ed)
Alternatively, consider upgrading to 1.3.1_19 or 1.3.1_20 which
contain the new US DST Rules.
http://java.sun.com/j2se/1.3/download.html

Similar Messages

  • Tzupdater.jar

    Hi,
    From where can I download tzupdater.jar for java 1.6?
    Thanks'
    Yifat

    As far as I know TZUpdater is not specific to a particular Java edition and you can apply it to an arbitrary Java SE installation. The releases of TZUpdater differ only in how actual timezone data they contain.
    Please, have a look here for download of a particular TZUpdater release:
    Timezone Data Versions in the JRE Software
    Dimitar
    Message was edited by: DimitarDimitrov
    I'm sorry, the page I provided does not allow download of previous releases. An Oracle's document says that previous TZUpdater releases can be obtained from Oracle Support.

  • [J2ME Polish] How to generate jad/jar for all devices?

    Hello,
    I've developed a J2ME Polish application using Netbeans 6.1 as IDE.
    Now I'd like to generate the corresponding jad/jar for all the existing devices. How can I do that?
    Furthermore, as soon as I'll have generated all these jar/jad, I'd like to put them all in a Web directory in order to make each device able to download the jad/jar corresponding to its configuration. How can I switch a given device towards the appropriate jad/jar in this Web directory?
    Help me please, I'm really confused!
    Thanks you in advance.
    /arkienou

    Even though JDK1.4 is not officially shipping the
    Java Plugin 1.4 documents on Security are fairly
    good. Check out :
    http://java.sun.com:80/j2se/1.4/docs/guide/plugin/developer_guide/contents.html
    http://java.sun.com:80/j2se/1.4/docs/guide/plugin/developer_guide/rsa_how.html
    regards,
    atsSun
    Sun Microsystems

  • Weird! I thought crimson.jar/jaxp.jar were included in rt.jar for jsk 1.4!!

    I am trying a Wrox Books Example (Chapter 2 in Professional Java XML), and if I do this:
      java BookMain
    I get this error:
      Exception in thread "main" java.lang.NullPointerException
        at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:524)
        at org.apache.crimson.parser.Parser2.parse(Parser2.java:305)
        at org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:433)
        at javax.xml.parsers.SAXParser.parse(SAXParser.java:346)
        at wrox.book.BookMain.main(BookMain.java:34)
    But if I do this:
      java -Xbootclasspath:D:\jaxp\jaxp-1.1\crimson.jar;D:\jaxp\jaxp-1.1\jaxp.jar;D:\jdk1.4\jre\lib\rt.jar BookMain
    Then it works!!!
    What's up with that? Is there a later version of crimson in jaxp1.1 than jdk1.4? Is there a known bug?

    I found the same NullPointerException at the same place for the BookMain exercise. The solution (which took a while for me to determine) was to add a missing line in BookMain:
    factory.setNameSpaceAware(true);
    After that the code ran fine.
    I'm surprised that the parsers die in such a case (rather than raising an exception saying they don't understand the namespace-related XML).

  • Problem in tzupdater.jar

    Hi,
    In my application we are using jdk142_10 version. For US DST changes support i have ran tzupdater.jar in java installed directory . But i got the following
    tzupdater version 1.0.0-b03
    JRE time zone data version: tzdata2003a
    There's no tzdata available for this Java runtime
    Expected chages are :-
    tzupdater version 1.0.0-b03
    JRE time zone data version: tzdata2007a
    Embedded time zone data version: tzdata2007a
    Any clue or idea?

    I am having the same trouble as well. I checked and there is no zi directory. Im not sure what to try next.
    I was able to run the updater on another pc.
    It is build: tzupdater version 1.0.1-b01
    It will not run on our Server (windows Server 2003)
    I get the message:
    The Java runtime doesn''t have time zone data (zi directory)
    Version of Java:
    java -version
    java version "1.4.2"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2)
    Classic VM (build 1.4.2, J2RE 1.4.2 IBM Windows 32 build cn142-20060824 (SR6) (JIT enabled: jitc))
    output from tzUpdater:
    java -jar tzupdater.jar -V
    The Java runtime doesn''t have time zone data (zi directory).
    SET statement output
    E:\Carolyn\tzupdater2007a>set
    JAVA_HOME=E:\WebSphere\AppServer\java
    Path=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Ex
    ecutive Software\Diskeeper\;C:\WINDOWS\system32\Windows System Resource Manager\
    bin\;E:\WebSphere\AppServer\java\bin;
    PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
    WAS_HOME=E:\WebSphere\AppServer
    windir=C:\WINDOWS

  • JDBC/OCI driver for JDK1.2

    Hi,
    I have an evaluation copy of Oracle8 version 8.0.3.0 and
    downloaded the JDBC/OCI driver for JDK1.1 (classe111.zip). The
    example I used was also taken from this site, which connects to
    the database and lists ename from emp, using scott/tiger.
    Everything worked fine under JDK1.1 but I can't get the code to
    work with JDK 1.2
    Does Oracle provide a JDBC/OCI driver that will work with JAVA
    1.2 or am I missing something. Please note that I am not using
    Oracle8i.
    Any assistance would be greatly appreciated.
    Karim
    null

    Karim,
    Openlink Software (http://www.openlinksw.com) provides JDBC 2.0
    drivers in version 3.2. This version will be hitting our public
    web site next week, but you can get pre-release components from
    ftp://ftp.openlinksw.com/pre-3.2/index.html
    The JDK 1.2 drivers are all the way at the bottom under the
    Windows section.
    HTH,
    Stephen
    Karim (guest) wrote:
    : Hi,
    : I have an evaluation copy of Oracle8 version 8.0.3.0 and
    : downloaded the JDBC/OCI driver for JDK1.1 (classe111.zip). The
    : example I used was also taken from this site, which connects
    to
    : the database and lists ename from emp, using scott/tiger.
    : Everything worked fine under JDK1.1 but I can't get the code
    to
    : work with JDK 1.2
    : Does Oracle provide a JDBC/OCI driver that will work with JAVA
    : 1.2 or am I missing something. Please note that I am not using
    : Oracle8i.
    : Any assistance would be greatly appreciated.
    : Karim
    null

  • Configuring the PATH for jdk1.3.1_01 in WindowsXP

    I need help in configuring the autoexec.bat file for jdk1.3.1_01 . I am running on WindowsXP. (I used to have win 98 on my old pc that crashed and had jdk1.2.1 and working just fine) Now I have a new pc and have tried the following:
    windir=C:\WINDOWS
    SET winbootdir=C:\WINDOWS
    SET COMSPEC=C:\WINDOWS\COMMAND.COM
    SET PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;C:\jdk1.3.1_01\bin
    SET PROMPT=$p$g
    SET TEMP=C:\WINDOWS\TEMP
    SET TMP=C:\WINDOWS\TEMP
    When I type in C:\path ...it does not show the path I entered. I have no clue what I am doing and the instructions I printed out from sun just do not help me out at all. I really need to get this working so I can continue learning. If anyone can please straighten me out on this I would really appreciate it. Feel free to email me at [email protected]
    Thanks Reba

    Your PATH appears to be correct. However, to verify your PATH you should be able to type the following:
    c:\>echo %PATH%
    This will display your PATH setting on the console. In addition, you can verify that your PATH setting is correct by typing:
    c:\>java -version
    If your path is set correctly, you should see something like:
    java version "1.3.0"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C)
    Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode)
    If, instead, you get something like:
    "Bad command or file name"
    Then your PATH is not configured correctly.
    Hope this helps.

  • Deployment Issues, Different  Jars for Diff Java in one application.

    HI,
    I need to put classpath (Jars) for my WEB-INF/classes. Different Jars for Diff files in one application.
    The problem is , for one ofmy application, the lib files are x.jar and y.jar , x is older than y but have same
    lib files. in x and y, there is one class , r.java , which have a method method1(). whey they are doing modifications in y.jar , the r.java has changed to new vertion, the method method1() they re-written the body.
    My application have 5 java files, in which 2 files uses r.java imported from the x.jar earlier.
    Now we need to use y.jar because , the y.jar have more files added with good futures. But the earlier 2 files are giving exception if i use y.jar.
    I need solution for this. how can i put classpath for the 2 files to use the x.jar and other files to use y.jar in the same application.
    I am using a Tomcat 4 server. only Servlets, JSPs I am using.
    Thank you,
    Kiran

    I may be missing something here, is y.jar a newer version of x.jar? And if it is do you need x.jar at all? Are there classes in x.jar that do not exist in y.jar? Can you modify your application to provide the same functionality and only use y.jar?

  • How to use two different ojdbc14.jar for two web application.

    Hi,
    I have two web application running in same tomcat, I need to use the two different ojdbc14.jar for two application, now both are taking the jars from tomcat common/lib directory, I tried copying the new ojdbc14.jar in web-inf/lib folder of one application, but it is not working.
    Could you please let me know whether this will take the jar from tomcat by befault or from web-inf, and a solution how to proceed with this.
    Thanks in advance.

    Yes, I tried removing the jars from common/lib, but as the connection string is mentioned inside the server.xml it is showing db connection error while trying to connect to the database

  • What is the purpose of alt-rt.jar in jdk1.6.0_20/jre/lib -- 64bit

    what is the purpose of alt-rt.jar in jdk1.6.0_20/jre/lib -- 64bit
    thanks

    Could this be because of one of these bugs:
    http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6953058
    or
    http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6959816
    Actually the flags from the later bug are not set in our JVM but the crash happened between half an hour or several hours (I expect it was depending on the system load).
    Thanks,
    Stefan

  • JDBC for JDK1.1 connection with Oracle 8.0.5

    I have a client running Oracle 8.0.5 on an NT machine. I have downloaded the 8.0.5 OCI8 and thin JDBC from Oracle web site.
    Using the JdbcChecker.java sample code, I am unable to make a connection to the Oracle DB. I tested JDK1.1.8 with the new jdbc and also with the jdbc that originally came with Oracle (orant\jdbc\lib) but to no avail. I tested JDK1.2.2 with the 8.1.5 jdbc, also no luck. I compiled and ran the code each time, using
    DriverManager.getConnection("jdbc:oracle:thin:@" + database, username, password);
    where database is a.b.c.d:port_no:sid
    The error that came out for jdk1.1.8 was:
    (after printing out 'connecting...')
    java.sql.SQLException: Refused: ROR=(CODE=12505) (EMFI=4)))) ....
    Is there a daemon or something that is not running? I am new to Oracle but not to jdbc. My client has used Oracle a lot but not doing any java programming with it.
    What am I missing here?
    Thanks.

    Could you verify that the listener for the database is configured properly and that it is running?

  • Including External JARs for Java Application in OC4J

    Hi Experts,
    Here is my requirement.
    I have developed my Java application using Tomcat Server & Eclipse. In my application I have used some External JARs & imported the classes in my JSP.
    Now that I'm using OC4J Server instead of Tomcat I'v no clue as to where I have copy these External JARs for my application to work.
    I have installed OBIEE-Client which includes OC4J server. The path where I have placed my application is as below
    *"C:\OracleBI\oc4j_bi\j2ee\home\default-web-app"*
    If I run my application the server does not import the classes in the JSP which we include using Import statement using JSP tags (*ex* - <%@ page import = "org.apache.commons.fileupload.*"%>).
    This is the location which I found, where I need to put my Java-J2EE application. This OC4J_BI comes with OBIEE.
    Kindly help me out on where to place these External JARs exact location in OC4J.
    Also let me know if I have to alter any configuration/xml file (if so pls specify the file name & its location).
    Thanks in advance,
    Venky

    You can either include the external libraries in the application, by placing them into WEB-INF/lib, or you can import them into the server as "shared libraries", normally you'd use the "enterprise manager" application to do this. Having loaded a shared library you then add it to the classpath when you're deploying the application.

  • Where is the jar for me to import?

    import javax.servlet.http.*; <--- showing error
    import kr.pe.okjsp.util.*;
    import com.oreilly.servlet.MultipartRequest;
    public class WriteServlet extends HttpServlet {  <--- showing error
    long long time ago, there was
    server.jar
    but in java 5.0, where is the jar for me to import?
    It would be really appreciated. Do I have to download j2ee for this?
    My memory is fuzzy...
    Thanks -

    Yes, it is part of EE not SE. Or you can get it/them from your application server's lib dir (which may or may not be a better choice).

  • Signing  a trusted jar for use with forms

    I have not found sufficient documentation on how to sign a new jar for use in conjunction with forms.
    I have read the descriptions in the getCLientInfo bean.
    This doesn't cover the whole subject.
    What must be done in Jinitiator? for instance.
    Can someone direct me to a more exhaustive source of information?
    I've done everything I can think of and /or discover and I'm still getting Security exceptions.
    Mick

    Adrienk wrote:
    is the a tutorial on how to open a .jar file and use it with in eclipse by keeping the same file structure?Is your shift key broken, or are you just too lazy to apply once at the start of each sentence?
    In any case, for Eclipse problems, see [http://www.google.com/#q=eclipse+forum].

  • SSL Cert used to sign Jars for distribution via WebStart

    Hi,
    I have an SSL cert (Comodo InstallSSL) for my website and wondered if I can use it to sign jars so, when distributed via webstart, the old "untrusted source" message doesn't get displayed. I've been doing a lot of reading but, to be honest, I can't really find my bearings! I have imported the cert into my keystore but get the message when I try to sign a jar:
    Certificate chain not found for: myalias  myalias must reference a valid KeyStore key entry containing a private key and corresponding public key certificate chain.I have the following files in relation to my cert:
    xxx.cabundle (this can be imported into keytool easily)
    cert/xxx.crt (looks like a PGP file, cannot be imported (-import) into keytool)
    private/xxx.key
    My questions I suppose are:
    1. Can I use a cert issued for SSL to sign jars for webstart distribution?
    2. If yes to 1; what steps other than importing the cert alone (which generates the message above) do I need to do to achieve this?
    Any help would be appreciated!
    Rich

    Hi,
    yes, the pkcs12 certificate includes the private key, as opposed to pb7 which does not.
    Sent from Cisco Technical Support Android App

Maybe you are looking for

  • Similar to dts in Oracle.

    is there any utility in oracle, similar to DTS in sql. where i came import data from csv file to table and schedule tht process to run in intervals. i can do it through load data. but how i will schedule it. Or how i will write a comand line utility(

  • Error code 0x80020025 for reading CD on 10.5.6

    Hi there, very frustrated those days. the Internal DVD in this Macbook on 10.5.6 recognize any CD as a blank one, even when I put the Mac OS installation CD in, and give me a message as " the disk could not be used because the disc drive is not suppo

  • Mac Book Pro start up, Mac Book Pro start up

    My Mac Book pro is taking very long ot start up sometimes getting to home but then not loading anything else. it is a late 2011 model with Mavericks and about 4 years old now. i cant enter safe boot for some reason which is very annoying but cant res

  • The bookmarks toolbar has vanished

    I don't know what happened. I recently updated to FF15 and while bookmarking a new page it just vanished. It is ticked in the toolbar list, so I can't figure out what's wrong. Please help.

  • Please Help/Cannot Open Logic

    I am (trying to run) logic 7.1.1 on tiger 10.4.8 upgraded from 10.3.9 dual 2.0 2.5 GB Ram. When logic is starting up it does not respond and hangs on the splash screen that says setting up memory buffers. I had probs with ram and chucked it and insta