aspose file tools
The moose likes Web Services and the fly likes How do I use DLL files in Axis? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "How do I use DLL files in Axis?" Watch "How do I use DLL files in Axis?" New topic
Author

How do I use DLL files in Axis?

Matt Dunn
Greenhorn

Joined: Jan 25, 2005
Posts: 2
I am using Java Axis. I have some JARs that reference windows DLL files.

When I run the program in a DOS java client, it works fine. When I run it in Axis, I get "Access Violation" errors.

It seems I don't know where to place and/or configure my Path or Classpath in order to let Axis put the DLLs in the proper sandbox? Not sure if this is the reason for the access violations.

Has anyone used DLLs in the past with Axis and can help me with how to properly configure them?

Much much appreciated. This project of mine has gone on too long.

Best
Matt Dunn
Greenhorn

Joined: Jan 25, 2005
Posts: 2
Any ideas or potential directions to help me properly load native DLLs into the AXis JVM?

Either what I'm asking for no one else is doing.. or it's so n00b that no one else is answering
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: How do I use DLL files in Axis?
 
Similar Threads
error loading dll with java 1.5.0_06
access methods in dll file from JAVA code
Java FX in Swing!
How to create jar file for application using JNI?
UnsatisfiedLinkError in my first JNI program