facebook

Trouble shooting

  1. MyEclipse IDE
  2.  > 
  3. Off Topic
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #298443 Reply

    Hi all,

    I want to configure my Tibco webproject with my eclipse i utilize the tomcat 6 as a webserver.
    my project contain ssojni.dll and toher dll and some jar file like ssoejb.jar.
    when i started tomcat it run sucessfully but when i start my application it gives error at console that can not find java.library.path for ssojni.dll

    than i include this dll in project build path by rightclick on project—buildpath–javaBuildpath–add class folder.

    now i am geting error that can not find dependent library

    give solution how can i include ssojni.dll and dependent dll in my project.

    note: my project is working fine when i run tomcat from the batch file but it is not working when i start tomcat from myeclipse work space

    #298473 Reply

    Loyal Water
    Member

    I’m afraid I have never worked with native libs. This is not a MyEclipse problem but rather a general programming question. The users on our software development forum would be able to help you out.

    #298474 Reply

    Loyal Water
    Member

    Moving to Off Topic >> Software Development.

    #298487 Reply

    I know that this is not a myeclipse problem but my question is how can i configure dll file with the myeclipse ?

    #298518 Reply

    ernestz
    Member

    The configuration for the embedded MyEclipse Tomcat6, at least up to 6.6, excludes all Windows Path information. I don’t know about 7.x, but I suspect it is the same.

    You can add the path to your DLLs in the Tomcat6 configuration using Windows -> Preferences -> MyEclipse Enterprise Workbench -> Servers -> Tomcat -> Tomcat 6.x -> Paths -> Append to library path -> Add DIR.

    I would think it should default to the current user’s PATH, but it does not.[/img]

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: Trouble shooting

You must be logged in to post in the forum log in