How to install Cocoon into Weblogi5.1

I try to install Cocoon into weblogic5.1 step by step according to Cocoon
install guide but it can't work . while I start weblogic it have followed
error:
Tue Dec 19 18:32:17 EST 2000:<E> <HTTP> Could not find Web application
'cocoonwar'
java.io.FileNotFoundException: Directory cocoonwar\ does not contain
WEB-INF/web.xml
at weblogic.servlet.internal.dd.DescriptorLoader.<init>
(DescriptorLoader.java:200)
at weblogic.t3.srvr.HttpServer.loadWARContext (HttpServer.java:648)
at weblogic.t3.srvr.HttpServer.initServletContexts (HttpServer.java,
Compiled Code)
at weblogic.t3.srvr.HttpServer.start(HttpServer.java:442)
at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.Server.startServerDynamically(Server.java:99)
at weblogic.Server.main(Server.java:65)
at weblogic.Server.main(Server.java:55)
at weblogic.NTServiceHelper.run(NTServiceHelper.java:19)
at java.lang.Thread.run(Thread.java:479)
Tue Dec 19 18:32:18 EST 2000:<E> <HTTP> Error creating servlet context for
Web application 'cocoonwar'
java.lang.NullPointerException
at weblogic.t3.srvr.HttpServer.initServletContexts (HttpServer.java,
Compiled Code)
at weblogic.t3.srvr.HttpServer.start(HttpServer.java:442)
at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.Server.startServerDynamically(Server.java:99)
at weblogic.Server.main(Server.java:65)
at weblogic.Server.main(Server.java:55)
at weblogic.NTServiceHelper.run(NTServiceHelper.java:19)
at java.lang.Thread.run(Thread.java:479)

Hi,
9iFS must be installed in an 9i home type. So you must have it installed in a single box in your 9i DB home. You must use the Apache server of the DB, because the installer will modify the configuration files of this Apache, not this of 9iAS.
After just modify the port the 9i apache is listening (use 81 instead of 80 for example).
Be careful that if you install a new apache for the 9i database, your vw_gateway_cfg environment variable will be changed and will point to the 9i home instead of the 9ias home. So you have to change it back to your 9iAS home if you want to use the portal !!!!
Regards
Pierre

Similar Messages

  • How to install 9ifs into 9idb with 9iAS 1.0.2.2.2a in window 2000?

    Anyone know how to install 9ifs into 9idb with 9iAS 1.0.2.2.2a?

    Hi,
    9iFS must be installed in an 9i home type. So you must have it installed in a single box in your 9i DB home. You must use the Apache server of the DB, because the installer will modify the configuration files of this Apache, not this of 9iAS.
    After just modify the port the 9i apache is listening (use 81 instead of 80 for example).
    Be careful that if you install a new apache for the 9i database, your vw_gateway_cfg environment variable will be changed and will point to the 9i home instead of the 9ias home. So you have to change it back to your 9iAS home if you want to use the portal !!!!
    Regards
    Pierre

  • How to install FB into multiple instances of Eclipse

    I have multiple instances of eclipse (various versions and
    combinations of plugins) and want to know how to install FB into
    one than one instance of Eclipse?

    You need to pass a reference of the StatisiticalStore instance to the ExcelReader class. See the updated code below.
    public class StatisticalStore
         static int evaluatedDataLength = 3;
         private double forecasts[];
         static int x=0;
         public StatisticalStore()
              initialiseStore();
         public void initialiseStore()
              forecasts = new double [evaluatedDataLength];
         public void updateStore(double singlePrediction)
              forecasts[x] = singlePrediction;
              x++;
         public static void main (String args[])
              StatisticalStore store = new StatisticalStore();
              ExcelReader excelSheet = new ExcelReader(store);
              ExcelReader excelSheet1 = new ExcelReader(store);
              ExcelReader excelSheet2 = new ExcelReader(store);
              for ( int i=0; i<evaluatedDataLength; i++)
                   System.out.println(store.forecasts);
    class ExcelReader
         double aNumber;
         StatisticalStore store;
         public ExcelReader(StatisticalStore aStore)
              store = aStore;
              generateRandom();
              updateStatisticalStore();
         public void generateRandom()
              aNumber = Math.random();
         public void updateStatisticalStore()
              store.updateStore((aNumber*store.evaluatedDataLength)-1);

  • How to install Oracle10gr2 into the IBM AIX 5.3 Server

    Hi ALL,
    Could you please give me instructions how to install Oracle10gr2 into IBM AIX 5.3 Server. Otherwise if any installation doucment please provide
    Thank you all
    Kishore

    Hi Kishore!
    Apart from posting an AIX question in a Linux forum it is not completely clear what your problem is.
    Have you read the http://www.oracle.com/pls/db102/to_toc?pathname=install.102%2Fb19075%2Ftoc.htm&remark=portal+%28Installation%29
    Installation Guide?
    What are the problems you encounter?
    cu
    Andreas

  • I have a downloaded font file for a school problem on a flash drive and I do not know how to install it into my photoshop application. Need to be walked through this as I am an older user who does not understand any of this stuff.

    I have a downloaded font file for a school problem on a flash drive and I do not know how to install it into my photoshop application. Need to be walked through this as I am an older user who does not understand any of this stuff.

    Fonts are handled by your operating system and installed through the respective System Control panel (Windows) or Fontbook (Mac). On Windows simply type "Fonts" in the search bar in the start menu and when you open the panel/ folder use File --> Add Font. On Mac the procedures are similar, you just need to find the Fontbook app in Applications:Utilities.
    Mylenium

  • How to Install Cocoon 2 into Weblogic 6.0

    My department has worked out the following steps to install C2 into Weblogic
    6.0.
    1. Start a DOS window.
    2. Go to the top directory of the disk where BEA is mounted.
    cd \
    3. Log in to CVS:
    cvs -d :pserver:[email protected]:/home/cvspublic login
    4. Checkout Cocoon 2 from CVS:
    cvs -d :pserver:[email protected]:/home/cvspublic -z3 checkout
    xml-cocoon2
    Wait for several minutes for the source files to download.
    5. Go into resulting directory:
    cd \xml-cocoon2
    6. Build Cocoon 2 by doing 6a or 6b.
    6a. If you are running Windows, run:
    build.bat
    On my machine, this took 15 seconds; your mileage may vary.
    6b. If you are running unix, run:
    build.sh
    7. If you haven't done so already, build a domain and a server. In this
    discussion, the name of the domain is 'mydomain' and the name of the server
    is 'myserver'.
    These are the BEA default names.
    8. In Windows Explorer, drag COPY (i.e. hold the ctrl key down) the
    directory
    C:\xml-cocoon2\webapp
    to
    c:\bea\wlserver6.0sp1\config\mydomain\applications
    (if in Unix, do the Unix equivalent.)
    9. Rename the newly created folder
    c:\bea\wlserver6.0sp1\config\mydomain\applications\webapp
    to
    c:\bea\wlserver6.0sp1\config\mydomain\applications\cocoon
    10. Edit the following file
    C:\bea\wlserver6.0sp1\config\mydomain\startWebLogic.cmd
    to modify the classpath with the following lines:
    set COCOON_ROOT=c:\xml-cocoon2
    set
    COCOONCLASSPATH="%COCOON_ROOT%\lib\xerces_1_3_1.jar;%COCOON_ROOT%\lib\xalan-
    2.0.1.jar;%JA
    VA_HOME%\lib\tools.jar;%COCOON_ROOT%\build\cocoon\cocoon.jar;%COCOON_ROOT%\l
    ib\logkit.jar
    ;%COCOON_ROOT%\lib\w3c.jar;%COCOON_ROOT%\lib\fop-0_18_1.jar;%COCOON_ROOT%\li
    b\avalon-fram
    ework.jar;%COCOON_ROOT%\lib\avalon-excalibur.jar;%COCOON_ROOT%\lib\bsf.jar;%
    COCOON_ROOT%\
    lib\batik-all.jar;%COCOON_ROOT%\lib\hsqldb.jar;%COCOON_ROOT%\lib\jakarta-reg
    exp-1.2.jar;%
    COCOON_ROOT%\lib\javac.jar;%COCOON_ROOT%\lib\jimi-1.0.jar;%COCOON_ROOT%\lib\
    jstyle.jar;%C
    OCOON_ROOT%\lib\xt.jar;%COCOON_ROOT%\lib\maybeupload.jar;%COCOON_ROOT%\lib\r
    hino.jar;%COC
    OON_ROOT%\lib\Tidy.jar;%COCOON_ROOT%\lib\velocity-1.0.1-rc1.jar"
    set CLASSPATH=.;.\lib\weblogic_sp.jar;.\lib\weblogic.jar
    set CLASSPATH=%COCOONCLASSPATH%;%CLASSPATH%
    11. Continue to edit the same file by inserting the following system
    property into the java run command for Weblogic:
    -Dorg.apache.cocoon.components.parser.Parser=org.apache.cocoon.component
    s.parser.XercesPa rser
    In other words, after you modify the java run command, it should look
    something like this:
    "%JAVA_HOME%\bin\java" -hotspot -ms64m -mx64m -classpath
    %CLASSPATH% -Dorg.apache.cocoon.components.parser.Parser=org.apache.cocoon.c
    omponents.parser.XercesPa
    rser -Dweblogic.Domain=mydomain -Dweblogic.Name=myserver "-Dbea.home=C:\bea"
    "-Djava.security.policy=C:\bea\wlserver6.0sp1/lib/weblogic.policy" -Dweblogi
    c.management.password=%WLS_PW% weblogic.Server
    12. Save the startWebLogic.cmd file.
    13. Run the startWebLogic.cmd file.
    14. Using a browser, link to your web site's cocoon page:
    http://<your machine name>:<port number>/cocoon/
    (Don't forget the final / in the link)
    15. You should see the Cocoon welcome page.
    Hope this helps,
    Scott

    Hi Dipendra,
                         For running the Adobe application You need to configure some thing in both Java as well as in ABAP stack for that abobe form application to work. You need to do some configuration in the Visual administrator for Java & also in the ABAP stack sidi using your SAP user id line creating ADSUSER , ADS_AGENT    user id creation and roles assignment and RFC destination creation etc..          
    Just refer these documents for the installation and post-configuration of Adobe Document Service on NW2004s.
    https://websmp105.sap-ag.de/~sapdownload/011000358700003982082006E/InstallADSNW2004s_Jun06.pdf
    https://websmp105.sap-ag.de/~sapdownload/011000358700005526362005E/ADS_NW2004s_SPS12.pdf
    https://websmp105.sap-ag.de/~sapdownload/011000358700005299622006E/ADS_SizingNW2004sV2_1.pdf
    You can start by read the note 736902 to get the credentials for the ADS.
    Hope this answers your question.
    Thanks,
    Greetson

  • How to install Fonts into Adobe Illustrator

    I am using a computer that runs on Snow Leopard 10.6.8
    Hi there I want to know  how to install new Fonts / Typefaces into Adobe Illustrator CS3?
    I am also curious as to how I would install fonts on other Adobe CS applications?
    All help, links, and resources much appreciated.

    I just dragged and dropped the downloaded ".tff" font files into in Font Book icon in theDock and a new window popped up and just click "Install Font" button.
    That works, too. Sets are, more than anything else, just a way to organize your fonts by project. By dropping the font in, it should now be listed in one of the standard headings like "Computer".
    The new fonts have automatically loaded into Adobe Illustrator CS3 without having to close it.
    Better apps will see when fonts have been enabled or disabled without having to close and restart them. Microsoft Word (and likely the entire Office suite) does not.

  • [SOLVED] texlive2k8 -- how to install omega into $HOME?

    Hi folks!
    Because the omega-collection is declared obsolete and therefor no more provided in texlive2008. That's bad, because I used it with tl2k7, and though I appreciate xelatex and cjklatex, I still need lambda very badly. So I want to have it installed it now in $HOME for several reasons:
    * I could probably install it systemwide as root somehow, but I'd like to avoid conflicts with pacman...
    * ...as omega shouldn't be overidden by systemwide tl-package-updates
    * I want to have one specific user make use of it
    * I can 'take it with me' (like the whole $HOME-dir) then so that I mustn't isntall it again, just to copy and rehash it (somehow) after setting up a new linux- or tl-system.
    -- And yes, I haven't any experience yet on how to install external latex-packages, so hence omega is a "collection" makes it even more difficult for me~
    The destination dirs should be ~/.mytexmf (bec. I'd like to have it hidden) and ~/.texlive/*. Therefore I edited /usr/share/texmf/web2c/texmf.cnf like this:
    % TEXMFHOME = ~/texmf % default
    TEXMFHOME = ~/.mytexmf
    TEXMFVAR = ~/.texlive/texmf-var
    TEXMFCONFIG = ~/.texlive/texmf-config
    TEXMF = {$TEXMFCONFIG,$TEXMFVAR,!!$TEXMFHOME,!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFMAIN,!!$TEXMFLOCAL,!!$TEXMFDIST}
    TEXMFDBS = {!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFMAIN,!!$TEXMFLOCAL,!!$TEXMFDIST,!!$TEXMFDOC,$TEXMFHOME}
    (I don't know really the meaning of adding !! and if it's necessary here; I read somewhere, that !! makes a directory 'ls-R'-able, but then users tend to forget to update it also and that's why that should be avoided.)
    The first problems arise here, because a $ texhash still returns
    texhash: /usr/share/texmf: directory not writable. Skipping...
    texhash: /usr/share/texmf-config: directory not writable. Skipping...
    texhash: /usr/share/texmf-dist: directory not writable. Skipping...
    texhash: /usr/share/texmf-doc: directory not writable. Skipping...
    texhash: /usr/share/texmf-var: directory not writable. Skipping...
    texhash: Done.
    though the my paths are correct and even the exports included into ~/.bash_profile:
    $ kpsewhich --var-value=TEXMFCONFIG ((aka kpsexpand '$TEXMFCONFIG'...))
    home/myuser/.texlive/texmf-config
    $ kpsewhich --var-value=TEXMFVAR
    /home/myuser/.texlive/texmf-var
    $ kpsewhich --var-value=TEXMFHOME
    home/myuser/.mytexmf
    Next point: The easiest way would be to run tlmgr for instaling the omega-collection, but either it is (still) not existing within the Arch-TL-installation (couldn't figure out that here or find it in AUR) -- or I'm just to stupid to find and to launch it; I also couldn't run it from a mounted texlive2008.iso yet -- but if, how would the iso's-tlmgr know about my installed texlive-system? Nevertheless tlmgr probably wouldn't find the necessary files (though there's some data with 'omega') on the tl2k8-iso, it could install it properly from an external place.
    Then I mounted my old tl2k7.iso and went to the mountpoint for executing $ sh install-pkg.sh --collection=omega, with similar errors:
    /bin/tar: texmf-dist/fonts/afm/public/omega/omseco.afm: cannot execute open: file or directory not found
    /bin/tar: texmf-dist/fonts/afm/public/omega/omsecob.afm: cannot execute open: file or directory not found
    /bin/tar: texmf-dist/fonts/afm/public/omega/omsecobi.afm: cannot execute open: file or directory not found
    /bin/tar: texmf/lists/omega: cannot execute open: file or directory not found
    /bin/tar: texmf/tpm/bin-omega.tpm: cannot execute open: file or directory not found
    /bin/tar: texmf/web2c/omega.pool: cannot execute open: not authorized
    /bin/tar: exited because of preceeding errors.
    install-pkg.sh: line 213: /usr/share/texmf-config/tex/generic/config/language.dat: not authorized
    mktexlsr: /usr/share/texmf: directory not writable. Skipping...
    mktexlsr: /usr/share/texmf-dist: directory not writable. Skipping...
    mktexlsr: Done.
    updmap: config file `updmap.cfg' not found.
    PLEASE RUN texconfig or texconfig-sys to make new formats.
    (texconfig --rehash/texhash [as user or root] didnt't make any difference.)
    I also tar-ed omega
    $ sh install-pkg.sh --package=omega --archive=/home/myuser/.mytexmf/_tl-omega_rc/omega-sty.tar
    and extracted it into the appropriate directories within ~/.texlive and ~/.mytexmf and made symbolic links into /usr/bin for lambda and omega. But again 'of course' texhash (as user or root) didn't show any effect~
    I hope everthing is understandable.
    So how can I install omega/lambda in $HOME via install-scipt or tlmgr (if it exists and I can get it to run)?
    Any hints? -- Thanks very much in advance!
    Last edited by nexus7 (2009-01-11 19:35:58)

    nexus7 wrote:Next point: The easiest way would probably be to run tlmgr for instaling the omega-collection, but either it is (still) not existing within the Arch-TL-installation (couldn't figure out that here or find it in AUR)
    Well, tlmgr is of course on the mounted iso TL2k8 (just mixed s.th. up~), but it does not start:
    # /mnt/bin/i386-linux/tlmgr
    Can't locate TeXLive/TLPOBJ.pm in @INC (@INC contains: //tlpkg /usr/lib/perl5/site_perl/5.10.0 /usr/share/perl5/site_perl/5.10.0 /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl /usr/lib/perl5/current /usr/lib/perl5/site_perl/current .) at /mnt/bin/i386-linux/tlmgr line 33.
    BEGIN failed--compilation aborted at /mnt/bin/i386-linux/tlmgr line 33.
    where line 33 is this:
    use TeXLive::TLPOBJ;
    and I don't know what to do here~
    And neither works installing from the mounted TL2k7-iso, even when I try to install omega/lambda into my main texmf:
    # sh install-pkg.sh --collection=omega
    (ignoring dependency on collection collection-basic)
    cat: language.*.dat: file or directory not found.
    mktexlsr: Updating /usr/share/texmf/ls-R...
    mktexlsr: Updating /usr/share/texmf-dist/ls-R...
    mktexlsr: Done.
    updmap: config file `updmap.cfg' not found.
    PLEASE RUN texconfig or texconfig-sys to make new formats.
    texconfig-sys makes no change. But this is funny because there are several 'updmap.cfg's:
    # locate updmap.cfg
    /home/myuser/.mytexmf/home/myuser/.texlive/texmf-config/web2c/updmap.cfg
    /usr/share/man/man5/updmap.cfg.5
    /usr/share/texmf/web2c/updmap.cfg
    /usr/share/texmf-config/web2c/updmap.cfg
    (and I wonder why this directories and files indeed exist~:
    /home/myuser/.mytexmf/home/myuser/.texlive/texmf-config/web2c/updmap.cfg
    I ran mktexlsr in my specific directories in HOME again though i don't know if this is really necessary, with the same result: these directories are not recognized, only those in /usr/share...
    Tried then
    # fmtutil --byfmt lambda
    # fmtutil --byfmt omega
    but with no output.
    Edits from my /usr/share/texmf/web2c/texmf.cnf:
    TEXMFMAIN = /usr/share/texmf
    TEXMFDIST = /usr/share/texmf-dist
    TEXMFLOCAL = /usr/local/share/texmf
    TEXMFSYSVAR = /usr/share/texmf-var
    TEXMFSYSCONFIG = /usr/share/texmf-config
    % TEXMFHOME = ~/texmf % default
    TEXMFHOME = ~/.mytexmf
    TEXMFVAR = ~/.texlive/texmf-var
    %TEXMFCONFIG = ~/.texlive/texmf-config
    TEXMFCONFIG = /usr/share/texmf-config
    TEXMF = {$TEXMFCONFIG,$TEXMFVAR,$TEXMFHOME,!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFMAIN,!!$TEXMFLOCAL,!!$TEXMFDIST}
    SYSTEXMF = $TEXMFSYSVAR;$TEXMFMAIN;$TEXMFLOCAL;$TEXMFDIST
    VARTEXFONTS = $TEXMFVAR/fonts
    TEXMFDBS = {!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFMAIN,!!$TEXMFLOCAL,!!$TEXMFDIST,!!$TEXMFDOC,$TEXMFHOME}
    WEB2C = $TEXMF/web2c
    TEXINPUTS.tex = .;$TEXMF/tex/{plain,generic,}//
    % These defunct engines are not provided for Arch Linux:
    % -- deleted %% at these lines for enabling omega/lambda-functionality:
    TEXINPUTS.lamed = .;$TEXMF/tex/{lamed,lambda,latex,generic,}//
    TEXINPUTS.lambda = .;$TEXMF/tex/{lambda,latex,generic,}//
    TEXINPUTS.omega = .;$TEXMF/tex/{plain,generic,}//
    TEXINPUTS.aleph = .;$TEXMF/tex/{plain,generic,}//
    Excerpt of ~/.bash_profile:
    export TEXMFHOME='home/myuser/.mytexmf'
    export TEXMFVAR='/home/myuser/.texlive/texmf-var'
    export TEXMFCONFIG='/home/myuser/.texlive/texmf-config'
    Ugh, this is strenuous~

  • How to install Java3d into netbeans 6.5

    I recently downloaded the Java 3D file : j3d-1_5_2-xxxxxx but I don't really know how to "install" it. I looked and found a thing on how to insall it on netbeans but the place they are telling me to go to doesn't exist. I am using netbeans 6.5 and supposedly you are supposed to install the J3D.nbm or something into netbeans but i can't find that inside of my downloaded folder. Is there something I did wrong i.e. downloaded the wrong thing, are looking in the wrong place, are missing somthing please tell me.
    Thanks
    Thimbletack

    Just posting an update. I found that a place that says you need to go here to download the module for netbeans to install it:
    http://java3d.netbeans.org/
    but that doesn't reallys show how to install java 3d or anything, it doesn't even have a download button for the module. I got that information here:
    http://java3d.j3d.org/faq/editors.html
    but i really just don't know how to install this thing. Can anyone help?

  • How to install midlet into handsets

    Hi,
    could some1 teach me how to install my midlet onto handsets for testing. I couldn't find much info on this topic. All i know is that i could compile the midlet as OTA. But after that, how do i install it into the handset??
    Thanks!

    Hello,
    Is there no software , that will take the midlit jar file ans input and transfer it to my device via a cord ?
    Such type of facilty is there in BlackBerry....it is called a desktop software.
    Is there any similar software for J2ME ?
    Thanks,
    Abhijit Chandekar

  • How to install NewBlueFX Into Premiere Pro CS 5.5 ?

    Hai,
    I Got A Plugins Pack (NewBlue FX Plugins Full Pack v2.3). But I Don't Know How To Install Into Proper Directory ! Number Of Times Tried To Install But The Thing Is Insralling Successfully But Not Getting Any New Plugins When Am Open Adobe.
    Adobe Contents Installed On F:\program files\Adobe Not In C Drive. So Am So Confused About NewBlueFX Installation.
    Please Help Me. Please Suggect The Suitable Directory For Installation.
    My Pc is 64Bit Win. 7
    Thanks In Advance.

    Adobe Contents Installed On F:\program files\Adobe
    I'd recommend correcting that and installing all programs in their default location on C:

  • How to install j2sdk into Suse Linux

    How to install the j2sdk-1_4_0_03-linux-i586.bin into Suse Linux 8.1

    I done it like this:
    user@linux:~> chmod a+x j2sdk-1_4_0_03-linux-i586-rpm.bin
    user@linux:~> ./j2sdk-1_4_0_03-linux-i586-rpm.bin
    accept licence
    user@linux:~> rpm -iv j2sdk-1_4_0_03-fcs-linux-i586.rpm
    so its installed but not linked
    i install the sdk1.3.x from my suse cd so it create a java2.conf file in /etc/java/
    and change it to:
    # Configuration for java2 package
    Priority: 60
    Vendor : Sun
    Version : 1.4.0
    Devel : True
    JAVA_BINDIR = /usr/java/j2sdk1.4.0_03/bin
    JAVA_ROOT = /usr/java/j2sdk1.4.0_03
    JAVA_HOME = /usr/java/j2sdk1.4.0_03
    JRE_HOME = /usr/java/j2sdk1.4.0_03/jre
    JDK_HOME = /usr/java/j2sdk1.4.0_03
    SDK_HOME = /usr/java/j2sdk1.4.0_03
    JAVA_LINK = j2sdk1.4.0_03
    be sure that CREATE_JAVALINK in sysconfig is set to yes
    else edit it in yast->system->Editor /etc/sysconfig
    after that i uninstall jre1.3.x and sdk1.3.x
    and it works
    good luck

  • How to install iTunes into Windows 8?

    I have not been able to install iTunes into my new Windows 8 laptop.

    Are you downloading the latest iTunes from apple's site? I ahve it on my laptop and it works, so it's not a total incompatibility issue, just an individual one.
    Is your windows a 64 bit system? If so are you tring to install the right version? Or does it give you any explanations or error codes when you try to install it?

  • Problem in mail application and how to install Mail into simulator

    hi,
    I have written following code for the sending mail from native apps .
    NSString *pixLink = @"http://apple.com/picture.jpg";
    NSString *str = [NSString stringWithFormat:@"mailto:[email protected]?subject=Yo&body=%@", pixLink];
    NSString *encoded = [str stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding];
    NSURL *url = [[NSURL alloc] initWithString:encoded];
    [[UIApplication sharedApplication] openURL:url];
    But when i run this code it give ma that "URL wasn't loaded"
    I think that my simulator don't have Mail app thats why error is coming..
    so please give me ideathat how can i install Mail app in iphone simulator...........

    You cannot. Run it on the device to see if it works.

  • Does anyone know how to install mod_plsql into original Apache?

    Hi ALL!
    By some reasons I prefer not to use Apache from ORACLE in our business - so I would like to use Apache built from source. But how can I use mood_plsql to acces main server?
    Insatllation of mod_plsql and mod_ora_psql (downloaded by links from Aache.org) was Ok ..... but results was wrong 8((((
    I wonder if somebody could help me!
    Best regards and sorry for poor english!

    Hopefully, this should help.
    Even though it's vista specific, it should on windows 8 as well.
    Effects panel
    Install Actions in Photoshop Elements 7 on Vista
    Action player
    Install Actions in the PSE Action Player

Maybe you are looking for

  • Cannot fing the javax.servlet.*; package

    Hi everybody.. I am new to J2EE Programming.. I just wrote a very small and simple Servlet to see how it works.. The Servlet is designed to take in the the name and a favourite color of a user via a HTML page and display it to him Here is the code: i

  • Use of summary columns?

    Typically, this sort of thing is easily achieved in Excel where you can calculate the values in an output column based on input values. I need to do this in Reports. I am using Reports 6i (Report Builder 6.0.8.27.0) I have a relatively simple query w

  • Installing oracle 9i administrator version on windows XP Professional ,

    Pls provide step by step detail on how to install oracle 9i adminstrator , as i am new to oracle 9i developer track. i already inistalled , but it is askinme for port no? etc... pls help ..

  • Home button opens a new window instead of just returning active tab to home

    Running firefox 9.0.1 on Snow Leopard. After browsing for a short time clicking on the home button opens a new window instead of just returning theactive tab to home

  • Error while Deploying 2 Bi-directional dependent services

    Hi, I have 2 BPEL flows which intern call each other after their execution. At the development time with some hack we could deploy these bi-directional dependent services while at the deployment time how to deploy these services, as at the time of de