How to use JDK 1.5 in WSAD 5.1.2 to complie the code

Hi,
We have currently deployed our code on JDK 1.4 in WSAD 5.1.2. How to run wsad 5.1.2 with jdk 1.5, this is just for compiling the code and not for deployment as we will be tieing up with RAD 7.0 on a future date after the migration of our Webspehere Application Server from 5.1 to 6.1.
Could any please help us out with the above query ?
Rgds,
Surya.

http://java.sun.com/j2se/1.5.0/install-solaris.html
r
http://www.google.com/search?q=How+to+install+jdk+1.5+in+Sun+Solaris+8+in+unix+platform+++&client=netscape-pp&rls=com.netscape:en-US

Similar Messages

  • How to use base band wave,subcarrier wave and carrier wave to creat the FM wave? When I use the MT Modulate FM VI in USRP,I don't konw how to use it.

    How to use base band wave,subcarrier wave and carrier wave to  creat  the FM wave? When I use the MT Modulate FM VI in USRP,I don't konw how to
    use it.

    https://decibel.ni.com/content/docs/DOC-24206
    Let us know if that example doesn't help you
    Anthony F.
    Product Marketing Engineer
    National Instruments

  • How to use ADO(Microsoft ActiveX Data Objective 2.8 Library) to execute the store procedure of database in SQL server

    how to use ADO(Microsoft ActiveX Data Objective 2.8 Library) to execute the store procedure of database in SQL server?
    Does any body can tell me about this?
    thanks
    [email protected]

    Hi 
    Did you succeed to execute the procedure?
    How ?
    Thanks
    Shimon Zerbib

  • How to create an audit trail file and what is it ( pls see the code)

    All my System.out.println statements , should be printed in an audit file , instead of printing to a console .
    How and where in the program , i should create a file and how should i write System.out.println statements output to it .
    Pls help me with the code .
    //Start the main method
         public static void main(String[] args){
              if(!(args.length == 3 || args.length == 4))
                   System.out.println("Usage: java Load_data @baseyr @rateyr @caseID [@infile]");
                   System.exit(1);
              String baseYr = args[0];
              String rateYr = args[1];
              String param3 = args[2];
              System.out.println("The base year is :"+baseYr);
              System.out.println("The rate year is :"+rateYr);
              if(param3.compareToIgnoreCase("max") == 0)
                   caseID=25;
                   System.out.println("The CaseID begins at :"+caseID);
              else if(param3.compareToIgnoreCase("one") == 0)
                   System.out.println("Warning : I am assuming the CaseID as 1");
                   //caseID=1;
              inFile = (args.length == 4) ? args[3] : "C\\UDS_YYYY.txt";     
            System.out.println("The Input file we are using is :"+inFile);
              goodOutFile = "C:/Documents and Settings/Desktop/Program/GOOD_LOAD.txt";
              badOutFile = "C:/Documents and Settings/Desktop/Program/BAD_LOAD.txt";
              inFormat = "C:/Documents and Settings/Desktop/Program/FORMAT.csv";
    //Here I call the Load_data method.
              new Load_data();
              System.out.println("The number of records written to good O/P FIle :" +goodRecord);
              System.out.println("The number of records written to bad O/P FIle :" +badRecord);
              System.out.println("")
    }

    1sai wrote:
    However, a better choice would be to use log4j which support rolling log files and more control over what output goes where in what format.
    Can U pls explain this ,or where i can learn abt this .
    Thank UTry clicking on the link BigDaddyLoveHandles provided you in the previous reply.
    Your hands must get tired with your hiney sitting on them all day, huh?

  • Using LV Class Property Nodes in In-place Element structure causes the code to halt

    I have some code written in LV RT 2010 that uses property nodes from a LVOOP class that I created.  I am using access the property node from inside an in-place element structure.  When the code reaches the property node, LabVIEW stops running.  (as if the abort button was pressed).  I verified this behaviour using highlight execution.  When I remove the in-place structure code runs fine.
    Is this is know bug in LabVIEW?  Is there a CAR to resolve this created for a future release?

    Bob,
    I tried to reproduce the behavior you're seeing by recreating the Trigger and Trigger List classes, but I have not been able to reproduce it.  Please take a look at my version of the project in the attached zip file.  Take a look at Test.vi, and feel free to modify and repost it to show me how to make the problem occur.  I would like to file a CAR to make sure we get the problem fixed, but I will need to be able to reliably reproduce it first.
    On a similar note, you can get much better performance out of the Process Triggers VI by preallocating the list array, instead of using build array in a loop.  Take a look at Process Triggers2.vi in my project.  You can run Benchmark.vi to see the performance difference between the two different approaches.
    Chris M
    Attachments:
    triggerlist test.zip ‏165 KB

  • My i phone is Disabled how doI fix this my sun has been playin with it and lost the code to get in to it

    My sun has locked my ph and itsays it s disabled how do I gett the codes to un lock it

    If you restore the phone, from backup, on the last computer the phone synced with, this will remove the passcode.

  • How to use JDK 1.4 and WLS 5.1 on SUN Solaris 5.7

    Hello,
    I run into trouble after I tried to use the JDK 1.4.1_01- b01 with WLS 5.1
    I got the following error message:
    Exception in thread "main" java.security.AccessControlException: access
    denied (java.lang.RuntimePermission createSecurityManager)
    at
    java.security.AccessControlContext.checkPermission(AccessControlContext.java
    :270)
    at
    java.security.AccessController.checkPermission(AccessController.java:401)
    at
    java.lang.SecurityManager.checkPermission(SecurityManager.java:542)
    at java.lang.SecurityManager.<init>(SecurityManager.java:298)
    at
    weblogic.boot.ServerSecurityManager.<init>(ServerSecurityManager.java:11)
    at weblogic.Server.main(Server.java:66)
    at weblogic.Server.main(Server.java:58)
    We used to use SDK 1.3.0 without any problems.
    Do I have to change the weblogic.policy file??
    Thanx
    Uwe Froehlich

    JDK 1.4 is not supported yet. You have to use the certified versions.
    Wayne Scott
    Uwe Fröhlich wrote:
    Hello,
    I run into trouble after I tried to use the JDK 1.4.1_01- b01 with WLS 5.1
    I got the following error message:
    Exception in thread "main" java.security.AccessControlException: access
    denied (java.lang.RuntimePermission createSecurityManager)
    at
    java.security.AccessControlContext.checkPermission(AccessControlContext.java
    :270)
    at
    java.security.AccessController.checkPermission(AccessController.java:401)
    at
    java.lang.SecurityManager.checkPermission(SecurityManager.java:542)
    at java.lang.SecurityManager.<init>(SecurityManager.java:298)
    at
    weblogic.boot.ServerSecurityManager.<init>(ServerSecurityManager.java:11)
    at weblogic.Server.main(Server.java:66)
    at weblogic.Server.main(Server.java:58)
    We used to use SDK 1.3.0 without any problems.
    Do I have to change the weblogic.policy file??
    Thanx
    Uwe Froehlich

  • How to use payment mood for iPad because I can't access in security cod

    Hi I am baljeet singh and I want to buy some app I try but I don't no how to fill payment mood . I try one time but security cod not match even I fill right  cod I don't  no way please help me

    You are trying to use a credit card, not a debit card - there have been a number of posts recently from people whose debit cards are being declined, so I'm not sure if they are still a valid payment method (they are not listed on this page).
    If it is a credit card, then is it registered to exactly the same name and address as you have on your iTunes account (including format and spacing etc) and you are currently in that country : http://support.apple.com/kb/TS1646 ? If it is then you could try what it says at the bottom of that page :
    If the issue persists, contact your credit card company and verify that they and any company they use to process credit card authorisations have the correct information on file.
    And/or try contacting iTunes Support : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page

  • How to use new sequence when one is reached its maxvalue in PL SQL code

    Hi,
    Currently, I am populating a unique product serial number in a table column using a sequence call to generate new number. For different products, I have different sequences and in my PL SQL code usiing IF..Else block I populate serial number for different products. For one most selling product sequence, we are reaching a Max value in production in a month and to make sure that application will continue to work fine for various end users without getting any error on their screens, I want my code to switch to new sequence automatically. I just need to add another if condition but my problem is how to find accurately when max value is reached for old sequence.
    As call to old sequence can happen in different sessions there could be inconsistency and can end up at error. My new sequence value has to start with AV1000. Please suggest.
    My old sequence look like this :
    SEQUENCE Prd
    INCREMENT BY 1
    START WITH AS1000
    MAXVALUE AS9999
    MINVALUE AS1000
    CYCLE NOCYCLE
    CACHE 2
    Order Yes;
    Edited by: user11695088 on Jul 15, 2009 12:14 AM

    Catch the exception and use your new sequence. But somehow, I'm not liking your alternative approach.
    SQL> set line 300
    SQL> set pages 50000
    SQL> set serveroutput on
    SQL> create sequence testing_seq increment by 1 start with 1 maxvalue 3
      2  /
    Sequence created.
    SQL>
    SQL> create or replace procedure test_seq_proc(p_seq out number)
      2  is
      3  begin
      4     select testing_seq.nextval
      5     into p_seq
      6     from dual;
      7  --
      8     dbms_output.put_line(p_seq);
      9  --
    10  end;
    11  /
    Procedure created.
    SQL> declare v_out number;
      2  begin
      3     test_seq_proc(v_out);
      4  end;
      5  /
    1
    PL/SQL procedure successfully completed.
    SQL> /
    2
    PL/SQL procedure successfully completed.
    SQL> /
    3
    PL/SQL procedure successfully completed.
    SQL> /
    declare v_out number;
    ERROR at line 1:
    ORA-08004: sequence TESTING_SEQ.NEXTVAL exceeds MAXVALUE and cannot be instantiated
    ORA-06512: at "ETL_ADMIN.TEST_SEQ_PROC", line 4
    ORA-06512: at line 3
    SQL>Cheers
    Sarma.

  • How to use url to open report and refresh report's data,but the report's toolbar haven't "refresh data" button

    Post Author: madbird
    CA Forum: WebIntelligence Reporting
    HI,
    scenario is
    I hope use url to open the report,and refresh the report data,but I didn't the user use the "refresh data" button to refresh the report's data.How to do that?
    regards

    Post Author: madbird
    CA Forum: WebIntelligence Reporting
    Thank you for your attention, amr_foci .
    I created a Web Intelligence report,there will be more than 30 companies use.The company only allowed to see the Company Data. I want to use the url of the way, from my company in the development of the system to open report, and refresh reported Table data.but do not want users to use the toolbar of "data refresh" button to refresh the data .
    Now the question of identity authentication system, as well as statements by url open the question of Has been resolved, but it can not shield statements through the pages of "data refresh" button.
    In addition, I now used by the business object XI system is posted on the JAVA environment.
    Regards,

  • How to use my Verizon iPhone 4s in America and China - is jailbreaking the only option?

    Disclaimer: I'm not the most tech-savvy so forgive me if my terminology is incorrect! 
    I have a Verizon iPhone 4s with latest iOS update. I have relocated to China for work and would like to use it here. Have gotten my SIM unlocked but cannot use it without accruing ridiculous fees. Verizon uses CDMA and China is GSM, I believe. I've been told that if I get my phone jailbroken here, I can use it with a Chinese SIM but I am wondering if I can still use it back in America with my original Verizon number. Since I work back and forth China-US and am traveling, it's important I can use my phone.
    I'm very nervous about jail breaking, as it seems a little unethical to me...but I'm wondering if that's my only option. How can I retain my American and Chinese phone numbers and still use my phones? Should I just invest in buying a new iPhone 5 so that I can use it internationally?
    Am wondering if anyone here has had similar experiences. Would appreciate any and all help. Thanks so much!

    Verizon does not unlock the iPhone 4S for use on U.S. GSM carriers, only for foreign roaming.

  • How to use documents created from software on bootcamp, on my MBP at the same time?

    I have a MBP. Bootcamp was installed. VM Fusion also installed. Two industry unique software programs, one that plots legal descriptions in deeds and one that creates forms have been installed on the bootcamp side and I can acces them through VM Fusion, but when I receive documents in "ndp" format in an email I can't direct it to the application in bootcamp or on the windows side in order to open it. Any suggestions? Also, the forms program creates documents but I'd like to save them somewhere where I can access them from the Mac side. I'm new to this. I could use some help.
    Thanks.

    I do not know or have time right now to look up NDP format.
    To write to NTFS from Mac, you need a driver.
    And to write to HFS from Windows also.
    I strongly recommend Paragon drivers for both.
    That way you can access anything from any platform.
    Paragon Software for Mac

  • How to use : bind character in DB adapter Select Query SOA11g. Getting Error code :17003 .java.sql.SQLException: Invalid column index error

    Hi All,
    The Actual query to perform is below.
    SELECT name,number from emp  WHERE CASE WHEN :1='T' AND term_date IS Not NULL THEN 1 WHEN :1='A' AND term_date IS NULL THEN 1 WHEN :1='ALL' THEN 1 ELSE  1 END = 1;
    I have tried in DB adapter like below as a parameter for :1 as #vInputParam
    SELECT name,number from emp  WHERE CASE WHEN #vInputParam='T' AND term_date IS Not NULL THEN 1 WHEN #vInputParam='A' AND term_date IS NULL THEN 1 WHEN #vInputParam='ALL' THEN 1 ELSE  1 END = 1;
    Getting Error code :17003 .java.sql.SQLException: Invalid column index error.
    Please suggest me on using ':' bind character in DB adapter Select Query SOA11g.
    Can someone help me on this please?
    Thanks,
    Hari

    Hi,
    Could you please make sure your binding style(Oracle Positional,Oracle named..etc) of the Seeded VO and Custom Vo are same.
    This is the option you will get when you are extending your vo. So make sure that both are same.
    You can refer the below link too
    VO extension leads to "Invalid column index" exception
    Thanks
    Bharat

  • How to use iMovie 08 with Drobo FS?  Drobo shows up in the Events Library but with the yellow triangle.

    I have an iMac and a Drobo FS.  The iMac can access the Drobo FS but iMovie does not allow me to select it as a storage location.  The Drobo shows up in the Events Library but with the yellow triangle.  I am running iMovie 08.  Any help would be appreciated.  Thanks!

    As far as I know you cannot use a Drobo FS with iMovie.
    For iMovie events the storage drive needs to be formatted as "Mac OSX Extended - Journaled" this is the HFS+ file system.
    The Drobo FS uses the EXT3 file system, and it cannot be changed.
    Very annoyingly this means that iMovie can only be used with a drive that is using the HFS+ file system.
    I have a Drobo FS that I use with both PC's and Macs - and I love it. Sadly I cannot use iMovie with it. So I purchased a seperate Hard Drive - A G-Tech 3 Tb - and this works fine with iMovie.
    As far as I know the FS Drobo's are the only ones that cannot be formatted to HFS+.
    I don't know why Apple designed iMovie like this, but I find it very frustrating.
    If you want extra storage for iMovie, you will need to purchase a drive that can be HFS+ formatted.
    Here is a link to the Drobo site with the various file systems that they support:
    http://support.drobo.com/app/answers/detail/a_id/29/kw/file%20system
    Good luck.

  • HT4759 how to use iCloud to delete my information in my iphone or lock the iphone?

    Hi,
        my iphone is lost today, so i would like to ask how to delete all my information through iCloud or lock my iphone.
        Please reply me as soon as possible.

    If you had "Find My iPhone" enabled in Settings > iCloud then you may be able to locate it, lock it, or erase it. If not, you cannot. If it was enabled then you can try locating it via http://icloud.com on a computer or the App "Find My iPhone" on another iDevice. If it is accessible you will have the options to make a sound, lock it or erase it. Note: this will only work if your device is connected to a network and the device hasn't already been restored as new and/or "Find My iPhone" has not been disabled on it. Note: Disabling "Find My iPhone" is much more difficult in iOS 7.
    If you think that your device was stolen rather than lost then you should report it to the police. In either case you should contact your carrier, change your iTunes account password, your email account passwords, and any passwords that you'd stored on websites/emails/notes etc.
    See also here for additional information: http://support.apple.com/kb/HT5668

Maybe you are looking for

  • Export sales  pricing procure-

    Hello Gurus Goodafternoon every body, We have one requirement  for export sales: for this industry   no excise duty  is there  but  they will pay customs  duty  ,   how to configure in  export pricing procedure ( for this industry all other taxes are

  • Aperture 2 Raw Conversion and Canon EOS 350D? Getting slightly worse?

    Hi, I have compared a few images I shot with my Canon EOS 350d using the RAW converter in version 1.1 and version 2.0. These pictures showed flowers with special lighting conditions (high contrast, with selective sunlight). Then I've looked at some o

  • Skype for Business & Lync Basic 2013 crashing when go to message someone.

    Hi, I have been trying to sort this out for a couple of weeks now. What happens is when I go to message someone in the client it crashes straight away and then goes to windows error reporting. The only information in the event viewer is the following

  • Shuffle music videos using front row

    Hello, I just can´t figure it out, can I shuffle music videos using front row? MAc mini   Mac OS X (10.4.10)  

  • How to separate junk from treasure

    i just spent fifteen minutes creating a rhythm on my guitar. the first twelve minutes are simply me noodling around trying to get the notes and tempo right. how do i trim the trash from the treasure? how do i cut the first twelve minutes off of the w