Can't Find Libraries

Hi;
I just had to wipe and rebuild my HD. Now, Flash can't find my libraries. I've gone into Preferences/AS3 Scripts and updated libraries to include the path where my com folder is. I've gone to Publish Settings / Flash / AS3 Scripts and done the same, all to no avail. Please advise.
TIA,
beno    

keeden,
You may try the list.
The following is a general list of things you may try when the issue is not in a specific file (you may have tried/done some of them already); 1) and 2) are the easy ones for temporary strangenesses, and 3) and 4) are specifically aimed at possibly corrupt preferences); 5) is a list in itself, and 6) is the last resort.
1) Close down Illy and open again;
2) Restart the computer (you may do that up to 3 times);
3) Close down Illy and press Ctrl+Alt+Shift/Cmd+Option+Shift during startup (easy but irreversible);
4) Move the folder (follow the link with that name) with Illy closed (more tedious but also more thorough and reversible);
5) Look through and try out the relevant among the Other options (follow the link with that name, Item 7) is a list of usual suspects among other applications that may disturb and confuse Illy, Item 15) applies to CC, CS6, and maybe CS5);
Even more seriously, you may:
6) Uninstall, run the Cleaner Tool (if you have CS3/CS4/CS5/CS6/CC), and reinstall.
http://www.adobe.com/support/contact/cscleanertool.html

Similar Messages

  • I want to work with Creative Cloud -Libraries but I can`t find Libraries in Windows menu. What to do?

    I want to work with Creative Cloud -Libraries but I can`t find Libraries in Windows menu. What to do?

    Berit, please specify the OS version and software in which you are trying to find library?
    Make sure you your software is updated to the latest version. Try to reset the preference of the software as mentioned below:
    Photoshop Help | Preferences
    InDesign Help | Setting preferences
    Illustrator Help | Setting preferences
    Let us know if you are still not able to see Library panel in any specific software.
    Atul_Saini

  • Can't find "Libraries" under Windows drop down menu in Adobe Illustrator CC on Mac?

    I was searching forums to solve my issue (as stated in the subject) but could not figure out why I am unable to see "libraries" on my freshly updated Illustrator CC w/ Creative Cloud. I am attempting to use an image captured in Adobe Shape but am unable to because the windows drop-down menu does not show libraries.
    I was wondering if anyone was ever able to help someone solve there issues with this? Any help would be much appreciated.

    Hi simonkirk2012,
    You need to install Illustrator CC2014 which is version 18. You can log off from creative cloud Desktop app and login back and check do you have any option to install AI CC2014. Also please check your operating system meets the requirements for CC2014 version.
    System requirements | Illustrator
    Regards,
    Nikhil Gupta

  • Where can I find libraries for ocapi for Palm

    I want to write my own synchronization program like mSync for Palm OS. I include "ocapi.h" in my project in Metrowerks CodeWarrior, everything is ok, but when compiling the source it show me a link error that ocSessionInit referenced from my function is undefined. I think that I should include a library where the functions are defined.

    I dont use DBSession::sync() but I may try it, i'm working now on how to save the database file in backup file automaticaly and when an error is occured to restore the database file on palm. Because after more serious error when syncing the database crashes. I will wait until oracle will release something new for the new palm os version 5.2 and upper. And the funnyest thing is that Code Warrior is stoped from developing. And oracle libraries are working only with Code Warrior.

  • "Can't find dependent libraries" Query

    I created a sample.dll using VC++ which inturn uses java libraries. I
    was getting 'file.obj : error LNK2001: unresolved external symbol
    __imp__JAWT_GetAWT@8' link error while creating sample.dll even after
    providing jawt.dll path. So used jre/lib/jawt.lib to create the
    sample.dll. I am using this sample.dll to run a java program. While
    running the java program, I am getting the error 'Exception in thread
    "main" ava.lang.UnsatisfiedLinkError: sample.dll: Can't find dependent
    libraries'. If I don't use jawt.lib (by commenting relevant code) to
    create sample.dll, my java program runs fine.
    But I need to use the code relevant to jawt.lib. Any idea how to over
    come Can't find dependent libraries error?

    You need to link against "jawt.lib"
    E.g.
    In VC++ goto
    Projects -> Settings ->Link Tab
    Add jawt.lib to the Object/Library modules and Project Options.

  • Ad iTunes on previous computer, can't find my libraries now I have re-downloaded for new computer. My wedding tunes were on my old iTunes - have I lost them all??

    I had iTunes on previous computer, can't find my libraries now I have re-downloaded for new computer, does this mean I have lost all my music content? My wedding music was on there, and i had paid loads to download stuff. I assumed it was all saved somewhere like hotmail messages. Any ideas, please? Jane

    janiemou wrote:
    I had iTunes on previous computer, can't find my libraries now I have re-downloaded for new computer,
    From your OLD computer...
    Copy your ENTIRE iTunes FOLDER to an External Drive... and then from the External Drive to your New Computer..
    Full Details Here  >  http://support.apple.com/kb/HT1751
    Also see this migrate iTunes library post by turingtest2
    janiemou wrote:
    i had paid loads to download stuff.
    Download Past Purchases
    Sign in with the Apple ID that you used for the original purchase. See which Apple ID you used to download an item.
    2) See if the content is available for redownload. Previously purchased items might not be available if they're no longer on the iTunes Store.
    From  >  http://support.apple.com/kb/HT2519

  • Single Sign On - SAPSSOEXT - Can't find Dependant Libraries

    HI
      I am trying to implrement SSO to another server running in IBM Websphere 5.1
    In my java code System.LoadLibrary fails for SAPSSOEXT and error message is "Can't find Dependant Libraries"
    concerned java code is
    public static String SSO2TICKETLIBRARY = "sapssoext";
    try {
    System.loadLibrary(SSO2TICKETLIBRARY);
      } catch (Throwable e) {
    System.out.println ("Error during initialization of SSO2TICKET:\n" + e.getMessage());
    Both of  sapssoext.dll and sapsecu.dll are in c:\windows\system32 folder and I have downloaded the files relevant to my OS from SAP service marketplace.
    Version of sapsecu.dll 6400.243.0.0
    and version of sapssoext 5.4.28.5
    I have used SAPSECULIB54_3-10002911.SAR
    and SAPSSOEXT_4-10002921.SAR for those files
    OS where IBM websphere is run is Windows 2000
    c:\windows\system32 is very much in the path and undoutably it finds sapssoext.dll. Probably it requires some other dependant dll.
    How can I trace to find which library is missing
    Regards
    Saurav

    I resolved it myself

  • Java.lang.UnsatisfiedLinkError: ocijdbc9.dll: Can't find dependent librarie

    Hi all,
    I have written a simple code to connect to Oracle9i in WindowsXP.
    Oracle is installed and running on Linux machne on the Intranet.
    I have set 'classes12.jar' in classpath and placed following dlls in "C:\WINDOWS\system32" path
    ocijdbc9.dll
    ocijdbc9_g.dll
    heteroxa9.dll
    heteroxa9_g.dll
    Following is the part of code:
    public String dbName = new String("jdbc:oracle:oci8:username/password@sid_192.168.0.128");
    public String dbClassName = new String("oracle.jdbc.driver.OracleDriver");
    Class.forName(dbClassName);
    conection = DriverManager.getConnection(dbName);
    statement = conection.createStatement();
    When I run this code got following errors:
    java.lang.UnsatisfiedLinkError: C:\WINDOWS\system32\ocijdbc9.dll: Can't find dependent libraries
         at java.lang.ClassLoader$NativeLibrary.load(Native Method)
         at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1560)
         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1485)
         at java.lang.Runtime.loadLibrary0(Runtime.java:788)
         at java.lang.System.loadLibrary(System.java:834)
         at oracle.jdbc.oci8.OCIDBAccess.logon(OCIDBAccess.java:262)
         at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:346)
         at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:468)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:314)
         at java.sql.DriverManager.getConnection(DriverManager.java:512)
         at java.sql.DriverManager.getConnection(DriverManager.java:193)
         at menus.SQLShelfManager.openDBconnecton(SQLShelfManager.java:46)
         at menus.SQLShelfManager.main(SQLShelfManager.java:129)
    Exception in thread "main"
    Please guide me, what I am missing? Thanks in advance...

    There are only a very very few and rare good reasons to use the oci8 driver with Java (and I can't remember any of them at the moment). Performance is not one of them. If at all possible, you should use the Type IV (thin) driver instead.
    The classes12.jar (or zip) is for use with Java 1.2 and 1.3. There are different versions of this jar for each version of the database, but they're fundamentally cross-compatible; all the post-8i drivers are supposed to work with all the post-8i databases (and the 8i stuff also mostly works too). There's been a succession of bug fixes and minor functional changes, as well as some very substantial perfromance improvements. If you are developing brand-new code, I very stongly encourage you to use the very latest driver (currently 10.2.0.1, I think). If you are using a Java version greater than 1.3, then you should use the ojdbc14.jar instead (and don't try to use both classes12.jar and ojdbc14.jar, they have the sameclasses in them). I think the 10.2.0.1 ojdb14.jar was the first one certified for Java 1.5, and it's significantly faster than the 9i drivers. Anyone considering an upgrade of drivers should plan to do a good regression test; as mentioned before, there are some very small functional differences. You can download the latest drivers here:
    http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/index.html
    If you insist on using oci, then you probably need to do an Oracle client installation on your Windows box. If you stay with the 9i driver, the full client install is huge; however, you can almost certainly use the 10g "Instant Client", which is a pared-down version, with just the minimal stuff to support an application. That's available here:
    http://www.oracle.com/technology/tech/oci/instantclient/instantclient.html

  • Can't find shared libraries

    I do not have the option to look for shared libraries in the preferences under sharing.  How can I find my library on my other computer?

    I don't have this option either!

  • Dll on Tomcat 6 got UnsatisfiedLinkError ... Can't find dependent libraries

    I created a dll file and it ran with no errors on the command line. But when i deployed it together with the java class file over to Tomcat 6.0\lib and ran it with a web application, Tomcat's log file reported:
    Exception in thread "Thread-12" java.lang.UnsatisfiedLinkError: C:\Program Files\Apache Software Foundation\Tomcat 6.0\lib\Binless.dll: Can't find dependent libraries
         at java.lang.ClassLoader$NativeLibrary.load(Native Method)
         at java.lang.ClassLoader.loadLibrary0(Unknown Source)
         at java.lang.ClassLoader.loadLibrary(Unknown Source)
         at java.lang.Runtime.loadLibrary0(Unknown Source)
         at java.lang.System.loadLibrary(Unknown Source)
         at jni.server.Binless.<clinit>(Unknown Source)
         at org.brainml.analysisserver.queue.ProcessItemThread.run(ProcessItemThread.java:57)
    Here is what I did:
    Step 1: Compile and manifest
    "%MSVCDir%\bin\cl.exe" /I"%JAVA_HOME%\include" /I"%JAVA_HOME%\include\win32" /MD /LD /FeBinless.dll ../info/binless/jni_binless.c ../jni_shared/jni_gen_c.c ../jni_entropy/jni_entropy_c.c ../../entropy/entropy_nsb_c.cpp /link libxml2.lib libgsl.a libgslcblas.a >> binless-out.txt
    mt.exe -manifest Binless.dll.manifest -outputresource:Binless.dll;2
    The operating system is Windows XP and has the following environment variables:
    PATH=%JAVA_HOME%\bin;%LIBXMLDir%\bin;%ICONVDir%\bin;%GNUWINDir%\bin;%WINSDKDir%\bin;%MSVCDir%\bin;%MSVCDir%\..\Common7\IDE;%ZLIBDir%\bin;%systemroot%\system32;%systemroot%;%systemroot%\system32\wbem
    INCLUDE=%WINSDKDir%\include;%GNUWINDir%\include;%MSVCDir%\include;%MSVCDir%\PlatformSDK\include;%JAVA_HOME%\include;%JAVA_HOME%\include\win32;%LIBXMLDir%\include;%ICONVDir%\include;%ZLIBDir%\include
    LIB=%WINSDKDir%\lib;%GNUWINDir%\lib;%MSVCDir%\lib;%MSVCDir%\PlatformSDK\lib;%LIBXMLDir%\lib;%ICONVDir%\lib;%ZLIBDir%\lib
    where:
    GNUWINDir=c:\project\lib\GnuWin32
    ZLIBDir=c:\project\lib\zlib
    ICONVDir=c:\project\lib\iconv
    LIBXMLDir=c:\project\lib\libxml2
    WINSDKDir=C:\Program Files\Microsoft SDKs\Windows\v6.0A
    MSVCDir=C:\Program Files\Microsoft Visual Studio 9.0\VC
    Step 2: Compile the Java jni code
    javac -d ..\classes ..\server\Binless.java
    Step 3: Ran the code
    java -classpath ..\classes jni.test.test_binless
    Successful with no errors.
    Step 4: Copied Binless.dll and Binless.class in a jar file (Binless.dll NOT in the jar file) to Tomcat 6.0\lib, and then ran a web application that called the Binless class.
    Got UnsatisfiedLinkError (see above) in Tomcat's log file.
    Am I missing something? Any help is greatly appreciated. Thank you.

    Problem:- Hi i was trying to gererate a dll through make file using CL command using visual studio 2005 on windows 2008 (64 bit) machine. Although i was able to generate DLL file but while using this DLL file by JNI it was throwing can't find dependent libraries.
    1. I used Dependency walker to check for dependent dll's(error on msvcr80.dll and etc).
    2. On visual studio 2005 there are certain things: Visit link http://msdn.microsoft.com/en-us/library/ms235342(v=vs.80).aspx
    Solution:- I have added mt.exe -manifest ../../generated/MyLibrary.dll.manifest - outputresource:"../../generated/MyLibrary.dll;2" just after CL command ends. it runs successfully....
    cheers
    Abi...

  • Problem with "Unreferenced Symbol", phase 3, Can't find dependent libraries

    now that I got every thing to work on Solaris, see my previous thread,
    I'm bound to move on to Windows.
    I can compile and link my C++ code but when it comes to execution I get an {color:#ff0000}<strong>UnsatisfiedLinkError</strong>{color}, complaining that it {color:#ff0000}<strong>Can't find dependent libraries</strong>{color}.
    I am printing out the java.library.path property before loading my lib and it has the necessary path to all my libs in it.
    Here my 2 questions:
    1.what do I need to do to get this to work on Windows?
    2.is it mandatory that dependent libraries are also .dll's on Windows (the library my native code needs is a .lib)?
    Thomas

    unfortunately, the exception does not say, what is missing:
    Exception in thread "Thread-6" java.lang.UnsatisfiedLinkError: I:\IcsBCM\Spectru
    m9.0\OneClick\CONTINUITY\lib\CronSpec.dll: Can't find dependent libraries
            at java.lang.ClassLoader$NativeLibrary.load(Native Method)
            at java.lang.ClassLoader.loadLibrary0(Unknown Source)
            at java.lang.ClassLoader.loadLibrary(Unknown Source)
            at java.lang.Runtime.loadLibrary0(Unknown Source)
            at java.lang.System.loadLibrary(Unknown Source)
            at MyCronSpec.<clinit>(MyCronSpec.java:20)
            at CronSpec.resolve(CronSpec.java:98)
            at MaintenanceTable.checkOverlap(MaintenanceTable.java:278)
            at MaintenanceTable.run(MaintenanceTable.java:112)
            at java.lang.Thread.run(Unknown Source)the DLL dependency walker shows me, that my DLL depends on LIBGLOBL.DLL, which indeed does not exist.
    So the big question is: why does my DLL reference this DLL?
    Following the output of gmake (compilation and linkage):gmake -f Makefile.i386
    cxx -W/wd4996 -W/wd4430 -W/EHsc -W/GR -W/Zc:wchar_t,forScope-  -D_CRT_SECURE_NO_WARNINGS -W/wd4996
    -D_USE_32BIT_TIME_T -DWIN32_LEAN_AND_MEAN -DWIN32 -D_WIN32_WINNT=0x0400 -DFD_SETSIZE=256
    -DATL_NO_LEAN_AND_MEAN -D__BASEFILENAME__=\\\"MyCronSpec.cc\\\" -DRWDLL -DRW_MULTI_THREAD -DNOMINMAX
    -D__EXTENSIONS__ -DCSEXPORT= -IE:/Java/jdk1.6.0_06/include -IE:/Java/jdk1.6.0_06/include/win32
    -IE:/Spectrum/SDK/include/GLOBL -IE:/Spectrum/SDK/include/PORT  -c -o OBJS.i386/MyCronSpec.o  MyCronSpec.cc
    MyCronSpec.cc
    link /DLL /out:CronSpec.dll OBJS.i386/MyCronSpec.o  E:/Spectrum/lib/libGlobl.lib
    Microsoft (R) Incremental Linker Version 8.00.50727.762
    Copyright (C) Microsoft Corporation.  All rights reserved.
       Creating library CronSpec.lib and object CronSpec.expas can be seen, I'm linking with a library called *libGlobl.{color:#ff0000}lib{color}* (since it contains the C++ code I want to wrap).
    But why/how is this turned into a reference to *libGlobl.{color:#ff0000}dll{color}?*
    Thomas
    PS: my knowledge of compilation/linking/DLLs/etc on Windows if fairly limited....

  • Java.lang.UnsatisfiedLinkError: D:\...*dll: Can't find dependent libraries

    Hello,
    Every time I try run my application I get this:
    Exception in thread "main" java.lang.UnsatisfiedLinkError: D:\Java_przyklady\Met
    ody_macierzyste\HelloNative.dll: Can't find dependent libraries
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1560)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1485)
    at java.lang.Runtime.loadLibrary0(Runtime.java:788)
    at java.lang.System.loadLibrary(System.java:834)
    at HelloNative.<clinit>(HelloNative.java:12)
    at HelloNativeTest.main(HelloNativeTest.java:10)
    This application is example which was provided with book- Core Java 2
    Here is exactly what I have:
    HelloNative.java
    class HelloNative
       public static native void greeting();
       static
          System.loadLibrary("HelloNative");
    }HelloNativeTest.java
    class HelloNativeTest
       public static void main(String[] args)
           HelloNative.greeting();
    }Here is my HelloNative.c
    #include "HelloNative.h"
    #include <stdio.h>
    JNIEXPORT void JNICALL Java_HelloNative_greeting(JNIEnv* env,
       jclass cl)
       printf("Hello world!\n");
    }and HelloNative.h
    /* DO NOT EDIT THIS FILE - it is machine generated */
    #include <jni.h>
    /* Header for class HelloNative */
    #ifndef _Included_HelloNative
    #define _Included_HelloNative
    #ifdef __cplusplus
    extern "C" {
    #endif
    * Class:     HelloNative
    * Method:    greeting
    * Signature: ()V
    JNIEXPORT void JNICALL Java_HelloNative_greeting
      (JNIEnv *, jclass);
    #ifdef __cplusplus
    #endif
    #endifI did:
    javac HelloNative.java (I got HelloNative.class)
    javah HelloNative (I got HelloNative.h)
    gcc -c -D__int64="long long" -Ic:\j2sdk1.4.2\include\ -Ic:\j2sdk1.4.2\include\win32 HelloNative.c (I got HelloNative.o)
    dllwrap --add-stdcall-alias -o HelloNative.dll HelloNative.obut here I got:
    dllwrap: no export definition file provided
    Creating one, but that may not by what you wantand
    HelloNative.dll
    May by I made mistake used dllwrap, what this feedback means for me?
    So, when I did everything what I wrote abow I got:
    HelloNative.class
    HelloNative.h
    HelloNative.o
    HelloNative.dll
    and I run
    HelloNativeTest.class and I got above Error
    I use j2sdk1.4.2 and Windows XP
    Could anybody tell me what I did wrong???
    I will be appreciate

    The "Native Methods" forum is for JNI questions.
    See this thread...
    http://forum.java.sun.com/thread.jspa?forumID=52&threadID=534964

  • Java.lang.UnsatisfiedLinkError.Can't find dependent libraries

    Hello,
    I call in an applet a library "ezmodJava.dll" in order to execute a native method. It works very well in my computer (Windows 98). I've put "ezmodJava.dll" and a dependent library "ezmod.dll" in directory C:\Windows. That works very well.
    Now , i try to run the applet in a station(Windows XP) (in a network). I've installed the libraries "ezmodJava.dll" and "ezmod.dll" in C:\windows, but it doesn't work. I've put them in C:\windows\system and in C:\windows\system32 but no way. The last error i had IS :
    java.lang.UnsatisfiedLinkError: C:\WINDOWS\system32\EzmodJava.dll: Can't find dependent libraries
         at java.lang.ClassLoader$NativeLibrary.load(Native Method)
         at java.lang.ClassLoader.loadLibrary0(Unknown Source)
         at java.lang.ClassLoader.loadLibrary(Unknown Source)
         at java.lang.Runtime.loadLibrary0(Unknown Source)
         at java.lang.System.loadLibrary(Unknown Source)
         at Ezmod.getSolution(Ezmod.java:51)
         at app.validation.algos.lp.LPEzmod.getEzmodSolution(LPEzmod.java:213)
         at app.validation.algos.lp.LPEzmod.solveProblem(LPEzmod.java:85)
         at app.validation.algos.lp.LinearProblem.init(LinearProblem.java:93)
         at app.validation.algos.lp.LinearProblem.<init>(LinearProblem.java:73)
         at app.validation.Evaluation.solveLPProblem(Evaluation.java:1233)
         at app.validation.Evaluation$1.run(Evaluation.java:1061)
    Any help will be appreciated. Thank you too much.

    on your computer you might have multiple copies of the dll. try temporarily renaming the dll...then run the program. if it runs, you know you have another copy somewhere. do a search and find the extra copy...rename it and run your program. your program should fail then and you will find which directory your program is looking in for the dll.
    txjump

  • Please help...Can't find dependent libraries.

    I've searched and read, and tried several things but every time I run my application I get this:
    java.lang.UnsatisfiedLinkError: C:\JBuilderX\Projects\AlwaysOnTop\AlwaysOnTop.dll: Can't find dependent libraries
         at java.lang.ClassLoader$NativeLibrary.load(Native Method)
         at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1560)
         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1485)
         at java.lang.Runtime.loadLibrary0(Runtime.java:788)
         at java.lang.System.loadLibrary(System.java:834)
         at alwaysontop.MainFrame.<clinit>(MainFrame.java:108)
         at alwaysontop.AlwaysOnTopApp.<init>(AlwaysOnTopApp.java:22)
         at alwaysontop.AlwaysOnTopApp.main(AlwaysOnTopApp.java:68)
    Exception in thread "main"
    Here is exactly what I did, maybe someone can spot what I did wong:
    1) Created AlwaysOnTop like this:
    package alwaysontop;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import java.awt.event.*;
    public class MainFrame extends JFrame
    static
       System.loadLibrary("AlwaysOnTop");
       //Runtime.getRuntime().loadLibrary("AlwaysOnTop"); //Tried this too...same thing
      public static native void setWindowAlwaysOnTop(String title, boolean flag);
    ...2) I then built the application
    3) I opened a command prompt and went to the classes directory just on top of alwaysontop directory. It looks like this:
    C:\Projects\AlwaysOnTop\classes\alwaysontop
    So, I was in the C:\Projects\AlwaysOnTop\classes level
    3) Next I generated the header file like this:
    javah -jni -classpath alwaysontop MainFrame
    4) Copied MainFrame.h over to the CPP project area.
    5) Created a C file (not a C++, tried that first, then tried C style after reading something that recomended it). This file looks like this:
    #include "jni.h"
    #include "MainFrame.h"
    #include <stdio.h>
    #include <windows.h>
    #pragma argsused
    int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void* lpReserved)
            return 1;
    JNIEXPORT void JNICALL Java_Win32Native_setWindowAlwaysOnTop(JNIEnv *env, jclass obj, jstring strWindowTitle, jboolean bAlwaysOnTop)
            HWND hwnd = NULL;
            const char *str = (*env)->GetStringUTFChars(strWindowTitle,0);
            hwnd = ::FindWindow(NULL,str);
            (*env)->ReleaseStringUTFChars(strWindowTitle,str);
            if (bAlwaysOnTop)
              SetWindowPos((HWND) hwnd,HWND_TOPMOST,0,0,0,0,SWP_NOMOVE|SWP_NOSIZE);
            else
              SetWindowPos((HWND) hwnd,HWND_NOTOPMOST,0,0,0,0,SWP_NOMOVE|SWP_NOSIZE);
            return;
    }6) Copied the DLL that got generated to thw Windows\System32 directory.
    7) Ran the application from JBuilder.
    8) Got the error...banged head into wall for umteenth time.
    Note that the java.library.path looks like this:
    C:\JBuilderX\jdk1.4\bin;.;C:\WINDOWS\System32;C:\WINDOWS;C:\WINDOWS\SYSTEM32;C:\WINDOWS;C:\WINDOWS\SYSTEM32\WBEM;C:\DMI\WIN32\BIN;C:\Program Files\Microsoft SDK\Bin\.;C:\Program Files\Microsoft SDK\Bin\WinNT\.;C:\JavaSDKs\j2sdk1.4.2_01\bin;C:\Ant\bin; ...
    So the C:\Windows\System32 is there!
    What do I need to do for Java to be able to find the dependant libraries?
    THANKS!

    Make sure your DLL exports a function named exactly
    Java_alwaysontop_MainFrame_setWindowAlwaysOnTop
    without any C++ name mangling or other mismatch. You
    can use a tool like dumpbin for this.
    -slj-
    You might be on to something. I couldn't get dumpbin working (no output...tried several options) so I used another tool and it showed the following as exports:
    Entry Point = 004020F8h
    Ordinal = 1
    Name = __CPPdebugHook
    That is all! The imports look correct, so I think there really is nothing else being exported.
    Here is what my AlwaysOnTop.c file looks like:
    #include "jni.h"
    #include "alwaysontop_MainFrame.h"
    #include <stdio.h>
    #include <windows.h>
    #pragma argsused
    int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void* lpReserved)
            return 1;
    JNIEXPORT void JNICALL Java_alwaysontop_MainFrame_setWindowAlwaysOnTop(JNIEnv *env, jclass obj, jstring strWindowTitle, jboolean bAlwaysOnTop)
            HWND hwnd = NULL;
            const char *str = (*env)->GetStringUTFChars(strWindowTitle,0);
            hwnd = ::FindWindow(NULL,str);
            (*env)->ReleaseStringUTFChars(strWindowTitle,str);
            if (bAlwaysOnTop)
              SetWindowPos((HWND) hwnd,HWND_TOPMOST,0,0,0,0,SWP_NOMOVE|SWP_NOSIZE);
            else
              SetWindowPos((HWND) hwnd,HWND_NOTOPMOST,0,0,0,0,SWP_NOMOVE|SWP_NOSIZE);
            return;
    }My generated header file looks like this:
    /* DO NOT EDIT THIS FILE - it is machine generated */
    #include <jni.h>
    /* Header for class alwaysontop_MainFrame */
    #ifndef _Included_alwaysontop_MainFrame
    #define _Included_alwaysontop_MainFrame
    #ifdef __cplusplus
    extern "C" {
    #endif
    #undef alwaysontop_MainFrame_FOCUS_TRAVERSABLE_UNKNOWN
    #define alwaysontop_MainFrame_FOCUS_TRAVERSABLE_UNKNOWN 0L
    #undef alwaysontop_MainFrame_FOCUS_TRAVERSABLE_DEFAULT
    #define alwaysontop_MainFrame_FOCUS_TRAVERSABLE_DEFAULT 1L
    #undef alwaysontop_MainFrame_FOCUS_TRAVERSABLE_SET
    #define alwaysontop_MainFrame_FOCUS_TRAVERSABLE_SET 2L
    /* Inaccessible static: focusTraversalKeyPropertyNames */
    /* Inaccessible static: LOCK */
    /* Inaccessible static: dbg */
    /* Inaccessible static: isInc */
    /* Inaccessible static: incRate */
    #undef alwaysontop_MainFrame_TOP_ALIGNMENT
    #define alwaysontop_MainFrame_TOP_ALIGNMENT 0.0f
    #undef alwaysontop_MainFrame_CENTER_ALIGNMENT
    #define alwaysontop_MainFrame_CENTER_ALIGNMENT 0.5f
    #undef alwaysontop_MainFrame_BOTTOM_ALIGNMENT
    #define alwaysontop_MainFrame_BOTTOM_ALIGNMENT 1.0f
    #undef alwaysontop_MainFrame_LEFT_ALIGNMENT
    #define alwaysontop_MainFrame_LEFT_ALIGNMENT 0.0f
    #undef alwaysontop_MainFrame_RIGHT_ALIGNMENT
    #define alwaysontop_MainFrame_RIGHT_ALIGNMENT 1.0f
    #undef alwaysontop_MainFrame_serialVersionUID
    #define alwaysontop_MainFrame_serialVersionUID -7644114512714619750i64
    /* Inaccessible static: metrics */
    /* Inaccessible static: class_00024java_00024awt_00024Component */
    /* Inaccessible static: class_00024java_00024awt_00024event_00024ComponentListener */
    /* Inaccessible static: class_00024java_00024awt_00024event_00024FocusListener */
    /* Inaccessible static: class_00024java_00024awt_00024event_00024HierarchyListener */
    /* Inaccessible static: class_00024java_00024awt_00024event_00024HierarchyBoundsListener */
    /* Inaccessible static: class_00024java_00024awt_00024event_00024KeyListener */
    /* Inaccessible static: class_00024java_00024awt_00024event_00024MouseListener */
    /* Inaccessible static: class_00024java_00024awt_00024event_00024MouseMotionListener */
    /* Inaccessible static: class_00024java_00024awt_00024event_00024MouseWheelListener */
    /* Inaccessible static: class_00024java_00024awt_00024event_00024InputMethodListener */
    /* Inaccessible static: class_00024java_00024beans_00024PropertyChangeListener */
    #undef alwaysontop_MainFrame_serialVersionUID
    #define alwaysontop_MainFrame_serialVersionUID 4613797578919906343i64
    /* Inaccessible static: dbg */
    #undef alwaysontop_MainFrame_INCLUDE_SELF
    #define alwaysontop_MainFrame_INCLUDE_SELF 1L
    #undef alwaysontop_MainFrame_SEARCH_HEAVYWEIGHTS
    #define alwaysontop_MainFrame_SEARCH_HEAVYWEIGHTS 1L
    /* Inaccessible static: class_00024java_00024awt_00024Container */
    /* Inaccessible static: class_00024java_00024awt_00024event_00024ContainerListener */
    /* Inaccessible static: class_00024java_00024awt_00024KeyboardFocusManager */
    /* Inaccessible static: systemSyncLWRequests */
    #undef alwaysontop_MainFrame_OPENED
    #define alwaysontop_MainFrame_OPENED 1L
    /* Inaccessible static: nameCounter */
    #undef alwaysontop_MainFrame_serialVersionUID
    #define alwaysontop_MainFrame_serialVersionUID 4497834738069338734i64
    /* Inaccessible static: dbg */
    /* Inaccessible static: class_00024java_00024awt_00024Window */
    /* Inaccessible static: class_00024java_00024awt_00024event_00024WindowListener */
    /* Inaccessible static: class_00024java_00024awt_00024event_00024WindowFocusListener */
    /* Inaccessible static: class_00024java_00024awt_00024event_00024WindowStateListener */
    #undef alwaysontop_MainFrame_DEFAULT_CURSOR
    #define alwaysontop_MainFrame_DEFAULT_CURSOR 0L
    #undef alwaysontop_MainFrame_CROSSHAIR_CURSOR
    #define alwaysontop_MainFrame_CROSSHAIR_CURSOR 1L
    #undef alwaysontop_MainFrame_TEXT_CURSOR
    #define alwaysontop_MainFrame_TEXT_CURSOR 2L
    #undef alwaysontop_MainFrame_WAIT_CURSOR
    #define alwaysontop_MainFrame_WAIT_CURSOR 3L
    #undef alwaysontop_MainFrame_SW_RESIZE_CURSOR
    #define alwaysontop_MainFrame_SW_RESIZE_CURSOR 4L
    #undef alwaysontop_MainFrame_SE_RESIZE_CURSOR
    #define alwaysontop_MainFrame_SE_RESIZE_CURSOR 5L
    #undef alwaysontop_MainFrame_NW_RESIZE_CURSOR
    #define alwaysontop_MainFrame_NW_RESIZE_CURSOR 6L
    #undef alwaysontop_MainFrame_NE_RESIZE_CURSOR
    #define alwaysontop_MainFrame_NE_RESIZE_CURSOR 7L
    #undef alwaysontop_MainFrame_N_RESIZE_CURSOR
    #define alwaysontop_MainFrame_N_RESIZE_CURSOR 8L
    #undef alwaysontop_MainFrame_S_RESIZE_CURSOR
    #define alwaysontop_MainFrame_S_RESIZE_CURSOR 9L
    #undef alwaysontop_MainFrame_W_RESIZE_CURSOR
    #define alwaysontop_MainFrame_W_RESIZE_CURSOR 10L
    #undef alwaysontop_MainFrame_E_RESIZE_CURSOR
    #define alwaysontop_MainFrame_E_RESIZE_CURSOR 11L
    #undef alwaysontop_MainFrame_HAND_CURSOR
    #define alwaysontop_MainFrame_HAND_CURSOR 12L
    #undef alwaysontop_MainFrame_MOVE_CURSOR
    #define alwaysontop_MainFrame_MOVE_CURSOR 13L
    #undef alwaysontop_MainFrame_NORMAL
    #define alwaysontop_MainFrame_NORMAL 0L
    #undef alwaysontop_MainFrame_ICONIFIED
    #define alwaysontop_MainFrame_ICONIFIED 1L
    #undef alwaysontop_MainFrame_MAXIMIZED_HORIZ
    #define alwaysontop_MainFrame_MAXIMIZED_HORIZ 2L
    #undef alwaysontop_MainFrame_MAXIMIZED_VERT
    #define alwaysontop_MainFrame_MAXIMIZED_VERT 4L
    #undef alwaysontop_MainFrame_MAXIMIZED_BOTH
    #define alwaysontop_MainFrame_MAXIMIZED_BOTH 6L
    /* Inaccessible static: nameCounter */
    #undef alwaysontop_MainFrame_serialVersionUID
    #define alwaysontop_MainFrame_serialVersionUID 2673458971256075116i64
    /* Inaccessible static: class_00024java_00024awt_00024Frame */
    #undef alwaysontop_MainFrame_EXIT_ON_CLOSE
    #define alwaysontop_MainFrame_EXIT_ON_CLOSE 3L
    /* Inaccessible static: defaultLookAndFeelDecoratedKey */
    /* Inaccessible static: class_00024alwaysontop_00024MainFrame */
    * Class:     alwaysontop_MainFrame
    * Method:    setWindowAlwaysOnTop
    * Signature: (Ljava/lang/String;Z)V
    JNIEXPORT void JNICALL Java_alwaysontop_MainFrame_setWindowAlwaysOnTop
      (JNIEnv *, jclass, jstring, jboolean);
    #ifdef __cplusplus
    #endif
    #endifDoes anyone see anything wrong with that?
    Maybe I should use another compiler (VC++ maybe)?

  • HssJNIDriver931.dll: Can't find dependent libraries

    what error?
    org.apache.jasper.JasperException: C:\Hyperion\common\ADM\9.3.1\Essbase\9.3.1\bin\HssJNIDriver931.dll: Can't find dependent libraries
    I install this
    essbase server
    essbase client
    essbase admininstrator
    application builder
    tomcat 5.5
    Edited by: [email protected] on 2009. 2. 19 오후 6:35

    Hi,
    Where are you getting the error from ? what product
    You should have a directory :- \Hyperion\common\ADM\9.3.1\Essbase\9.3.1\bin
    which contains HssJNIDriver931.dll and others.
    Cheers
    John
    http://john-goodwin.blogspot.com/

Maybe you are looking for

  • Iphone not working with car headunit

    I have a JVC KW-NX7000 installed in my 2004 Subaru WRX wagon. I must say the head unit is amazing, i love it! I just recently bought a Iphone 3g. I read all the info about both the head unit and phone and then bought a JVC KS-U30 audio/video cable. I

  • Add Ins tab disappears in Word 2007

    Hi - I installed Tutor 14 and I am having problem with the Add In. I am using Word 2007 - and when I create a new Tutor document, I can see the Add In tab at first. But as soon as I update the Document Properties, the Add In tab disappears. What is t

  • Can Apple fix the ban on laptops with Virgin Airlines?

    Virgin has banned Apple and Dell laptops on all flights unless the battery is removed...which of course makes it inoperable unless you are a millionaire passenger in their premium uberclass (then they'll give you an adapter to plug into). I guess the

  • Field Symbols and Dynamic references

    Hello, I have Two internal tables Itab1 and Itab2 which are containing MATNR as field. Itab1-matnr contains the value as 123;456;789. I have two more Field-symbols Var1 and var2 which contains the values as <Var1> = itab1-matnr                       

  • Error: Could not find a JVM

    Hello Great and Powerful answerer of questions. I am trying to learn Java. I have Win98. I have the program called JCreator. When I complile a .java file into a .class file it works fine. However, when I try to do the same under DOS I get: Error: Cou