All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pfvieh.dbus-java.2.7.1.source-code.DBusViewer.bat Maven / Gradle / Ivy

Go to download

Improved version of the DBus-Java library provided by freedesktop.org (https://dbus.freedesktop.org/doc/dbus-java/).

There is a newer version: 3.3.2
Show newest version
@echo off
setlocal
set debug=%DEBUG%
set version=%VERSION%
set jarpath=%WINJARPATH%
set javaunixjarpath=%WINUNIXJARPATH%

java -DVersion=%version% -cp %javaunixjarpath%debug-%debug%.jar;%javaunixjarpath%hexdump.jar;%jarpath%dbus.jar;%jarpath%dbus-viewer.jar;%jarpath%dbus-bin.jar org.freedesktop.dbus.viewer.DBusViewer %*

endlocal




© 2015 - 2024 Weber Informatics LLC | Privacy Policy