How to install library

Hi.
I have file xerces.jar. In this file - there is library to work with XML parcing.
When I work in IntelliJ IDEA 4.5 - I include this library using its(IDEA) Settings AND ALL WORKS!!!
BUT when i try to execute my application from command line:
java myAppI DOES NOT work!!!
I think that there is a method to install xerces.jar WITHOUT IDEA.
HOW TO DO IT???

Hi.
I have file xerces.jar. In this file - there is library to work with XML parcing.
When I work in IntelliJ IDEA 4.5 - I include this library using its(IDEA) Settings AND ALL WORKS!!!
BUT when i try to execute my application from command line:
java myAppI DOES NOT work!!!
I think that there is a method to install xerces.jar WITHOUT IDEA.
HOW TO DO IT???

Similar Messages

  • I can't find in maverics the library/application support/aperture/plugins folder... anyone knows how to install pt lens plug in?

    I can't find in maverics the library/application support/aperture/plugins folder... someone knows how to install pt lens plug in?

    Your user library is hidden by default in Mavericks.
    You can reveal it from the Finder's "Go" menu in the main menu bar:
    Finder > Go
    Then hold down to options-key ⌥, until "Library" appears in the drop-down menu. Select it and open the Library. Then look for the folder "Application Support/Aperture/Plug-Ins".
    Alternately you could install the plug-in for all users in "/Library/Application Support/Aperture/Plug-Ins", in the "Library" folder directly on your sytem drive.
    Regards
    Léonie

  • How to install GD2 Library ?

    Hello,
    does anyone know a tutorial to install the gd2 library on leopard server?
    the tutorial from http://osx.topicdesk.com/ is not working properly.
    Is it necessary to recompile php 5.2.4 which is shipped with leo server?
    many questions here
    chico

    I am trying to setup GD with the default PHP build that comes preinstalled on Leopard, but I am unable to get it work correctly.
    So far I have followed these instructions to get PHP5 working with with Apache2, this works fine and I am able to setup multiple virtual hosts for each of my websites and I have also downloaded and installed MySQL 5.0.45 which is now working fine with PHP the only problem is trying to get the extensions working.
    I then tried following: Add the GD Extension to PHP5 on OS X Server 10.5.x guide to install GD2, which all seemed to work in the terminal, but after I restarted Apache and reloaded my phpinfo() there is still no mention of GD.
    Any ideas why it isn't working (PS I have installed Xcode and X11SDK, from the Leopard DVD)
    Heres my terminal log:
    <pre>Last login: Sun Nov 11 18:59:13 on ttys000
    Sebs-Mac-Mini:~ Seb$ cd /SourceCache/jpeg-6b
    Sebs-Mac-Mini:jpeg-6b Seb$ sudo cp /usr/share/libtool/config.sub .
    Password:
    Sebs-Mac-Mini:jpeg-6b Seb$ sudo cp /usr/share/libtool/config.guess .
    Sebs-Mac-Mini:jpeg-6b Seb$ sudo ./configure --enable-shared
    checking for gcc... gcc
    checking whether the C compiler (gcc ) works... yes
    checking whether the C compiler (gcc ) is a cross-compiler... no
    checking whether we are using GNU C... yes
    checking how to run the C preprocessor... gcc -E
    checking for function prototypes... yes
    checking for stddef.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for size_t... yes
    checking for type unsigned char... yes
    checking for type unsigned short... yes
    checking for type void... yes
    checking for working const... yes
    checking for inline... _inline_
    checking for broken incomplete types... ok
    checking for short external names... ok
    checking to see if char is signed... yes
    checking to see if right shift is signed... yes
    checking to see if fopen accepts b spec... yes
    checking for a BSD compatible install... /usr/bin/install -c
    checking for ranlib... ranlib
    checking host system type... i686-apple-darwin9.0.0
    checking for ranlib... ranlib
    checking for gcc... gcc
    checking whether we are using GNU C... yes
    checking for gcc option to produce PIC... -fPIC
    checking if gcc PIC flag -fPIC works... yes
    checking if gcc static flag -static works... none
    checking whether ln -s works... yes
    checking for ld used by GCC... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
    checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no
    checking whether the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... no
    checking for BSD-compatible nm... /usr/bin/nm -p
    checking command to parse /usr/bin/nm -p output... no
    checking how to hardcode library paths into programs... unsupported
    checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld option to reload object files... -r
    checking dynamic linker characteristics... no
    checking if libtool supports shared libraries... no
    checking whether to build shared libraries... no
    checking whether to build static libraries... yes
    checking for objdir... .libs
    creating libtool
    checking libjpeg version number... 62
    creating ./config.status
    creating Makefile
    creating jconfig.h
    jconfig.h is unchanged
    Sebs-Mac-Mini:jpeg-6b Seb$ sudo make
    make: Nothing to be done for `all'.
    Sebs-Mac-Mini:jpeg-6b Seb$ mkdir -p /usr/local/include
    Sebs-Mac-Mini:jpeg-6b Seb$ mkdir -p /usr/local/bin
    Sebs-Mac-Mini:jpeg-6b Seb$ mkdir -p /usr/local/lib
    Sebs-Mac-Mini:jpeg-6b Seb$ mkdir -p /usr/local/man/man1
    Sebs-Mac-Mini:jpeg-6b Seb$ sudo make install
    /usr/bin/install -c -m 644 jconfig.h /usr/local/include/jconfig.h
    /usr/bin/install -c -m 644 ./jpeglib.h /usr/local/include/jpeglib.h
    /usr/bin/install -c -m 644 ./jmorecfg.h /usr/local/include/jmorecfg.h
    /usr/bin/install -c -m 644 ./jerror.h /usr/local/include/jerror.h
    ./libtool --mode=install /usr/bin/install -c libjpeg.la /usr/local/lib/libjpeg.la
    /usr/bin/install -c libjpeg.la /usr/local/lib/libjpeg.la
    /usr/bin/install -c .libs/libjpeg.a /usr/local/lib/libjpeg.a
    ranlib /usr/local/lib/libjpeg.a
    chmod 644 /usr/local/lib/libjpeg.a
    Libraries have been installed in:
    /usr/local/lib
    To link against installed libraries in a given directory, LIBDIR,
    you must use the `-LLIBDIR' flag during linking.
    You will also need to do one of the following:
    See any operating system documentation about shared libraries for
    more information, such as the ld(1) and ld.so(8) manual pages.
    ./libtool --mode=install /usr/bin/install -c cjpeg /usr/local/bin/cjpeg
    /usr/bin/install -c cjpeg /usr/local/bin/cjpeg
    ./libtool --mode=install /usr/bin/install -c djpeg /usr/local/bin/djpeg
    /usr/bin/install -c djpeg /usr/local/bin/djpeg
    ./libtool --mode=install /usr/bin/install -c jpegtran /usr/local/bin/jpegtran
    /usr/bin/install -c jpegtran /usr/local/bin/jpegtran
    ./libtool --mode=install /usr/bin/install -c rdjpgcom /usr/local/bin/rdjpgcom
    /usr/bin/install -c rdjpgcom /usr/local/bin/rdjpgcom
    ./libtool --mode=install /usr/bin/install -c wrjpgcom /usr/local/bin/wrjpgcom
    /usr/bin/install -c wrjpgcom /usr/local/bin/wrjpgcom
    /usr/bin/install -c -m 644 ./cjpeg.1 /usr/local/man/man1/cjpeg.1
    /usr/bin/install -c -m 644 ./djpeg.1 /usr/local/man/man1/djpeg.1
    /usr/bin/install -c -m 644 ./jpegtran.1 /usr/local/man/man1/jpegtran.1
    /usr/bin/install -c -m 644 ./rdjpgcom.1 /usr/local/man/man1/rdjpgcom.1
    /usr/bin/install -c -m 644 ./wrjpgcom.1 /usr/local/man/man1/wrjpgcom.1
    Sebs-Mac-Mini:jpeg-6b Seb$ cd /SourceCache/php-5.2.4/ext/gd
    Sebs-Mac-Mini:gd Seb$ sudo phpize
    Configuring for:
    PHP Api Version: 20041225
    Zend Module Api No: 20060613
    Zend Extension Api No: 220060519
    Sebs-Mac-Mini:gd Seb$ sudo ./configure --with-zlib-dir=/usr --with-jpeg-dir=/usr/local/lib --with-png-dir=/usr/X11R6 --with-freetype-dir=/usr/X11R6 --with-xpm-dir=/usr/X11R6
    checking for grep that handles long lines and -e... /usr/bin/grep
    checking for egrep... /usr/bin/grep -E
    checking for a sed that does not truncate output... /usr/bin/sed
    checking for gcc... gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking whether gcc and cc understand -c and -o together... yes
    checking for system library directory... lib
    checking if compiler supports -R... no
    checking if compiler supports -Wl,-rpath,... yes
    checking build system type... i686-apple-darwin9.0.0
    checking host system type... i686-apple-darwin9.0.0
    checking target system type... i686-apple-darwin9.0.0
    checking for PHP prefix... /usr
    checking for PHP includes... -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib
    checking for PHP extension directory... /usr/lib/php/extensions/no-debug-non-zts-20060613
    checking for PHP installed headers prefix... /usr/include/php
    checking for re2c... no
    configure: WARNING: You will need re2c 0.12.0 or later if you want to regenerate PHP parsers.
    checking for gawk... no
    checking for nawk... no
    checking for awk... awk
    checking if awk is broken... no
    checking for GD support... yes, shared
    checking for the location of libjpeg... /usr/local/lib
    checking for the location of libpng... /usr/X11R6
    checking for the location of libz... /usr
    checking for the location of libXpm... /usr/X11R6
    checking for FreeType 1.x support... no
    checking for FreeType 2... /usr/X11R6
    checking for T1lib support... no
    checking whether to enable truetype string function in GD... no
    checking whether to enable JIS-mapped Japanese font support in GD... no
    checking for fabsf... yes
    checking for floorf... yes
    checking for jpegreadheader in -ljpeg... yes
    checking for pngwriteimage in -lpng... yes
    checking for XpmFreeXpmImage in -lXpm... yes
    checking for FTNewFace in -lfreetype... yes
    checking for ld used by gcc... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
    checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no
    checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld option to reload object files... -r
    checking for BSD-compatible nm... /usr/bin/nm -p
    checking whether ln -s works... yes
    checking how to recognise dependent libraries... pass_all
    checking how to run the C preprocessor... gcc -E
    checking for ANSI C header files... rm: conftest.dSYM: is a directory
    rm: conftest.dSYM: is a directory
    yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking dlfcn.h usability... yes
    checking dlfcn.h presence... yes
    checking for dlfcn.h... yes
    checking the maximum length of command line arguments... 196608
    checking command to parse /usr/bin/nm -p output from gcc object... rm: conftest.dSYM: is a directory
    rm: conftest.dSYM: is a directory
    rm: conftest.dSYM: is a directory
    rm: conftest.dSYM: is a directory
    ok
    checking for objdir... .libs
    checking for ar... ar
    checking for ranlib... ranlib
    checking for strip... strip
    rm: conftest.dSYM: is a directory
    rm: conftest.dSYM: is a directory
    checking if gcc static flag works... rm: conftest.dSYM: is a directory
    yes
    checking if gcc supports -fno-rtti -fno-exceptions... rm: conftest.dSYM: is a directory
    no
    checking for gcc option to produce PIC... -fno-common
    checking if gcc PIC flag -fno-common works... rm: conftest.dSYM: is a directory
    yes
    checking if gcc supports -c -o file.o... rm: conftest.dSYM: is a directory
    yes
    checking whether the gcc linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes
    checking dynamic linker characteristics... darwin9.0.0 dyld
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... no
    creating libtool
    appending configuration tag "CXX" to libtool
    configure: creating ./config.status
    config.status: creating config.h
    config.status: config.h is unchanged
    Sebs-Mac-Mini:gd Seb$ sudo make
    /bin/sh /SourceCache/php-5.2.4/ext/gd/libtool --mode=install cp ./gd.la /SourceCache/php-5.2.4/ext/gd/modules
    cp ./.libs/gd.so /SourceCache/php-5.2.4/ext/gd/modules/gd.so
    cp ./.libs/gd.lai /SourceCache/php-5.2.4/ext/gd/modules/gd.la
    Libraries have been installed in:
    /SourceCache/php-5.2.4/ext/gd/modules
    If you ever happen to want to link against installed libraries
    in a given directory, LIBDIR, you must either use libtool, and
    specify the full pathname of the library, or use the `-LLIBDIR'
    flag during linking and do at least one of the following:
    - add LIBDIR to the `DYLDLIBRARYPATH' environment variable
    during execution
    See any operating system documentation about shared libraries for
    more information, such as the ld(1) and ld.so(8) manual pages.
    Build complete.
    Don't forget to run 'make test'.
    Sebs-Mac-Mini:gd Seb$ sudo make install
    Installing shared extensions: /usr/lib/php/extensions/no-debug-non-zts-20060613/
    Installing header files: /usr/include/php/
    Sebs-Mac-Mini:gd Seb$</pre>

  • How to install OpenGL header and library files

    I install gtkglext from its source code and get an error after the 'configure' command.
    bash-3.00$ ./configure
    checking GL/glx.h usability... no
    checking GL/glx.h presence... no
    checking for GL/glx.h... no
    configure: error: Cannot find GLX header
    I guess the OpenGL files are not installed during Solaris 10 installation. Could someone tell me where can I get opengl files? Are they in the Solaris 10 installation disks? How to install opengl files?

    It's hard to believe that no one here (official Sun
    developer network) can answer my question. Maybe few
    people develop under Solaris.That must be it.

  • How to install Adobe Application Manager?

    How to install Adobe Application Manager? I downloaded it, but can't install.
    Just purchased the CC for photographers.  Have been using Photoshop since version 3.
    I have been studying your support docs for several days and have no business messing around with something called, .gz files and installation logs. Totally unsuccessful "Updating" my CS6 or CS6 bridge or Extension Manager or the Adobe Support Advisor by the CC Desktop.
    Have no Photoshop CS6 because I followed your CC support instructions.
    Uninstalled my CS6 today so I can finish a job tomorrow.  Bad decision on my part because I can't reinstall it and am unable to correct
    this problem. 
    I was able to use CC to update LR, but am absolutely too afraid to touch it now.
    I have been waiting inline for Chat also, but the numbers ahead of me are going up.
    If someone in this Community forum can help me, it would be fabulous.
    Thanks very much.

    Uninstalled Creative Cloud.
    Downloaded it again - 4th time.
    Deleted a AAMDetect file from the Library/Internet Plug-ins
    Downloaded and installed Adobe App Manager and an icon for it is on my Desktop
    Installed Creative Cloud.
    OK.
    Now how do get my Photoshop CS6 back before I download Photoshop CC?
    CS6 is not listed in the available Apps in the CC Desktop.
    Support wait time right now is 2 hours by phone.
    After sitting on Chat yesterday only to see the people "waiting ahead of me" go from 17 to 18, I gave up.
    Please advise.
    Thanks again.

  • How to install iPhoto after upgrading to yosemite?

    how to install iPhoto after upgrading to yosemite?

    Download it from the App Store as Matt suggested.  You may have to move the current version to the Trash Bin (don't delete yet), go to the App Store and look for iPhoto 9.6 under purchases.  It will be free.
    What iPhoto version did you have prior to the Yosemite upgrade?  If it was iPhoto 7 (08) or earlier you'll also have to download and run the iPhoto Library Upgrader 1.1 on your library before opening it with iPhoto 9.6.

  • How to instal a LAN WebSite in MacOSX Server 10.2 ?

    How to install a Site Interns (Intranet / LAN) on MacOS X Server 10.2?
    I sought in the APPLE forum, but did not find anything on the subject.
    Would somebody have the method, with screen printing for beginner?
    And, is it possible to create, on this XServ, a site Intranet of the www.LeNomDeLaboîte.com kind?
    Thank you.
    JMG
    Comment installer un Site Interne (Intranet) sur un MacOS X Server 10.2 ?
    J'ai cherché dans le forum Apple, mais n'ai rien trouvé sur le sujet.
    Quelqu'un aurait-il la méthode, avec copie d'écran pour débutant ?
    Et, est-il possible de créer, sur cet XServ, un site Intranet du genre www.LeNomDeLaboîte.com ?
    Merci.
    JMG
    G4/1,25MHz + iBookG4/1.42GHz + Epson SC980   Mac OS X (10.4.8)  

    Mac OS X has a web server built in. Just use Server Admin to start the web service after dropping your web content into /Library/WebServer/Documents.

  • Instructions: How To Install Logic Studio on External Drive

    Sorry for starting another thread, but this will turn up in a search engine inquiry better than the other thread, so please delete the other one instead. I believe the subject heading wording will be more search engine friendly
    Okay after much digging , I have found out what parts of Logic Studio 9 can & cannot be installed on an external Drive and here's how I did it:
    http://www2.picturepush.com/photo/a/4177710/img/Anonymous/Picture-1.png
    http://www5.picturepush.com/photo/a/4177713/img/Anonymous/Picture-2.png
    Then after everything is installed:
    Library>Application Support>Logic>EXS Factory Samples
    Dragged to the Ext. HD got 3 gigs out of it
    Then Library>Application Support>GarageBand>Instrument Library>Sampler>Sampler Files (NOT SAMPLER INSTRUMENTS !)
    That scored me another 12GB
    Installing that way allows approx 38GB of Logic on an Ext. HD
    Message was edited by: Geoff J

    If you want, you can install your OS on the external drive and boot up from that by setting the external drive as startup in the system preferences. Then you can install ALL of logic on it instead of using the internal at all. I've been set up this way for years.

  • How to install and use a plug-in downloaded from the apple site?

    how to install and use a plug-in downloaded from the apple site?

    Emelie,
    which plug-in do you want to install?
    some of the plug-ins come with an installer on the disk image, you click the installer and it will install it in its proper location.
    For others you move the plug-in into to System Library or your User Library:
      Your Hard disk  > Library > Application Support >Aperture > Plug-Ins > Edit
    or
    Your Home Folder > Library > Application Support >Aperture > Plug-Ins > Edit
    If it is an "Edit" plug-in, it goes into the "Edit" subfolder, "Export" plug-ins into the "Export" subfolder.
    You can tell by the extension, what kind of plug-in it is.
    E.G. BorderFX.ApertureExport is an export plug-in, BorderFXEditPlugin.ApertureEdit an edit plug-in.
    Regards
    Léonie
    P.S. In OS Lion the Libraries are hidden by default: To reveal your User Library activate the Finder and select from the main Finder menu:
        Finder >  Go , then hold down the ⌥-option-key, untill the Library appears in the drop.down menu.
    To show the System Library:
         Finder >  Go > Go to Folder
    then enter   / Library

  • How to install samsung scx-4200 printer/scanner on Mac OS x 10.9.2?

    How to install samsung scx-4200 printer/scanner on Mac OS x 10.9.2? Several attempts with various downloads from Apple and Samsung sites have failed. Any help is higkly appreciated. Thanks in advance!

    Thias is what I find in system information:
    Samsung Scanner:
      Version:          2.01.12
      Erhalten von:          Apple
      Zuletzt geändert:          10.04.14 21:20
      Art:          Universal
      64-Bit (Intel):          Ja
      Signiert von:          Software Signing, Apple Code Signing Certification Authority, Apple Root CA
      Ort:          /Library/Image Capture/Devices/Samsung Scanner.app
      Informationen:          Copyright (C) 2013 Samsung Electronics Co., Ltd.

  • How to Install Visualizer Plug-ins for Itunes 11.01

    I have Itunes 11.01 running on my mac 10.7.5.
    And I been trying to figure out how to install some new visualizers.  I've placed the files in the Library/Composition folder and it did nothing. 
    I've placed the files in the Library/itunes/plug-in folder and this did nothing. 
    I've even placed the files in the Music/itunes/Itunes media/Automatically Add to iTunes folder and this has gotten me nowhere. 
    Now how the **** do i get these files to work? 
    Thanks,
    Jason

    To add to Mylenium's reply, here's how to do it on Windows and this is what microsoft website says:
    Why do I have to be an administrator to install a program?
    Only administrators can make changes that will affect everyone who uses the computer, such as installing software and hardware and changing security settings.
    If the program you are trying to install or run says you  must have administrator rights, but you are already an administrator on the computer, right-click the installation icon for the program, and then click Run as administrator. If you're prompted for an administrator password or confirmation, type the password or provide confirmation.
    If the program installs but does not run, right-click the program icon, click Properties, click the Compatibility tab, select the Run this program as an administrator check box, and then try to run the program.

  • How to install SWC and load the package in CS3

    hello,
    does anyone know how to install a swc and load the package?
    I have installed the two SWC as3corelib-.92.1 and
    xmlsyndication.swc into components, but when I call the package
    from an AS file nothing happens other than, 1172: Definition
    com.adobe:xml could not be found.
    They turn up ok in flash as components, but I think I miss
    something..
    anyone knows how to make these to work in flash so I can make
    this:
    http://www.ploem.be/blog/?page_id=105
    hints, advice anything most appreciated.!
    //Peter

    right :) an instance of a component needs to be either
    dragged to the stage, or in some cases into the file Library,
    before they become available in your file. is it working
    now?

  • How to install indian radio toolbar in firefox

    <blockquote>Locked by Moderator as a duplicate/re-post.
    Please continue the discussion in this thread: [/forum/1/730088]
    Thanks - c</blockquote>
    == Issue
    ==
    I have another kind of problem with Firefox
    == Description
    ==
    how to install indian radio toolbar in firefox
    == This happened
    ==
    Not sure how often
    == Firefox version
    ==
    3.6
    == Operating system
    ==
    Windows XP
    == User Agent
    ==
    Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2) Gecko/20100115 Firefox/3.6
    == Plugins installed
    ==
    *-Office Plugin for Netscape Navigator
    *Adobe PDF Plug-In For Firefox and Netscape
    *Default Plug-in
    *NPRuntime Script Plug-in Library for Java(TM) Deploy
    *Shockwave Flash 10.0 r32
    *Google Update
    *Next Generation Java Plug-in 1.6.0_20 for Mozilla browsers
    *Npdsplay dll
    *DRM Store Netscape Plugin
    *DRM Netscape Network Object

    duplicate
    https://support.mozilla.com/en-US/forum/1/730088

  • How to install the musegrid audio widget?

    Does anyone know how to install the MuseGrid Audio Widget. Once I get in in the library I drag it onto the page, preview it and nothing show in the browser. I have the assets folder that comes with it but have no clue how to connect the widgets assets to the audio player. As well as how to connect the mp3 file to the audio player.
    There are no clear cut instructions about the install and even on the page I downloaded it from the video tutorial does not play. I think I gave away $9..Please Help

    Unfortunately I can't help with that particular widget, however I will mention that we do also have an audio widget over @ MuseThemes.com. There is a training video on this page that explains how our Audio Widget works - you might have some luck getting your downloaded widget to work by using a similar method as we use...
    Adobe Muse MP3 Audio Player Widget
    Cheers
    SH

  • How to install the SAP Java Connector

    Hi,
    I am unsure how to install the SAP Java Connector on Linux (Suse Linux Enterprise 10). The SAP Integration Kit install and admin guide says:
    ===
    u2022 Copy the librfccm library and the libsapjcorfc library to busines
    sobjects_root/enterprise120/PLATFORM_PATH, where busines
    sobjects_root is the full path to your businessobjects directory,
    and PLATFORM_PATH is your platform. For example, PLATFORM_PATH
    is solaris_sparc for an installation on Solaris.
    u2022 Use symbolic links for the location of the librfccm library and the lib
    sapjcorfc library.
    u2022 Add the location of the librfccm library and the libsapjcorfc library
    to the library path.
    ===
    Do I have to do all 3 steps or is the 1st one (copying of files) enough?
    On the other hand, the SAP Java Connector guide says:
    ===
    Then add {sapjco-install-path} to the LD_LIBRARY_PATH environment variable.
    Finally, add {sapjco-install-path}/sapjco.jar to your CLASSPATH environment variable.
    ===
    So, what to do?
    Thanks!

    Thanks for your help. So i copied the 2 files as mentioned in point 1.
    Where do I have to copy the file sapjco.jar to? There is no shared lib folder after installing BO Edge 3.1 on a Linux system.
    I copied the sapjco.jar to /bobje/tomcat/common/lib but still get the message that the Java Connector files are not in the correct directory.
    I already copied the files librfccm.so and libsapjcorfc.so to /bobje/enterprise120/linux_x86 .
    Thanks again!
    Edit: problem solved: Copying the sapjco.so to tomcat/shared/lib is correct, if the directory doesn't exist then just create it (mkdir). The message is just plain information 7 hint.

Maybe you are looking for

  • Recosting material after cost release - Follow-up re MBEW/HKMAT field

    When we set standards this year, I did not know that this field should have had its value set before costing, and it is now not showing the material number in variance calculations for the ten or so items that did not have the flag set. My question i

  • Lost Diary and Addresses in Mountain Lion

    Alright, so Mountain Lion appears to be as useful as mud in a bath. With the trouble in Mail, I now find there is major hassle in Addresses and Calender. My addresses have gone AWOL as has my Diary. Why oh why can't Apple get their up dates correct?

  • Kensington Entertainment Dock 500 [Connect iPod to TV]

    I got an Kensington Entertainment Dock 500 and I have succesful conected it to my TV, but... I wounder if I can se the menus in some sort of way? no I can't do that =( and it is a bit hard to change song/video when your sitting in the soffa and the i

  • Restore validate database

    Hi, 1) I've 2 databases, which are scheduled for weekly full online backup(from scheduler/rman) on fri. and sat. respectively, and there is daily incrementally updated backup, plus the archivelogs on both the database. When I do restore validate data

  • BGP Issue In MPLS Network

    we are having a gateway router which is running a public as and having a direct peering with service provider. We are also working as MPLS-SP and providing internet services to our esteemed clients. Now I am facing a one issue if the customer is comi