Donate Share

Java Mozilla Html Parser

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

Windows 7 unsatisfied link error?

You are viewing a single message from this topic. View all messages.

  1. 2009-08-31 02:43:11 UTC
    I have the following code that worked on xp

    final String BASE_PATH = "C:/Users/Steve/workspace/MozillaParser-v-0-3-0/MozillaParser-v-0-3-0/dist/windows/MozillaParser.dll";
    System.out.println("test");
    String mozillaBin = "C:/Users/Steve/workspace/MozillaParser-v-0-3-0/bin";
    MozillaParser.init(BASE_PATH, mozillaBin);


    I set my Paths to components and mozilla bin

    tried setting Djava.library.path=. to my mozillaparser.dll path as same as the base_path above... did not need this for my windows xp

    and i get this error:

    Caused by: java.lang.UnsatisfiedLinkError: C:\Users\Steve\workspace\MozillaParser-v-0-3-0\MozillaParser-v-0-3-0\dist\windows\MozillaParser.dll: Can't find dependent libraries


    any ideas?
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.