Package Details: mqtt-spy 1.0.1-1

Git Clone URL: https://aur.archlinux.org/mqtt-spy.git (read-only, click to copy)
Package Base: mqtt-spy
Description: An open source desktop & command line utility intended to help you with monitoring activity on MQTT topics
Upstream URL: https://github.com/eclipse/paho.mqtt-spy
Licenses: EPL-v10
Submitter: manchoz
Maintainer: manchoz
Last Packager: manchoz
Votes: 7
Popularity: 0.000000
First Submitted: 2017-09-11 22:05 (UTC)
Last Updated: 2018-06-17 13:28 (UTC)

Dependencies (2)

Required by (0)

Sources (3)

Latest Comments

fengch commented on 2020-08-14 03:12 (UTC) (edited on 2020-08-14 03:28 (UTC) by fengch)

diff --git a/PKGBUILD b/PKGBUILD
index 18c9957..52c9241 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ arch=("any")
 url="https://github.com/eclipse/paho.mqtt-spy"
 license=('EPL-v10')
 groups=()
-depends=('java-runtime' 'java-openjfx')
+depends=('java8-openjfx' 'jre8-openjdk')
 makedepends=()
 checkdepends=()
 optdepends=()
@@ -26,7 +26,7 @@ source=("https://github.com/eclipse/paho.$pkgname/releases/download/$pkgver$_pkg
         $pkgname.sh
         $pkgname.desktop)
 sha256sums=("c876f974be43af137b3372c04b43f6aef50160bff905da160189c7cca6c4912a"
-            "045ddc38a3e96f04592f3dfc57d36029d23aea8faa2db0dfe3119a4d3b38d94c"
+            "38efc1a7ddb27ce7c88bcc50ab5f04915dd70907f764ec0e56f5ac9a861ed810"
             "fa49e3b18c61eb0af9c562aa94208f3ecf9c1869e81b81cb84fef1b8450c1aa1")

 prepare() {
diff --git a/mqtt-spy.sh b/mqtt-spy.sh
index 545d7e5..e30e7d5 100644
--- a/mqtt-spy.sh
+++ b/mqtt-spy.sh
@@ -1,2 +1,2 @@
 #!/bin/sh
-exec /usr/bin/java -jar '/usr/share/java/mqtt-spy/mqtt-spy.jar' "$@"
+exec /usr/lib/jvm/java-8-openjdk/jre/bin/java -jar '/usr/share/java/mqtt-spy/mqtt-spy.jar' "$@"

fatnafe commented on 2020-04-30 19:05 (UTC) (edited on 2020-04-30 19:11 (UTC) by fatnafe)


# mqtt-spy  
Error: Could not find or load main class pl.baczkowicz.mqttspy.Main

Any one getting the above error:


sudo pacman -S java8-openjfx

fixed it for me

magenbrot commented on 2020-01-24 20:44 (UTC)

I've the same problem. The application won't start.

Horus commented on 2019-11-17 09:40 (UTC)

I get:

~ % mqtt-spy  
Error: Could not find or load main class pl.baczkowicz.mqttspy.Main

when trying to start.

manchoz commented on 2018-06-17 13:29 (UTC)

@OhadEytan, thank you for reporting.

manchoz commented on 2018-06-17 13:28 (UTC)

Hi @mkeedlinger, should be fixed, now.

mkeedlinger commented on 2018-06-16 20:07 (UTC)

Every time I try to install (with trizen) I get the following error:

==> Retrieving sources...
  -> Downloading mqtt-spy-1.0.1-beta-b18-jar-with-dependencies.jar...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404 Not Found
==> ERROR: Failure while downloading https://github.com/eclipse/paho.mqtt-spy/releases/download/1.0.1/mqtt-spy-1.0.1-beta-b18-jar-with-dependencies.jar

OhadEytan commented on 2018-04-01 12:03 (UTC)

You should add java-openjfx as a dependency.