Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zaro/jdde-bundle
Maven artifact for http://jdde.pretty-tools.com/
https://github.com/zaro/jdde-bundle
Last synced: 20 days ago
JSON representation
Maven artifact for http://jdde.pretty-tools.com/
- Host: GitHub
- URL: https://github.com/zaro/jdde-bundle
- Owner: zaro
- License: apache-2.0
- Created: 2016-07-16T11:58:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-08T09:55:27.000Z (4 months ago)
- Last Synced: 2024-11-01T15:37:15.440Z (2 months ago)
- Language: C++
- Size: 209 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ABOUT
[JDDE](http://jdde.pretty-tools.com/) , packaged as maven artifact.
> JDDE is JNI based FREE open source Java library which allows Java applications to communicate with native applications on Windows platform via Dynamic Data Exchange (DDE) protocol.
Additionally if the native libraries cannot be loaded from java.library.path, this version will load them from the jar.
To extract the bundled native libraries you can use :
......
org.apache.maven.plugins
maven-dependency-plugin
unpack
prepare-package
unpack
com.pretty-tools
jdde-bundle
2.0.3
jar
com/pretty_tools/dde/*.dll
${project.build.directory}/jdde
.....
## LICENSE
Apache License, Version 2.0.
see http://jdde.pretty-tools.com/downloads.php for more details.
## AUTHORS
Alexander Kozlov ([email protected])
Svetlozar Argirov ([email protected])