How to install a library

Hello, I have a question.
I want to install a library. I downloaded the library (http://jcommander.org/#Download) and compiled it. Now I ended up with a directory with classes and jar files.
I hear I need to move the folder to /usr/lib/jvm/java-6-openjdk-i386/jre/lib/ext ... And when I tried to compile a .java file requiring the jcommander, the compiler says the module cannot be found. .... I spend an hour to find ways to install it but, I couldn't... Could you give me a hint/answers/ideas..
Thank you!

I'm not familiar with the jar file you mentioned, but I suspect it should be installed in your project and not as part of the jvm (/usr/lib/jvm/java-6-openjdk-i386/jre/lib/ext).
If your project is netbeans, you add this to your pom.xm, the right click on the project icon and select 'build with dependencies'. The jar will be downloaded by maven (you don't have to manually download it), and installed in the classpath. Similarly for Eclipse.
        <dependency>
            <groupId>org.apache.cxf;/groupId>
            <artifactId>cxf-rt-frontend-jaxrs</artifactId>
            <version>2.4.1;/version>
        </dependency> If your project is not maven, you have a folder in your project typically called 'lib' with your jar files there.
Then for netbeans, right click on the project icon and select 'properties'. The select the 'library' link, then click the 'Add Library' button, then navigate to the location of your jar files and add all them. Recompile and all should work.
For Eclipse, right click on the project icon, then properties->Java Build Path->Libraries->Add Jars

Similar Messages

  • 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 get existing library imported to new itunes install, old library was  not backed up or exported

    How to get existing library imported to new itunes install, old library was not backed up or exported.  This occured due to Win 7 user profile was corrupt.

    I know that in Mac OS X one can pick which library to use by holding down the option key while starting iTunes. What's the Windows equivalent?
    Press the Shift key.
    WIll the fact that the music is now on another physical drive make a difference
    No.
    I know the previous install is at least 7.0, but I have no idea about which point release.
    Try checking the content of the iTunes Music Library.xml file.
    Finally, what's the expected behaviour (or required procedure) with respect to reauthorization of this computer to use the same ITMS-purchased files?
    You will be asked to reauthorize the computer.
    (28446)

  • 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 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 add a library (libSomeRandomlib.so) to a project....??

    Ok, so I've been trying to get CERN's ROOT program/libraries to work in an xcode project for a while, but I'm running into one really weird error, and I think I may just not know how to add a library to a project correctly.
    Suppose I create a new Xcode C++ command line tool project. I hit Build and go, and it gives me a nice little Hello World! in the console, just as it should. If I then click on the project in Groups & Files, go to Project>Add to Project..., and choose, say, libCint.so, from my root/lib directory, and click ok, then click Build & Go, I get an error in the console:
    dyld: Library not loaded: @rpath/libCint.so
    Referenced from: /Users/paulthompson/Documents/Programming/Build Products/Debug/LibraryIncludeTest
    Reason: image not found
    sharedlibrary apply-load-rules all
    Data Formatters temporarily unavailable, will re-try after a 'continue'. (Cannot call into the loader at present, it is locked.)
    My assumption is that either I'm missing a step in the process of adding a library, or else there is something jacked up with the libraries themselves. Anyone have any advice?
    Thanks,
    Paul
    EDIT* Oh, I should mention that the actuall binary that gets built after adding the library WILL execute properly in the Finder, or from terminal, just not with the Build & Go, or Go commands from within xcode.
    Message was edited by: TraxusIV

    TraxusIV wrote:
    Results of otool:
    LibraryIncludeTest:
    @rpath/libCint.so (compatibility version 0.0.0, current version 0.0.0)
    /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 7.9.0)
    /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 123.0.0)
    Macintosh-9:Debug paulthompson$ otool -L /Applications/CERNRoot/root/lib/libCint.so
    /Applications/CERNRoot/root/lib/libCint.so:
    @rpath/libCint.so (compatibility version 0.0.0, current version 0.0.0)
    /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 125.2.0)
    /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 7.9.0)
    I honestly don't know much about @rpath. I found this page that explains it a bit more: http://blogs.sun.com/dipol/entry/dynamiclibraries_rpath_andmac
    So, since I don't want to deploy with the environment variable set, I should ask, what IS the correct, MacOS X way to do it?
    The best way to find that is to look at how Apple does it. They put frameworks in /System/Library/Frameworks and regular shared libraries in the standard places. You can do the same. Put your frameworks into /Library/Frameworks and your shared libraries into /usr/local-based paths.
    If you want to create stand-alone executables that can be installed via drag-n-drop, you can put shared libraries inside the application bundle. If your shared libraries/frameworks are elsewhere, you will need some sort of installer to get them installed.
    I've been sifting through Apple's developer documentation but I have yet to find a concise, straightforward explanation of how to add shared libraries. I'm horribly confused at this point. Is there a good tutorial available anywhere for both the general unix case of linking to dylibs and .so's, and the Mac specific case?
    Hopefully someone else knows an answer for this one.
    *EDIT* I do already have the variable defined both in ~/.MacOS/environment.plist and also in Xcode as an additional user variable.
    I'm not sure about the whole RPATH thing. Setting environment.plist will define environment variables for use in the Finder, but that is really a hack. There are better ways to do it, but if you are porting some open-source programs, that may be the only way. You should be able to define those variables in Xcode. You have to selected the debug executable under "Exectuables"

  • 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.

  • 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 do I transfer library from my old ipod to new one?

    Hi
    I was given a new ipod nano for christmas which I have registered but I can not work out how to transfer the library from my old nano to my new nano. I have a new laptop which doesnt have all the original files on so wonder if it is even possible? Any help is really appreciated
    thanks
    Bristolgal

    found it!here it is http://www.getsharepod.com/
    you just have to install this software, connect your old ipod, copy all the files inside your old ipod to your laptop and after that put them inside the new one!

  • 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

Maybe you are looking for