Can I add jsse.jar to jdk1.5 version

HI ,
can I add jsse.jar to jdk1.5 version which does not contain this jar file?
If it is possible kindly tell me how can I do this?
Thanks,
AK

can I add jsse.jar to jdk1.5 version which does not contain this jar file? You are mistaken. jsse.jar has shipped with every JDK and JRE since 1.3. That's about ten years.
What makes you think it isn't there?

Similar Messages

  • Can you add page numbers to the PDF version?

    Can you add page numbers to the PDF version?

    Hello saradianapasik,
    If you start with a document created with Acrobat Pro, or exported from your word processor as a .pdf, then you should include page numbers in that originating application. After you have exported a .pdf form from FormsCentral, it is no longer editable.
    I hope that helps,
    Brian

  • HT1535 can i add my music from my itouch version 1.1.5 to my husbands iphone5?

    Can I add music from my itouch 1.1.5 to my husbands iphone 5?

    you can transfer videos in your camera roll to your laptop http://support.apple.com/kb/HT4083
    You can transfer purchased music from phone to laptop.
    For non purcased music you would need a 3rd party app to transfer music from your phone to laptop - you can use google to find that software

  • Help can't add new jar files into BDK beanbox(plz see details)

    I am unable to load new jar files into bdk beanbox inspite of
    packaging bean class file and manifest file in a jar file and
    placing it in bdk jars directory. On trying to load it says(THE JAR
    FILE DOES NOT HAVA ANY BEANS).
    SEE THE EXAMPLE BELOW:
    I made a manifest file BeanTest.mf as
    Name: BeanTest.class
    Java-Bean: True
    Then the BeanTest Class comprises of
    import java.awt.Point;
    public class BrokenProperties extends Point
         public void setSpot(Point point)
              this.x = point.x;
              this.y = point.y;
         public Point getSpot()
              return this;
    Please help....

    you have many little errors in program. try as below and let me know..
    public class BrokenProperties extends Point implements serializable
    private Point xy;
    public BrokenProperties()
    public void setSpot(Point point)
    xy=point;
    public Point getSpot()
    return xy;

  • How can I get Record Count in JDK1.3 version

    Hi,
    I am using a JSP page which communicates with the database and fetches a query using a record set.
    How can I display 10 records per page using JDK1.3.
    Lets say the query fetches 15 records.I want the first 10 records to be displayed and a "Next" link at the bottom which when clicked should show the remaining 5 records.
    Could anyone help me regarding the above issue.
    Thanks in advance,
    Reji

    Check out the following url, it should suit ur need.
    http://jsptags.com/tags/navigation/pager/pager-taglib-1.1.html
    The pager tablib is free and it works well. it is well documented and explanations are provided on the website itself.
    hope u find it helpful.
    keep progRamming,
    Satyen.

  • Add file .jar to EBS R12

    Hi all!
    I customize forms from template.fmb and I used java bean in my form
    Properties Implementation Class:oracle.forms.webutil.file.FileFunctions
    When i run form in EBS,error occur.Now I want add file .jar to EBS
    Where can i add file jar to EBS?
    Pls help me!
    Thanks all !

    Hi,
    Properties Implementation Class:oracle.forms.webutil.file.FileFunctionsDo you use WebUtil?
    When i run form in EBS,error occur.Now I want add file .jar to EBSWhat is the error?
    Did you compile the form successfully?
    Regards,
    Hussein

  • Can't find jcert.jar, jnet.jar, and jsse.jar

    I am trying to implement SSL in Tomcat (1.4.18 I think). I have already installed j2sdk1.4.1_01 which is supposed to contain thise files, but I can't find them.
    Does anybody know why this might be happening?

    If you are using j2sdk1.4.1, only jsse.jar exist the rest of it does not. Check the jre folder in your java_home folder and you will see jsse.jar. Copy the jsse.jar and paste it into java_home/jre/lib/ext. after that you can continue with your SSL configuration. I tried it and works fine even without the jnet.jar and jcert.jar. I had the same problem as you when I was configuring SSL on my resin webserver. the documentation for installing jsse may only be applicable to java version jdk1.3 and below.

  • How can I add image files to a executable jar file ?

    Could you tell me how can I add image files to executable jar file ?
    package structure:
    ../com/Main.class
    ../images/..

    Please don't cross post, and read this
    http://forum.java.sun.com/thread.jsp?forum=31&thread=271751
    I've answered the question in the New To Java thread.

  • How can I add jar files into the namespace in code?

    My friends:
    I need to add jar files into my namespace dynamicly in my code.But the jar files might be repeated, I am not sure.so, i wonder how can I add them into my namespace, ignoring the repeated files?
    This is my code:
    URL[] urlArrayA = new URL[5];
    urlArray[0] = sample1;
    urlArray[1] = sample2;
    URL[] urlArrayB = new URL[5];
    urlArrayB[0] = sample3;
    urlArrayB[1] = sample4;
    URLClassLoader urlClassLoaderA = URLClassLoader.newInstance(urlArrayA);
    URLClassLoader urlClassLoaderB = URLClassLoader.newInstance(urlArrayB);
    how can i visit classes in urlClassLoaderA from classes in urlClassLoaderB?

    could anyone please answer the question for me ? thank you...

  • How can i add update signed jar file

    I am developing an applet which requires signing to run in a browser.
    I am developing supporting classes. But these class files have to be added
    to the jar. Isnt it??
    But to test the applet i need to load it in the browser each time i modify the class files. So the jar file need to be updated every time. But an
    IOError
    is being displayed when i try to update the signed jar file.
    How can i update signed jar file?? Or is there any othe way to test the signed applet during development??

    How can i update signed jar file?You can't, the signature is there to make sure the content of the jare hasn't been messed
    with.
    Either recreate the jar and re sign it or set up a policy during testing.

  • How to add a jar file to a project

    I believe I have followed the necessary steps to add a jar file to my project. I have added this jar file as a new library and I see all the classes in it. I have even added it to my SessionBean1.java via the Add ---> Property menu. I noticed that this did not do the import of the class, so I did it myself. I also noticed that it did the drop downs and found the class for me automatically. Specifically, the IDE knows about the class layout and can see my class package as I type it out.
    So far so good....
    I then go to compile the project and I get the error:
    C:\Projects\safe\Safe\src\safe\SessionBean1.java:11: package com.dusa.bo does not exist
    import com.dusa.bo.BackofficePerson;
    Am I missing something? I looked around and it looks to me like the jar file is in the project and it should know about it. Again, I do know that the editor can find it, because as I type import ..... it then list "com" as an option to click on, then if I click on com, it will then list dusa ... and so on.
    Thanks

    I figured this out. Sorry for the post.

  • Can I use a .jar file as a part of my program?

    i.e. Can I import compiled classes from a .jar file.
    I want some functions in the .jar file. Would this be ok? If yes, how? I tried to import them by a statement like this:
    import com.something.otherthing.xxx;
    But it doesn't work! My environment is JBuilder.
    Thanks in advance.

    If you want to use stuff in a jar, then add the jar to your classpath. Then use the import statement as you normally do (nothing special is needed there).

  • Add a jar file to an Applet

    Hi all,
    I'm trying to add a .jar file to my applet using the code:
    <applet name=myApplet.class archive=model.jar></applet>
    Both the .class and .jar files are in the same directory as test.html
    So, when the applet starts an exception is thrown:
    java.lang.NoClassDefFoundError: it/bizware/session/interfaces/HardwareLogManagerUtil
         at AppletPistolaL.getHardwareLogManager(AppletPistolaL.java:222)
         at AppletPistolaL.init(AppletPistolaL.java:97)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    The model.jar contains the path it/bizware/session.../HardwareLogManagerUtil!
    I can't understand why this exception is thrown
    Someone can help me?!?!?!
    thanks a lot!!

    Solved,
    just to add all path it/bizware/....
    and works!!!!
    bye!

  • Add ejb.jar as a module into ear using jdeveloper

    hi all,
    i have problem with ejb.jar file.
    i want to add one ejb.jar module into jdeveloper application.
    I means i want to add into ear as dependencies.
    right now, I can only add jpr project as dependencies.
    Unfortunately my ejb.jar dont have source file.
    how can we achieve this?
    With Regards,
    WP

    OK, here is a working solution which I finally found myself:
    1. register the ejb references in the consuming web application manually (in web.xml)
    2. add the interfaces jar to the app APP-INF/lib file group (Application Libraries)
    3. add a new file group for libraries and add the ejb jar library (should be among the dependencies of some project to be available)
    4. the path in ear field should be empty so the ejb jar goes into root, but JDeveloper (11.1.1.4-6) in it's amazing helpfulness fills in lib all the time if field left empty: so edit the .jws xml directy and enter v="" in the according element and make sure to check if still empty whenever editing the profile

  • How can I Add new LookAndFel to IDE

    How can I Add new LookAndFel to IDE "JDeveloper 10g" ?
    (to the combo box in the Tool->Preferences->LookAndFeel ).

    Here is how you can add new L&Fs to the drop down list. (Instructions are for Linux , as I use Linux, but they will work for Windows too)
    Add the L&F jar to <path to JRE>/lib/ext (or <path to JDK>/jre/lib/ext). Then create swing.properties (if it does not already exist) in <path to JRE>/lib (or in jdk...) with following lines:
    swing.installedlafs = motif,windows,metal,mac,plastic
    swing.installedlaf.motif.name = CDE/Motif
    swing.installedlaf.motif.class = com.sun.java.swing.plaf.motif.MotifLookAndFeel
    swing.installedlaf.windows.name = Windows
    swing.installedlaf.windows.class = com.sun.java.swing.plaf.windows.WindowsLookAndFeel
    swing.installedlaf.metal.name = Metal
    swing.installedlaf.metal.class = javax.swing.plaf.metal.MetalLookAndFeel
    swing.installedlaf.mac.name = Mac
    swing.installedlaf.mac.class = com.sun.java.swing.plaf.mac.MacLookAndFeel
    swing.installedlaf.plastic.name = Plastic
    swing.installedlaf.plastic.class = com.jgoodies.plaf.plastic.PlasticLookAndFeel
    swing.defaultlaf=com.jgoodies.plaf.plastic.PlasticLookAndFeel
    Note that I retained default example L&Fs that normally come with the JDK/JRE (depending on the platfom) and added PlasticLookAndFeel as additional PLAF (Pluggable Look And Feel).
    Now it should be possible to choose Plastic L&F in not only JDeveloper but also other Swing apps that you want to use.
    Please let me know if this works and also if you have any questions.
    - Ganesh

Maybe you are looking for