| |
| | |
| Using your trial version, I am able to generate java classes from an .x file using Jrpcgen. When I try to run the server I get following exception.
[java] Exception in thread ""main"" java.lang.UnsatisfiedLinkError:
no dstnct32 in java.library.path
|
|
| | |
| Product: Distinct RPC for Java | Topic: General | Last updated: 3/26/2008 | | | | Q.: Using your trial version, I am able to generate java classes from an .x file using Jrpcgen. When I try to run the server I get following exception.
[java] Exception in thread ""main"" java.lang.UnsatisfiedLinkError:
no dstnct32 in java.library.path
| A.: This error is peculuar to the trial version.
Make sure the PATH variable available to the copy of the environment you're using contains the path to dstnct32.dll location (normally c:\program files\common files\DistinctShared).
Or, alternatively, if some other scripts you're running alter the PATH variable, you can explicitly set the library path using the -D option of the java interpreter, e.g.
java -Djava.library.path="c:\program files\common files\DistinctShared" C<lassName>
(note there's no space between -D and java.library.path). |
If you did not find what you are looking for:
|
![]()
|
|