Jre1.2.2 and jre1.3 on solaris 6. Possible?

We have solaris 6 and have a requirement to install jre1.3 to run an appserver. Current programs use jre1.2.2. These programs would like to continue using jre1.2.2. Any one know of any issues with this?
We would have to install the required patches for 1.3 on 2.6 but aside from that any issues?

Hi,
Ideally, there should be no problems if the App Server vendor has certified it with JRE 1.3. You can install JRE 1.3 in seperate directory and use it only for the App Server. If you find new issues, please report them to Bug Parade on http://java.sun.com
Regards,
--Sun/DTS                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

Similar Messages

  • How install and configuring sudo in solaris 8

    I need install sudo in a zone with solaris 8 conteiner have solaris 10 ¿can a help my?
    Adolfo

    We don't provide sudo for Solaris 8, but you can try with the package available there : http://www.sudo.ws/sudo/download.html#binary
    They don't provide a specific package for Solaris 8 but may be will the binary working correctly in your zone.
    An other package, and is builded for Solaris 8, is available on www.sunfreeware.com website.
    Regarding the configuration, the method can differ depending on which version you will use. You can find a lot of examples on Internet if you want for details.

  • Memory Management comparison between Database 9208 and 11gR2 on Sun Solaris

    Hi All,
    Need some case studies which would help understand how Memory management is done in 9208 and 11gR2 on Sun Solaris SPARC
    Also wanted some real time data which says 11gR2 manages Memory and CPU better than 9208. Some comparison Graph between 9i and 11gR2.
    Any information will be of great help.
    Thanks everyone for your support.
    Thanks
    Abdul

    please see if below helps :
    http://www.oracle.com/global/de/upgradecommunity/artikel/upgrade11gr1_workshop2.pdf
    http://www.dba-oracle.com/oracle11g/oracle_11g_memory_target_parameter.htm
    Regards
    Rajesh

  • Install and configuring SAMBA in Solaris 8.0

    Hi
    Can any one help tme to install and configure SAMBA on solaris 8.0
    Thanks in advance

    We don't provide sudo for Solaris 8, but you can try with the package available there : http://www.sudo.ws/sudo/download.html#binary
    They don't provide a specific package for Solaris 8 but may be will the binary working correctly in your zone.
    An other package, and is builded for Solaris 8, is available on www.sunfreeware.com website.
    Regarding the configuration, the method can differ depending on which version you will use. You can find a lot of examples on Internet if you want for details.

  • Make and dmake included with Solaris 10/Studio 11

    Subject: make and dmake included with Solaris 10/Studio 11
    I've been working on a project where I'm converting makefiles that were originally developed for GNU make to utilize dmake.
    The one issue I've been having is that one dynamic macro "$<" (insert dependency) doesn't seem to work as documented in the make man page either with dmake and make (in /usr/ccs/bin, or /usr/xpg4/bin). Here's a small snippet of what I'm trying to figure out:
    #### Targets
    oraSQL.c: oraSQL.pc
    $(ORACLE_HOME)/bin/proc iname=$< dbms=v8 HOLD_CURSOR=NO RELEASE_CURSOR=YES ireclen=132 oreclen=132 select_error=no lines=yes sqlcheck=semantics xref=yes CODE=CPP ORACA=YES MODE=ORACLE MAXOPENCURSORS=50 userid=$(CONNSTR) When make executes this, it should replace the "$<" with "oraSQL.pc". This does work with GNU make. Now, I know that Solaris make and GNU make are definitely not the same; the manpage for Solaris make at the section titled "Dynamic Macros", clearly states that the same behavior should exist. Unfortunately with Solaris make, the macro is simply replaced with nothing.
    Am I being a blockhead, or is there more too this that someone here might know about?
    Thanks in advance;

    First of all, this is a well known problem. It is not a bug, but a
    difference in behavior between Sun "make" and GNU "make".
    The behavior of Sun "make" is documented in man page,
    and we cannot change the default behavior because this will
    break the existing builds.
    Here is how it is documented in make.1 man page:
    $< The name of a dependency file, derived as if
    selected for use with an implicit rule.
    Second, this problem has been reported several times (see CR
    6593262 for example) , and we addressed it - we provided
    environment variable to specify the compatibility mode.
    SUN_MAKE_COMPAT_MODE=GNU
    - compatibility with GNU "make"
    Compatibility with GNU "make" is partially implemented, and
    will be improved in next releases.
    Here is an example how to set SUN_MAKE_COMPAT_MODE
    to avoid the problem, mentioned in CR 6593262:
    1. This is what happens if SUN_MAKE_COMPAT_MODE is not set.
    % unsetenv SUN_MAKE_COMPAT_MODE
    % cat Makefile
    ## -- Makefile --
    ECHO=/usr/bin/echo
    all: this
    that:
    $(ECHO) "soccer"
    this: that
    $(ECHO) $<
    % dmake -m parallel this
    /usr/bin/echo "soccer"
    soccer
    /usr/bin/echo
    2. Here is what happens if SUN_MAKE_COMPAT_MODE=GNU
    % setenv SUN_MAKE_COMPAT_MODE GNU
    % env | grep SUN_MAKE_COMPAT_MODE
    SUN_MAKE_COMPAT_MODE=GNU
    % dmake -m parallel this
    /usr/bin/echo "soccer"
    soccer
    /usr/bin/echo that
    that
    So, in this case the output is identical to GNU make, correct?
    Please, try to set the environment variable:
    SUN_MAKE_COMPAT_MODE=GNU
    and restart your build.
    Thanks,
    Nik

  • Xgettext for perl and shell scripts on Solaris 9

    Hi......I have to internationalized perl and shell scripts on Linux and Solaris 9.
    I have used gettext on linux to internationalized both perl and shell scripts but on solaris i m not able to
    achieve the same.
    If we see help of xgettect on Linux, it shows input file options for Perl, Shell, C, C++ etc but help for
    xgettext on Solaris shows input file option for C only.
    Can you please provide me some way of using xgettext for perl and shell scripts on Solaris 9 or
    is there any other way of internationalizing perl and shell scripts on Solaris 9.
    Many Thanks,
    Lokesh

    Signature link blocked.
    db
    Contentprise wrote:
    Hi......I have to internationalized perl and shell scripts on Linux and Solaris 9.
    I have used gettext on linux to internationalized both perl and shell scripts but on solaris i m not able to
    achieve the same.
    If we see help of xgettect on Linux, it shows input file options for Perl, Shell, C, C++ etc but help for
    xgettext on Solaris shows input file option for C only.
    Can you please provide me some way of using xgettext for perl and shell scripts on Solaris 9 or
    is there any other way of internationalizing perl and shell scripts on Solaris 9.
    Many Thanks

  • I am using a Photoshop cs2, and I wonder if it is possible to keep the settings of the guidelines when closing an image, with the actual document ? It would be nice to have the guidelines locked down, I find it than when opening the same or another image,

    I am using a Photoshop cs2, and I wonder if it is possible to keep the settings of the guidelines when closing an image, with the actual document ? It would be nice to have the guidelines locked down, I find it than when opening the same or another image, the guidelines are not locked, it is annoying to have to lock them down again. and it would actually be nice, to ba able to give specific directions when placing the guidelines. Thanks

    Then why are the guides unlocked when I reopen a document that I saved with the guides locked ?
    Thanks.

  • I have Lion as my current and main OS. Is it possible to partition part of my hard drive for Snow Leopard?

    I have Lion as my current and main OS. Is it possible to partition part of my hard drive for Snow Leopard? I'm good on partitioning but when I insert the Snow Leopard install disk a message tells me I can't run the install program because I currently have Lion installed... obviously. Have I gone about this the wrong way? Do I need to boot the computer using the Snow Leopard install disk instead of my main HD?

    Apple will never update that as for the most part it is true, and the fact that they really don't want you to run older OS X versions (for whatever reason).
    Now this probably won't work with the next line of MBPs and MBAs that come out. But it is for the current builds.
    But as I stated you need one of the lastest builds of SL for it to even boot the system.
    It won't work with the retail 10.6.3 DVD disc. That version does not have the correct drivers for the newest Mac's.

  • Ipod doesn't work on speakers but headphones are fine and speaker works with iPhone. Possible connector issue? Any thoughts on how I can get the fixed?

    ipod doesn't work on speakers but headphones are fine and speaker works with iPhone. Possible connector issue? Any thoughts on how I can get the fixed?

    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:       
    iOS: How to back up           
    - Restore to factory settings/new iOS device.

  • I have been sent a .pages document and would like to extract the photos included in the document as jpegs (need to edit on photoshop and put back in), is this possible? can't figure out how to do it.

    I have been sent a .pages document and would like to extract the photos included in the document as jpegs (need to edit on photoshop and put back in), is this possible? can't figure out how to do it.

    I'm going to answer my own question:
    Easy steps
    Locate the document in the Finder.
    Control/Right-Click on its icon.
    Select Show Package Contents
    All images and embedded objects appear in ‘Data’ folder
    From this blog
    http://vernonchan.com/2013/10/how-to-extract-images-from-apple-pages-5-0-documen t/

  • Email application using dreamweaver MX and ASP...Is this possible?

    Hello
    I would like to create a web application that would allow
    users to create and send emails a bit like Outlook but a bespoke
    version.
    There are a few things that this email application should do
    such as:
    1) Allow you to enter name, address, email address and job
    category for each contact.
    2) filter email list based on that above criteria eg. list
    all the contacts that have a job category of Manager. One contact
    may have one or more job category so the list would need to remove
    any duplicates.
    3) The email should get sent to everyone on the filtered list
    so it would need to be able to send to multiple email addresses
    4) The user should be able to send attachments.
    I hope this makes sense. It would be great if I could do all
    this in Dreamweaver.
    Any help would be much appreciated on how I could develop
    such a application and also if there any tutorials that I could
    follow which allow me to do something similar.
    Thanks

    Hopefully this will set you in the right direction.
    1. Create a user table. You will need to do this mentally
    before actually
    creating the database. What will the table contain? After you
    have this
    spec'd out, you can create it. You should create your entire
    database
    before creating it in whatever software you'r eusing (mySQL,
    Access, SQL)
    2. Design your jobs table. This will contain all info you
    need to store
    about the job.
    3. Create a form that uses lists to build your "email". This
    should be a
    form that says, select Name, Adress or job category. This
    will feed into
    your SQL statement(or DW recordset), which will bring up all
    your contacts
    where your Name field in your user table (or Address, or Job
    Category or all
    three). You can tweak this until you get it just how you like
    it.
    4. Lastly you should have a very simple form (you don't
    mention what server
    language you're using) that will build an email based upon
    the contacts you
    have selected and email them.
    You will need to get the database up and structure setup
    before I could help
    you more with it. Do you feel comfortable doing that?
    "aman16" <[email protected]> wrote in
    message
    news:[email protected]...
    > Thank you for your reply. Its much appreciated.
    >
    > I have made website in Dreamweaver before using ASP and
    databases. I dont
    > usually hande code though and just use the built in
    tools that Dreamweaver
    > MX
    > has as standard. I just need a step in the right
    direction really thats
    > why I
    > would appreciate any tutorials that you may no of which
    do something
    > similar or
    > maybe do a part of what I am trying to do. I could get
    as far as making a
    > database with contacts and all there details and then
    making an ASP page
    > to
    > display that information and maybe filter it in some way
    but I dont know
    > how to
    > then extract the email address from that filtered info
    and then make a
    > form to
    > type the message and attach any attachments and then
    email the form to all
    > the
    > email addresses from the filtered list.
    >
    > You mentioned that there are web based email
    applications out there that I
    > can
    > customize to do a similar thing. Could you let me know
    of any names of
    > these
    > programs so I can then read up about them? I would like
    to customize it
    > quite a
    > bit though to try and make them as bespoke as possible.
    >

  • If I have an airport extreme and a time capsule is it possible for seamless switching between the 2 when a signal is weak or drops Main reason is as I move from my first floor to my attic office and would like to place one (airport extreme)downstairs and

    If I have an airport extreme and a time capsule is it possible for seamless switching between the 2 when a signal is weak or drops
    Main reason is as I move from my first floor to my attic office and would like to place one (airport extreme)downstairs and time capsule upstairs to get complete coverage

    In theory, yes. If you configure the two base station into either an extended or roaming network configuration, you should be able to walk a laptop between routers and the laptop should attempt to connect/reconnect to the base station providing the stronger signal ... but, in reality, this is not always 100% true.

  • Hello, I'm from Belgium and I just bought the iPad 2. I watched a lot of movies and I saw that it's possible to make your own movie with the iPad, but which app do you need to make movies. Greetings, Lars

    Hello, I'm from Belgium and I just bought the iPad 2. I watched a lot of movies and I saw that it's possible to make your own movie with the iPad, but which app do you need to make movies. Greetings, Lars

    Hier kun je er meer over lezen; http://www.wikihow.com/Use-the-Cameras-on-Your-iPad-2
    En hier kun je meer informatie vinden over de iPad;  www.iPadforum.tk

  • Hi I bought a macbook in 2007/2008 and am wondering if it is possible to update the operating system? Here are my system details: Hardware Overview:    Model Name:     MacBook   Model Identifier:     MacBook4,1   Processor Name:     Intel Core 2 Duo   Pro

    Hi, I bought a Macbook in 2007/2008 and am wondering if it is possible to update my system so I can get the new version of iTunes?
    Here are my current system details: Mac OsX Version 10.5.8
    Hardware Overview:
      Model Name:    MacBook
      Model Identifier:    MacBook4,1
      Processor Name:    Intel Core 2 Duo
      Processor Speed:    2.4 GHz
      Number Of Processors:    1
      Total Number Of Cores:    2
      L2 Cache:    3 MB
      Memory:    2 GB
      Bus Speed:    800 MHz
      Boot ROM Version:    MB41.00C1.B00
      SMC Version (system):    1.31f1

    The model 4,1 can run a maximum of 10.7 Lion.  The 10.6 Snow Leopard DVD is in the Apple online store. You can get it for $19.99. After you’ve installed that then download the 10.6.8 combo updater to finish it off. http://support.apple.com/kb/DL1399 You will need to be running 10.6.8 to access the App Store to order Lion. http://store.apple.com/us/product/MC573/mac-os-x-106-snow-leopard
    System Requirements for 10.6:
    Mac computer with an Intel processor
    1GB of memory
    5GB of available disk space
    DVD drive for installation
      Some features require a compatible internet service provider: fees may apply.
    You can upgrade from 10.5 to 10.6 with no problems as long as you have at least 1gb of RAM. Any program that runs under 10.5 should run under10.6. See this list for third party programs compatibility with 10.6: http://snowleopard.wikidot.com/  You might have to upgrade some drivers for printers, etc.... And you will have to install Rosetta if you have any Power PC applications 
    http://www.macobserver.com/tmo/article/snow_leopard_installing_rosetta/  
    Once you are at 10.6.8 Lion is still available from Apple. You will have to call Apple Customer Care 1-800-692-7753 or 1-800-676-2775. to purchase it. Then within 3 days you will get an email with a code which you can use to download Lion from the App Store. Or go to http://store.apple.com/us/product/D6106Z/A/os-x-lion and purchase it there. The price is $19.99.
    Lion will require at least 2gb of RAM but really needs 4gb to run smoothly.
    As for third party programs see this list for compatibility with 10.7 http://roaringapps.com/apps:table
    Also Lion doesn't run any Power PC programs. To see if you have any Power PC programs go to the Apple in the upper left corner and select About This Mac, then click on More Info. When System Profiler comes up select Applications under Software. Then look under Kind to see if any of your applications are listed as Power PC. Universal and Intel will run under Lion.
    Before Mac switched to Intel processors in 2006 they used Power PC processors from 1994 to 2005. Power PC 601 through 604, G3, G4 and G5. Applications written for the Power PC processors need the application called Rosetta to run on Intel processors. This was part of the Operating System in 10.4 and 10.5 but was an optional install in 10.6. With 10.7 Lion Apple dropped all support for Power PC applications.

  • If I bought the iPhone 5 in Japan and have the documents, it is possible to change my iphone to not need to use gevey?

    If I bought the iPhone 5 in Japan and have the documents, it is possible to change my iphone to not need to use gevey?

    If you had purchased a HTC One it would have been the same thing.
    If you had purchased a Nokia runing Windows it would have been the same thing.
    This is a huge bad point about cell phones, not iPhones.

  • I downloaded CS6 and was told that it was possible to make a hard copy DVD for safety,is this correct and if so how is it done?.

    I downloaded CS6 and was told that it was possible to make a hard copy DVD for safety,is this correct and if so how is it done/.

    Use a DVD burning program:
    https://www.google.com/search?q=vdvd+burning+program&ie=utf-8&oe=utf-8&aq=t&rls=org.mozill a:en-US:official&client=firefo…

Maybe you are looking for

  • Error :  While applying the Patch 4440000

    Error :  While applying the Patch 4440000 FAILED: file igwprop.odf on worker  1 for product igw username IGW. When i check the worker log file i got this error The sequence IGW_AWARDS_S in the database is defined as: MINVALUE = 1 MAXVALUE = 214748364

  • Iphone3gs/iphoto problems

    i have had my phone about 3 weeks. At first every time I plugged it into my imac iphoto would open and ask me to import pics from iphone. Now it no longer does that and every time i open iphoto, whether my phone is connected or not,iphoto asks me to

  • Update rule not working with high data load.

    Hi all, i have a problem with a update rule: it's an update loop in a dso, in the start routine i do 3 select for all entries in data-package on the active table of another structure; then i read those table to update some values in my update rule. I

  • Premiere cc single app

    With this month to month plan i can download premiere cc and cs6 with Encore cs6?

  • GTX 260+ N260GTX-T2D896-OCv2 fps issue in final fantasy xi

    After spending two days scouring the net, I have not been able to come up with any kind of solution to my problem.  Once upon a time, a set of beta drivers were released to fix the FPS slowdown issue on nVidia based cards, but said drivers do not fun