Package Details: soapui 5.7.0-1

Git Clone URL: https://aur.archlinux.org/soapui.git (read-only, click to copy)
Package Base: soapui
Description: A graphical Java program for inspecting, invoking, monitoring, simulating/mocking and functional/load/compliance/surveillance testing of REST/WADL and SOAP/WSDL-based Web Services over HTTP.
Upstream URL: http://www.soapui.org/
Licenses: EUPL V.1.1
Submitter: dguihal
Maintainer: dguihal
Last Packager: dguihal
Votes: 111
Popularity: 0.002526
First Submitted: 2009-03-16 14:05 (UTC)
Last Updated: 2022-01-22 09:52 (UTC)

Dependencies (3)

Required by (0)

Sources (4)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

class101 commented on 2019-11-22 10:18 (UTC) (edited on 2019-11-22 10:19 (UTC) by class101)

As of now, it works perfectly fine running from the soapui.desktop icon on a system with openjdk8 installed and "source /etc/profile.d/jre.sh"

jleclanche commented on 2019-10-21 23:50 (UTC)

This should be moved to soapui-bin as it downloads a prebuilt binary.

Cirelli94 commented on 2019-06-21 13:49 (UTC)

I'm using: 1 #!/bin/sh
2
3 export PATH=/usr/lib/jvm/java-8-openjdk/jre/bin/:$PATH
4 exec /usr/bin/soapui "$@"

of course java8 installed. It still doesn't work!

Musikolo commented on 2019-05-09 01:53 (UTC)

@edoantonioco, you can have multiple JRE versions simultaneously. To switch one another, please check the steps at https://wiki.archlinux.org/index.php/Java#Switching_between_JVM

frealgagu commented on 2019-05-09 01:32 (UTC)

The workaround is to use jre8

edoantonioco commented on 2019-05-09 01:22 (UTC)

I have openjdk 11 installed and soapui doesnt work. Can this be fixed? or a workaround that is known that works?

Musikolo commented on 2019-04-09 04:17 (UTC)

@jc-aur, apparently the issue is caused because that class was deprecated in Java 9. So, it's probably worth trying Java 9. You can see more details at https://community.smartbear.com/t5/SoapUI-Open-Source/Testrunner-throws-java-lang-NoClassDefFoundError-sun-misc/td-p/175830

I hope it helps.

jc-aur commented on 2019-04-08 17:19 (UTC)

Whenever I try to run this program I get "Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: sun/misc/BASE64Decoder" warning from the console, although OpenJDK 10 is installed and set as default via archlinux-java command, am I missing something?

el_aur commented on 2019-03-22 15:51 (UTC)

checksums are wrong in PKGBUILD

dguihal commented on 2019-03-07 21:33 (UTC)

Oups my bad ... I forgot to commit the soapui file ... Sorry