Third-party library

Hi, all,
If my servlet or EJB needs to use some third-party classes, how do I let OC4J know ? Do I have to add everything to $OC4J_HOME/lib ?
Thanks
John

That is one way of doing it. Otherwise can you add the librarys to your application library directory and include the jar file into the ear file.

Similar Messages

  • Third-party library for J2ME

    Can I use third-party library in the J2ME wireless toolkit? and How?
    I have trouble using MathFP library provided by http://home.rochester.rr.com/ohommes/MathFP/
    with the J2ME wireless toolkit(1.04, 2.1 and 2.2).
    If I can not use third-party library with the toolkit, is there any way around it?
    Also, I find out that even if I wipe out my CLASSPATH on my windows system, the J2ME wireless tool kit still remember the old CLASSPATH. It means I still can compile Java project with J2ME wireless toolkit, but I can not compile any Java file with command line ( it can not find any Java library!). The bottom line is J2ME wireless toolkit has special setup. And I don't know to use third-party library with the toolkit. If developer can not use third-party library with the toolkit, it would be kind of ridiculus. It would be just like the Visual Studio .NET can not use any other third-party DLL.

    Hi,
    You can very well use third party libraries in J2ME as far as it is compatible. If u have the source code of the library copy it in to the src directory of the project or if u have only the library then put it in lib directory of the project

  • Any third party library ?

    java can not fetch the System information. may be its a windows machine or may be its a linux machine. because they depend upon native. though JNI has given some access but that is tedious to do.
    I am looking for some third party library which can fetch the System information .
    Do you know any such third party library ?
    i need CPU and Memory information of the System.
    is there any third party library provides that ?

    does java 1.5 can help us in this regard ?
    i found
    In 1.5, you have the management beans. will it be of any use ?

  • How to use third party library (like .dll and .lib files) in flascc?

    I have a number of .dll and .lib files of the  third party library, which are generated from C++ code.
    I read about flascc on other web site says:
    "If you want to use third party library in your Flascc project,you must have either the source code or the linkable file which is compiled of the third party library   "
    Dose the linkable file mean .dll file or .lib file?
    AND
    How can I use the fuctions in them in my flascc project.?

    Native code is not interchangeable between platform.
    It means that you can't use library that wasn't build specifically for flascc.
    And when they say linkable files they mean libraries compiled for flascc, not any libraries.
    So if your libs are for windows, no luck, you have to recompile everything

  • Calling a third-party library from JNI-enabled C++ code

    Hi everyone,
    I have some existing C++ application code that extracts data from a file in a special format (HDF5). This code uses a static library (third party) to decode the file format. I would like to wrap this application code in a JNI wrapper so that I can call the code from Java. So I have a situation like this:
    Java front end -> application code (C++) -> static library (C++)
    I have compiled JNI headers and modified the application code accordingly. I created a shared library by bundling the application code together with the static library (using gcc 3.2.2 on Red Hat Linux 9):
    g++ -shared hdf5_jni.cc -o libhdf5_jni.so -I<include path> -L<static library path> -lhdf5
    (the <static library path> contains the static library libhdf5.a). This creates a shared library which contains the application code and the relevant bits of the static library.
    When I call the Java front end, the shared library (libhdf5_jni.so) is correctly found and accessed. However, I get an UnsatisfiedLinkError which I don't understand:
    Exception in thread "main" java.lang.UnsatisfiedLinkError: <blah>/lib/libhdf5_jni.so: <blah>/lib/libhdf5_jni.so: undefined symbol: _Z4formPKcz
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1560)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1485)
    ... etc
    I have no idea what the undefined symbol "_Z4formPKcz" represents. It's not part of the application code or the static library.
    Here's some more info that might help diagnosis:
    1) The problem seems to be due to the approach of having a three-step process (Java code calling bespoke shared library which includes unmodified 3rd-party code). I get an identical error (including the mysterious "_Z4formPKcz" symbol) when trying to do something similar with a different 3rd-party static library.
    2) When I simply have Java code calling C++ code which I have written myself (no calls to static library methods), I have no problems, i.e. there doesn't seem to be a problem with the way I set up the JNI wrappers or the application code, or in the way I create the shared library.
    3) When I simply have C++ code calling the static libraries (i.e. no Java wrapper) I have no problems, i.e. there doesn't seem to be a problem with the application code or the static libraries.
    4) The static libraries were compiled from source using the same compiler that I used to compile the application code.
    5) I'm using J2SDK 1.4.2 on Red Hat Linux 9, although I've tried other versions of the SDK and had the same problem.
    I've done a lot of web searches on the "_Z4formPKcz" symbol and have turned up absolutely nothing (zero Google hits!).
    Any help would be very much appreciated.
    Thanks, Jon

    Thanks chrisswhite,
    I should have mentioned that I tried this too and it didn't solve the problem. You're right though, I should be compiling with -fPIC anyway.
    Jon

  • Recommended third party library instruments?

    New Apple user here - last used Logic 8 years ago, and while getting to grips with it again, stumbled into the Library instruments.
    Was just looking to hook up my old Korg, but now blown away by the Library instruments in Logic - no need for a new Korg.
    While many of the sounds are great, I'm finding the strings to be pretty weak. From previous reading on these forums I saw the Vienna Symphonic Library recommended.
    I'm presuming this is basically a dedicated set of orchestral instruments for the Logic library? If so, am tempted to go with the Standard Special Edition bundle as it seems an affordable way to get into using it.
    However, I'm also looking out for choral and world music sounds, but not sure where to look.
    Any pointers and/or recommendations - even keywords for Google searches - would certainly be appreciated.

    The orchestral party pug ins you are already looking at are among the best, no question. But for good strings at a reasonable price the IK Multimedia Philharmonik is quite good, don't pay the price you'll see it for... I paid like $300 or so. The Wallander group is making some very good brass, flutes and oboes for a good price as well, you can pay as you go with them as well.
    However, if money isn't an object, then you are correct, the Eastwest and the Vienna instrument groups are the industry standard, best as I can tell, an probably for good reason. Good luck- you're gonna have fun.

  • Coldfusion 7 MX, upgrading third party library files such as log4j.

    How do I upgrade log4j that is installed with CF7MX? I have
    an app that also contains log4j, but a newer version. It would seem
    that the app I am using is getting a handle on the CF7MX log4j, and
    throwing an exception.
    I've tried moving my app's log4j to the beginning of the CF
    classpath, set in the Admin Console, and even overwriting the older
    version with the new, and new with the older, in a fit of
    desperation. All attempts were unsuccessful.
    I tried the demo version of CF8, and the app runs fine, but
    my company is reluctant to upgrade to CF8 just for one app. The
    cost of the new software is a factor, but so is regression testing
    all of the other apps etc. So suffice it to say, I'm really hoping
    to come up with a solution for CF7MX. I looked at the patch for
    7.02, but it doesn't contain any java library upgrade.
    Also, we don't have the source code for the app that we are
    running under CF, so we aren't able to downgrade the logging calls.
    Thanks in advance for your help.

    How do I upgrade log4j that is installed with CF7MX? I have
    an app that also contains log4j, but a newer version. It would seem
    that the app I am using is getting a handle on the CF7MX log4j, and
    throwing an exception.
    I've tried moving my app's log4j to the beginning of the CF
    classpath, set in the Admin Console, and even overwriting the older
    version with the new, and new with the older, in a fit of
    desperation. All attempts were unsuccessful.
    I tried the demo version of CF8, and the app runs fine, but
    my company is reluctant to upgrade to CF8 just for one app. The
    cost of the new software is a factor, but so is regression testing
    all of the other apps etc. So suffice it to say, I'm really hoping
    to come up with a solution for CF7MX. I looked at the patch for
    7.02, but it doesn't contain any java library upgrade.
    Also, we don't have the source code for the app that we are
    running under CF, so we aren't able to downgrade the logging calls.
    Thanks in advance for your help.

  • Intellisense with third party JavaScript libraries in Visual Studio Code

    With the release of Visual Studio Code today, I thought I would give it a look. Prior to this I had done most of my web development in Aptana and had recently started using Sublime Text 3, using the SublimeCodeIntel package to help with navigating unfamiliar
    code, as it provides Intellisense like functionality, but I found it a little limited. Anyway, because I saw JavaScript was supported by Code, I wanted to see how well it worked.
    I opened a
    project I had been going over, trying to understand some aspects of a JavaScript library I am interested in,
    PlaygroundJS. I wanted to add intellisense to the library, and had seen how easy it was to do this with Angular on this webiste:
    http://www.johnpapa.net/intellisense-witha-visual-studio-code/ which talks about this issue. In this they bring up the quick action menu in angular, and select the option "Add /// reference to angularjs/angular.d.ts". However, when I look at the
    PlaygroundJS library I simply get option to mark the variable as local. So I was wondering, is there a way to add intellisense to this library, and even better, ensure that the entire project is indexed, so I can more easily find the definitions of functions
    that are declared in other files, and use the code completion features?
    EDIT: I did find out that I can add references manually, to each file, so that it can resolve the definitions for the code in other files, but this requires adding a lot of extra directives manually, eg:
    /// <reference path="Global.js" />
    /// <reference path="engine/Score.js"/>
    /// <reference path="engine/Camera.js"/>
    etc etc
    Is there no way of automating this process?

    Hi MrProsser,
    For third aprty library, actually we didn't support it.
    But for the Intellisense issue, I think we would know the real way how we use the
    Intellisense.
    Tools->Options->Text Editor->the specific language you use, and then enable the Auto list members or others.
    Reference:
    https://msdn.microsoft.com/en-us/library/hcw1s69b.aspx?f=255&MSPPError=-2147217396
    So we would enable it for the specific development language, so please make sure that you have enabled it for your current development language, if it still no help, we would make sure that it doesn't support it in VS IDE for this third party library. 
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Confusion about third-party-libraries in different versions in CE 71.

    Hi
    After some research on the use of different versions of third-party-libraries in SAP netweaver CE 7.1, I am actually quite confused and would be happy if someone could shed a light on that subject....
    1. Is there a way to tell netweaver CE 7.1 to use a library in my WEB-INFlib-folder by simple configuration?
    E.g. we would like to use a third-party-lib in a newer version than the one which is loaded by CE 7.1. Many application server provide a simple configuration option (e.g inside META-INFapplication.xml) where the web as can be forced to use the library inside WEB-INFlib for this application.
    2.Is the concept of "heavy loading" described in a blog by Georgi Danov(Using Hibernate in SAP NetWeaver Composition Environment) the answer to question 1.?
    Does it also work for other third-party-libraries than hibernate? Does it work at all?
    3. In the blog mentioned in question 2, Mr. Danov is talking about "shared libraries". Does this mean, that I have to forget everything about "bundled" and "standard" libraries explained in help.sap.com/CE, if I want to create a heavy loader?
    He is referencing another blog (Applications and shared libraries) which is two years old? Can I still apply the information there to CE?
    4. Are "Bundled libraries" applicable when using different versions of third-party-libraries in CE 7.1?
    In "Working with libraries" (http://help.sap.com/saphelp_nwce10/helpdata/en/44/f4e00e56ec0486e10000000a155369/frameset.htm) it says:
    "Bundled libraries: These provide resources only to a single enterprise application, and are packed inside the application's EAR file."
    =>As I want to provide the lib only to my enterprise application, I will probably have to create a bundled library, right? Does this also work if netweaver CE 7.1 uses a different version of the same library?
    5. Do I need Netweaver Developer Studio for creating "bundled" libraries?
    Or can I copy the binaries in the WEB-INFlib-folder of my application, deploy it and use it?
    6. Is configuration of application-j2ee-engine.xml the right place to reference a third-party-library in a specific version which exists in WEB-INF/lib-folder in my application even if it exists also in another version on netweaver?
    => In the document "Troubleshooting: Finding Missing Parent-Child Relations" it says: "To implement the chain of parent-child relations in the deployment descriptor of the component, use either application-j2ee-engine.xml (for applications) or provider.xml (for libraries and services)."
    => "Creating standard libraries" (http://help.sap.com/saphelp_nwce10/helpdata/en/44/f447a8d62b0484e10000000a155369/frameset.htm9 tells me, that I have to configure the file application-j2ee-engine.xml, too.
    => But in "Working with libraries" (http://help.sap.com/saphelp_nwce10/helpdata/en/44/f4e00e56ec0486e10000000a155369/frameset.htm) it says:
    "Standard libraries: These provide resources to all enterprise applications deployed on the server. They are packed in EAR files like the enterprise applications."
    => Does this mean, that I have to force Netweaver CE 7.1 to use a higher version of a certain third-party-library? Does this even work? Do all applications deployed on Netweaver 7.1 have to use this library in the higher version?
    It is really confusing to read through the documentation!!! Sorry for that avalanche of questions, but I really hope it will make the issue of using libraries (especially if they exist in different versions on the CE 7.1) a little clearer!
    Best regards
    Bettina

    Hi Bettina,
    I'll try to answer your questions:
    >
    > Hi
    >
    > After some research on the use of different versions of third-party-libraries in SAP netweaver CE 7.1, I am actually quite confused and would be happy if someone could shed a light on that subject....
    >
    > 1. Is there a way to tell netweaver CE 7.1 to use a library in my WEB-INFlib-folder by simple configuration?
    >
    > E.g. we would like to use a third-party-lib in a newer version than the one which is loaded by CE 7.1. Many application server provide a simple configuration option (e.g inside META-INFapplication.xml) where the web as can be forced to use the library inside WEB-INFlib for this application.
    >
    First of all, the appropriate docs are here: [http://help.sap.com/saphelp_nwce10/helpdata/en/44/f4e00e56ec0486e10000000a155369/frameset.htm|http://help.sap.com/saphelp_nwce10/helpdata/en/44/f4e00e56ec0486e10000000a155369/frameset.htm].
    Basically what you do is define a lib project in the studio and deploy it do the server. This may be less comfortable then just configuring manually, therefore it work better in larger environments because the server checks that libs are available in all running instances - which it could not do if you manipulate diretories manually  (an approach you should never attempt in any SAP envrionment)
    > 2.Is the concept of "heavy loading" described in a blog by Georgi Danov(Using Hibernate in SAP NetWeaver Composition Environment) the answer to question 1.?
    >
    > Does it also work for other third-party-libraries than hibernate? Does it work at all?
    >
    If Georgi describes it, I hope so, as he is one of our developers who knows best.
    > 3. In the blog mentioned in question 2, Mr. Danov is talking about "shared libraries". Does this mean, that I have to forget everything about "bundled" and "standard" libraries explained in help.sap.com/CE, if I want to create a heavy loader?
    >
    "shared" are all of theses libs, as otherwise they would be specific to an application.
    > He is referencing another blog (Applications and shared libraries) which is two years old? Can I still apply the information there to CE?
    >
    This was about anearly version of CE and even Georgi updated the blog this year to talk about slight differences. So yes, this still applies.
    > 4. Are "Bundled libraries" applicable when using different versions of third-party-libraries in CE 7.1?
    >
    > In "Working with libraries" (http://help.sap.com/saphelp_nwce10/helpdata/en/44/f4e00e56ec0486e10000000a155369/frameset.htm) it says:
    >
    > "Bundled libraries: These provide resources only to a single enterprise application, and are packed inside the application's EAR file."
    >
    > =>As I want to provide the lib only to my enterprise application, I will probably have to create a bundled library, right? Does this also work if netweaver CE 7.1 uses a different version of the same library?
    >
    That depends... Your application uses it's own classloader which means it should only use your libs in case there is another version available on the server. But if you're trying to deploy a lib that is used by a service of the server (int that case loaded by the server not your classloader!) I'm not so sure.
    > 5. Do I need Netweaver Developer Studio for creating "bundled" libraries?
    >
    > Or can I copy the binaries in the WEB-INFlib-folder of my application, deploy it and use it?
    >
    You need the Studio. No way around that. [Edit:] Sorry, misunderstood you here: I thought you want to copy something into the deployed directory on the server! - Of course, any deployment method would do it and though copying binaries seems to be valid. However,  I'm checking this currently with development in detail.
    > 6. Is configuration of application-j2ee-engine.xml the right place to reference a third-party-library in a specific version which exists in WEB-INF/lib-folder in my application even if it exists also in another version on netweaver?
    >
    > => In the document "Troubleshooting: Finding Missing Parent-Child Relations" it says: "To implement the chain of parent-child relations in the deployment descriptor of the component, use either application-j2ee-engine.xml (for applications) or provider.xml (for libraries and services)."
    >
    > => "Creating standard libraries" (http://help.sap.com/saphelp_nwce10/helpdata/en/44/f447a8d62b0484e10000000a155369/frameset.htm9 tells me, that I have to configure the file application-j2ee-engine.xml, too.
    >
    > => But in "Working with libraries" (http://help.sap.com/saphelp_nwce10/helpdata/en/44/f4e00e56ec0486e10000000a155369/frameset.htm) it says:
    >
    > "Standard libraries: These provide resources to all enterprise applications deployed on the server. They are packed in EAR files like the enterprise applications."
    >
    > => Does this mean, that I have to force Netweaver CE 7.1 to use a higher version of a certain third-party-library? Does this even work? Do all applications deployed on Netweaver 7.1 have to use this library in the higher version?
    >
    >
    >
    > It is really confusing to read through the documentation!!! Sorry for that avalanche of questions, but I really hope it will make the issue of using libraries (especially if they exist in different versions on the CE 7.1) a little clearer!
    >
    > Best regards
    > Bettina
    Could you tell me what you're trying to deploy? I'll try to get Georgi on this....
    Regards,
    Benny
    Edited by: Benny Schaich-Lebek on Nov 5, 2008 1:40 PM

  • Third-party JS Libraries and XHR cross-domain requests

    Hello,
    I am running into issues while developping a Windows Store app implementing the Jabber javascript SDK. This jquery-based SDK allows you to connect to a Cisco communication server to send/receive messages between users and share presence states. 
    The problems I am having is that the SDK attempts to send a request (for the connection) to the communication server using XHR javascript function and Visual Studio throws me an Javascript Access Denied error that I can't get passed even trying to add the
    URL of the server in the whitelist manifest (because it is not an HTTPS uri and the manifest won't take the HTTP uri).
    What would you suggest to perform what I am trying to do within a Windows 8 Store app? How come I cannot add an HTTP uri into the manifest whitelist? Have you already had to deal with the Jabber SDK in such an environment?
    Thank you very much for your help,
    Kind regards.

    Hi Clement,
    This issue may caused by the compatibility between store app and Jabber javascript SDK. Since Jabber is a third-party library and it is out of our support range. I would recommend you post this question on Jabber discussion forum.
    https://communities.cisco.com/community/developer/collaboration/jabber/content?filterID=contentstatus[published]~objecttype~objecttype[thread].
    I also found some similar question about access deny using js. Please refer to see if it help.
    http://stackoverflow.com/questions/14224637/access-is-denied-error-in-windows-store-app-using-javascript
    https://social.msdn.microsoft.com/Forums/windowsapps/en-US/2bf40c11-0b2f-4c99-bed4-2cc80a4eed6b/access-denied-when-call-xmlhttprequestopen-in-the-iframe?forum=winappswithhtml5
    regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. Click HERE to participate
    the survey.

  • EjbCreate not completing when calling into third party JAR ?

    Hi
    Are there any limitations/restrictions on calling out to a third-party library within an ejbCreate method of a stateless session bean.
    I've set <initial-beans-in-free-pool> to 1 so that when I deploy the bean ejbCreate is invoked, but only the first System.out appears. The weblogic console shows the EJB deployment status as available, no stack traces of exceptions are shown.
       public void ejbCreate() {
            try {
                System.out.println(new Date() + " EJB XTestBeam ejbCreate invoked");
                searcher = new SearcherService();
                System.out.println(new Date() + " EJB XTestBean created SearchService " + searcher);
                System.out.println(new Date() + " EJB XTestBean ejbCreate completed ok");
            } catch (EJBException e) {
                e.printStackTrace();
                throw e;
            } catch (RuntimeException e) {
                e.printStackTrace();
                throw e;
            } catch (Exception e) {
                e.printStackTrace();
        }The environment is WLS 8.1 SP4, W2K, HotSpot Client VM 1.4.2_05.
    Rgs
    Erik

    Thanks chrisswhite,
    I should have mentioned that I tried this too and it didn't solve the problem. You're right though, I should be compiling with -fPIC anyway.
    Jon

  • Compiling third party libraries

    Hello,
    I have included a third party library in my project and have placed it in the lib folder of the project directory. When I build the project through the WTK2.0 the jar size includes all the classes in the library, whereas I just use a few of them only. My question is, how do I make the jar file small ? Can't the WTK2.0 automatically select only the classes I use from the library and pack them up in the jar ? Can the obfuscator do the same? if yes, which one ? Proguard/Retroguard.
    I would really appreciate if anyone can give me some more pointers regarding this issue.
    Regards,
    kiks

    Obfuscators get rid of any code that is never accessed. If that doesn't work you can always unpack the jar, take only the needed classes and repack it.
    shmoove

  • Using Third Party Libraries in J2ME IDEs

    How easy is it to use functions from a third party library in J2ME IDEs? Is it usually just a matter of including the library or is more configuration involved?
    Thanks for your time.

    I had this problem a year ago. I'm surprised it hasn't been fixed yet. Here is what I had to do to create an external library DC for my third-party apis.
    - Create a java library DC.
    - Switch to resource view
    - Edit .dcdef to change component type to Library
    - Edit .project file, Delete Nature Java line
    - Restart IDE so that it shows as Library DC instead of Java
    - Switch to Resource View
    - Get all the third-party jar files into folder structure com
    - Copy and past the root folder into src (this would bring all class files)
    - Add build.vm in cfg folder (content #BuildSecondaryLibrary())
    - Add Public Part for API Reference (the IDE should allow to add the all the classes from the selected folder. You probably will have to select each classes manually. Very problematic when you have a lot of classes from your third-party provider)
    - Build and Deploy
    - Now go to your other project where you want to refer this external library DC
    - Add to the external library DC as used DC (select build and deploy options)
    - Build and Deploy
    - Make sure provider.xml in the sda file has reference to dfc lib (for some reasons the IDE doesn't want to reference the external library DC and just skip it despite the fact that you've selected build and deploy options when you referenced the used DC)
    - If not extract the SDA file, Edit the provider.xml, and zip back. then Build and Deploy

  • API and Third party tools ?

    Hi,
    its not exactly a java related. I need some help regarding understanding of API and Third party tools.
    can anyone give me defination and example of API and THIRD PARTY TOOLS. Also, is API a THIRD PARTY TOOL ?
    Please help me in understanding it properly.
    Thanks

    Hi,
    Hmm.. program code a can be a third party tool, but what you describe is normally not called a tool, but rather a third party library.
    Lets have an example.
    Lets say that I'm building an IDE, and with my IDE I also deliver Ant and JUnit. Both Ant and JUnit are tools that haven't been developed by me, they are third party tools.
    When I develop my IDE I want others to be able to write addins/plugins for it. So I provide an API that lets other call functions within the IDE.
    /Kaj

  • Is the FanControlDaemon folder in /library Apple or third party?

    I was getting constant errors
    kernel[0]: SMC::smcReadKeyAction ERROR TC0D kSMCBadArgumentError(0x89) fKeyHashTable=0x0xffffff802a9a0000
    on my MBP 2011 in Console and my fan was blowing like crazy all the time until I uninstalled all third-party fan software and the f older in the title. Now, I don't know if the folder in the library should be there or not (the assignment 'daemon' is not used much in Mac I don't think) so it's sitting on my desktop for now. But the fan has stopped screaming and I have no more SMC errors on Console.
    I do have a question though. I have free third party widgets (Temperature Monitor) that monitor some temperatures but I don't know how accurate they are. I am a bit confused though. Right now the only visible applications running are Finder, Safari, and Console (well, throw Dashboard in there too) and it's quiet as a mouse. The temperature readings I'm getting are as follows:
    Left Palm Rest 25
    Main Heatsink2 38
    CPU A Proximity 46
    CPU A Temperature Diode 48
    When I have a bunch of applications going that really tax the CPU the last figure can go into the 80's, fan full blast, but always goes back into the 70's or 60's quickly. When everything is at rest it's as above. No other problems except application specific ones like Mail.app.
    I don't understand the difference between the Heatsink and CPU A Proximity and CPU A Temperature Diode. Which one should be concerned more about?
    And, again, can I delete the FanControlDaemon folder or should I put it back?
    Thanks a lot.

    All of the temperatures that you report are normal for the types of usage involved.  I am always concerned about the temperature that has the highest value, which usually is the CPU.  I ignore the rest.
    In regards to 'FanControlDaemon' go to the developers website and get the appropriate uninstall instructions. Sometimes one has to reinstall an application and then follow the uninstall instructions in order to rid the MBP of all its elements.
    Ciao.

Maybe you are looking for

  • Can't download files from my iPad to my windows Pc

    I'm unable to download from my Ipad to my windows PC Tried all support pages, with no luck. iTunes tells me i've got files on iCloud but cannot restore these

  • ERROR MENSAGE FOR PL/SQL

    HI, I4M A PROBLEM... I HAVE A MENSAGE THAT I DON4T HAVE SOLVER... THE MENSAGE THIS: ORA-06508: PL/SQL: nco foi localizada a unidade de programa que esta sendo chamada SOMEONE KNOW THIS PROBLEM... I4M WAITING... THANK YOU...

  • How Do I Keep My Photos on an external drive?

    I was using an external drive to store my iPhoto Library.  When I clicked it to convert it to the Photo app, I started seeing my laptop's hard drive space slowly ticking down.  I had no option to keep my photos on my external drive, it seemed they wh

  • The problem when install Solaris8 in CompaqProliant800

    When I tried to install Solaris8 early access to Compaq Proliant 800 Server, I got the warning message as follow: 1. ACPI RSD PTR at 0xf4f90 has checksum error. 2. int 15h e820h reported ACPI reclaim memory but ACPI table not found. 3. Unsupported Op

  • Puzzled by exam question

    Hi, Below is an exam question I am puzzling over at the moment.... I know the output of this code snippet produces 0 : 0 : 3, but what I dont understand is why! My best guess so far is that the JButton and the JToggleButton are not initialised fully