Package Details: uyap 5.4.16-1

Git Clone URL: https://aur.archlinux.org/uyap.git (read-only, click to copy)
Package Base: uyap
Description: UYAP Dokuman Editor, UYAP Sablon Editor
Upstream URL: https://uyap.gov.tr/UYAP-Editor
Licenses: custom
Submitter: oltulu
Maintainer: ismet
Last Packager: osmank3
Votes: 2
Popularity: 0.000000
First Submitted: 2018-05-15 17:32 (UTC)
Last Updated: 2026-01-05 08:03 (UTC)

Dependencies (5)

Required by (0)

Sources (2)

Latest Comments

ismet commented on 2026-01-06 15:14 (UTC)

Hi @osmank3, Could you please consider changing the dependency from java-environment to java-runtime?

Since UYAP is a pre-compiled application, it strictly needs a runtime environment (JRE), not the full development kit (JDK). Changing this would: 1. Allow users to install lighter JRE packages instead of forcing a full JDK installation. 2. Save disk space for most users who do not need development tools. 3. Remain fully compatible for existing users, as jdk11-openjdk already provides java-runtime=11.

ismet commented on 2026-01-06 13:27 (UTC) (edited on 2026-01-06 13:27 (UTC) by ismet)

If you are using a newer Java version (JDK 21+) as your system default, this app will crash with an "InaccessibleObjectException".

Here is how to run it with Java 11 without changing your system-wide configuration:

  1. Install JDK 11: sudo pacman -S jdk11-openjdk

  2. Edit the launch scripts: sudo nano /usr/bin/uyapeditor and sudo nano /usr/bin/uyapsablon

  3. Add the following line to the top, right after "#!/bin/bash": export PATH=/usr/lib/jvm/java-11-openjdk/bin:$PATH

NOTE: Simply setting JAVA_HOME as an environment variable (e.g., in a .desktop file) does not work. This is because the script calls the java command directly, which resolves to the system's default Java version unless the PATH is explicitly modified within the script.

osmank3 commented on 2023-01-19 10:25 (UTC) (edited on 2023-01-19 19:22 (UTC) by osmank3)

Cause of SSL error is website broken ssl chain. DLAGENTS workaround is not work after some updates.

I w̶i̶l̶l̶ updated source address with Pardus repos, thank you for Pardus repo address.

ahmetlii commented on 2023-01-19 09:45 (UTC) (edited on 2023-01-19 09:47 (UTC) by ahmetlii)

when downloading the source, I get: curl: (35) OpenSSL/3.0.7: error:0A000152:SSL routines::unsafe legacy renegotiation disabled

also, downloading the file from Pardus repos might be easier than using direct link, as it's listed with version number.

Leopard commented on 2022-10-12 22:12 (UTC)

Thanks, it works with jre-openjdk8.

osmank3 commented on 2022-10-11 11:51 (UTC)

Can you try with older java versions (8) I try with jre-openjdk8 it is working correctly.

Leopard commented on 2022-10-10 18:55 (UTC) (edited on 2022-10-10 18:56 (UTC) by Leopard)

It doesn't work.

1-) While PKGBUILD has this those sh's are nowhere to be found.

mv "${srcdir}"/usr/share/UYAPEditor/dokuman.sh "${srcdir}"/usr/bin/uyapeditor mv "${srcdir}"/usr/share/UYAPEditor/sablon.sh "${srcdir}"/usr/bin/uyapsablon

2-) Trying to start app within /usr/bin/uyapeditor dies with this.

/usr/share/UYAPEditor/.:/usr/share/UYAPEditor/editor_laf.jar:/usr/share/UYAPEditor/editor_lib2.jar:/usr/share/UYAPEditor/editor_lib.jar:/usr/share/UYAPEditor/editor_updater.jar:/usr/share/UYAPEditor/editor_utility.jar:/usr/share/UYAPEditor/jai_hvl.jar:/usr/share/UYAPEditor/jdom.jar:/usr/share/UYAPEditor/updater.jar 2022-10-10 21:47:09 ROOT INFO [main] [null:-1] IWPConnector: tr.com.havelsan.uyap.system.editor.common.ag@5c1a8622 2022-10-10 21:47:09 ROOT INFO [main] [null:-1] Application Connector = tr.com.havelsan.uyap.system.editor.common.ag 2022-10-10 21:47:09 ROOT INFO [main] [null:-1] [Conn] Is Local Appmanager : true 2022-10-10 21:47:09 ROOT INFO [main] [null:-1] Java Version = 18, Operating System = Linux java.lang.ExceptionInInitializerError at com.thoughtworks.xstream.XStream.setupConverters(XStream.java:989) at com.thoughtworks.xstream.XStream.<init>(XStream.java:592) at com.thoughtworks.xstream.XStream.<init>(XStream.java:514) at com.thoughtworks.xstream.XStream.<init>(XStream.java:483) at com.thoughtworks.xstream.XStream.<init>(XStream.java:429) at com.thoughtworks.xstream.XStream.<init>(XStream.java:396) at com.alee.utils.XmlUtils.initializeXStream(XmlUtils.java:90) at com.alee.utils.XmlUtils.getXStream(XmlUtils.java:77) at com.alee.utils.XmlUtils.processAnnotations(XmlUtils.java:141) at com.alee.managers.language.LanguageManager.initialize(LanguageManager.java:304) at tr.com.havelsan.uyap.system.editor.common.WPAppManager.main(Unknown Source) Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make field private final java.util.Comparator java.util.TreeMap.comparator accessible: module java.base does not "opens java.util" to unnamed module @12d2ce03 at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:354) at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:297) at java.base/java.lang.reflect.Field.checkCanSetAccessible(Field.java:180) at java.base/java.lang.reflect.Field.setAccessible(Field.java:174) at com.thoughtworks.xstream.core.util.Fields.locate(Fields.java:40) at com.thoughtworks.xstream.converters.collections.TreeMapConverter.<clinit>(TreeMapConverter.java:50) ... 11 more Exception in thread "main" java.lang.NullPointerException: Cannot invoke "com.thoughtworks.xstream.XStream.processAnnotations(java.lang.Class)" because the return value of "com.alee.utils.XmlUtils.getXStream()" is null at com.alee.utils.XmlUtils.processAnnotations(XmlUtils.java:141) at com.alee.managers.language.LanguageManager.initialize(LanguageManager.java:304) at tr.com.havelsan.uyap.system.editor.common.WPAppManager.main(Unknown Source)

extra/jre-openjdk 18.0.2.1.u0-1 installed.

oltulu commented on 2019-07-06 08:39 (UTC)

https://sourceforge.net/projects/ay-linux/files/Aylinux_Depo/uyap-4.1.12-1-x86_64.pkg.tar.xz/download

ismet commented on 2019-07-03 19:42 (UTC)

==> Starting build()... Could not open file "UKI_V4.1.10/UKI_V4.1.10.exe" Done with 1 error. ==> ERROR: A failure occurred in build(). Aborting...