- new File(FTLReport.class.getClassLoader().getResource(TEMPLATE_PATH).toURI()) throws an exception in java 25 if the path is a UNC-path
FYI: The version 25.0.1 is correctly detected. Perhaps it is just a problem with the comparison operator "greater than" or "greater than or equal to".
Java 25 is not detected
- replaced call of method getResouce by getClassLoader().getResource to avoid conflicts with Java's module style
- replaced call of method getResouce by getClassLoader().getResource to avoid conflicts with Java's module style
- replaced call of method getResouce by getClassLoader().getResource to avoid conflicts with Java's module style
Hello, a simple fix reads if (!isset($callback_2)) { // create_function has been removed in php8 --> replaced by anonymous function //$callback_2 = create_function('$matches', 'return "[" . str_replace("|", "", $matches[1]) . "]";'); $callback_2 = function($matches) { return (count($matches) > 1) ? "[" . str_replace("|", "", $matches[1]) . "]" : "[]"; }; } regards Micha
- add MGI for Bosnia, cf. https://github.com/loesler/applied-geodesy/issues/169
- check for singular matrix an apply pseudo-inverse (if necessary) during approximation estimation
Changed path to libs
- increase resolution of exported parameters
- increase version number v20201027
- add variance of unit weight and degree of freedom to exported parameter file
- remove compiler warnings
Hi, currently, JDistLib does not support Java's module-concept Jigsaw and, thus, does not contain a module-info . Is it possible, to provide an official module version of JDistLib? kind reagrds Micha
Hello, my compiled version is currently under review. For that reason, it is not public yet. However, I uploaded/attached my solution (temporary) here. Please let me know, if it works for you. kind regards Micha
Thank you Fred for helping me!
Hello, You could omit the org.hsqldb.lib from the org.hsqldb module and see if it works. I removed exports org.hsqldb.lib; from the module-info but the error still occurs, Error occurred during initialization of boot layer java.lang.LayerInstantiationException: Package org.hsqldb.lib in both module org.hsqldb and module org.hsqldb.cmdline The same error occurs also for the resources package, i.e., Error occurred during initialization of boot layer java.lang.LayerInstantiationException: Package org.hsqldb.resources...
Hello, I added the required classes taken from the lib package to the Sqltool. Now, I get the error: *Error occurred during initialization of boot layer java.lang.LayerInstantiationException: Package org.hsqldb.lib in both module org.hsqldb.cmdline and module org.hsqldb * module org.hsqldb.cmdline { exports org.hsqldb.cmdline; exports org.hsqldb.cmdline.sqltool; requires java.logging; requires java.sql; } and module org.hsqldb { exports org.hsqldb.auth; exports org.hsqldb.jdbc; exports org.hsqldb.jdbc.pool;...
Hello, I've try to follow your instructions but I was not able to compile HSQLDB and the Sqlool as separated modules. The problem is/was the resource bundles of the Sqltool, i.e., a MissingResourceException is thrown. I was unable to get access to the properties files inside the package (the files themselves exist). However, I was able to compile a combined version of HSQLDB and Sqltool as module, if I changed the getResourceAsStream call in RefCapablePropertyResourceBundle#getMostSpecificStream,...
Hello, I've try to follow your instructions but I was not able to compile HSQLDB and the Sqlool as separated modules. The problem is/was the resource bundles of the Sqltool, i.e., a MissingResourceException is thrown. I was unable to get access to the properties file inside the package (the files themselves exist). However, I was able to compile a combined version of HSQLDB and Sqltool as module, if I changed the getResourceAsStream call in RefCapablePropertyResourceBundle#getMostSpecificStream,...
Hmm, okay, thank you for your reply. I don't like to compile it by my own because I have to do it every time a newer version is available. It doesn't feel like a final solution. ;-)
Hello, I'd like to use the HSQLDB and the SQLFile class, taken from the SQL tool, in my application. If I add both to my module-info.java, i.e., requires hsqldb; requires sqltool; an errors is thrown: Error occurred during initialization of boot layer java.lang.module.ResolutionException: Module hsqldb contains package org.hsqldb.lib, module sqltool exports package org.hsqldb.lib to hsqldb How to set up the module-info.java to use both parts together in application? Any suggestions? regards Mich...
Okay, thank you very much for this information. regards and keep well Micha
Hello, I wonder about the version 0.5.1 of JDistLib at mvnrepository. Is it an offical version of this library? kind regards Micha
- corrected value of a-posteriori variance of unit weight w.r.t. to a-priori value
- correcting estimation of variance of minor axis
- remove print statement
- check number of equations to allocate matrix space during estimation of Cww = BCB'
- switch to java 8
- added Dutch file translated by Bas Altena
- added Dutch file translated by Bas Altena
- added Dutch file translated by Bas Altena
- remove old files
- remove base database
- add option for applying sigma2apost
- Bestimme 3D-Strecke anstelle des 2D-Abstandes
Thank you for your effort.
- Replace CTRL_MASK by CTRL_DOWN_MASK (see: https://docs.oracle.com/javase/9/docs/api/java/awt/event/InputEvent.html#CTRL_MASK)
- Update URI
- Replace CTRL_MASK by CTRL_DOWN_MASK (see: https://docs.oracle.com/javase/9/docs/api/java/awt/event/InputEvent.html#CTRL_MASK)
- Korrekturen in engl. Sprachdatei
- Lib-Austausch hsqldb.jar
- v20180430
- Beruecksichtigung des geschaetzten Varianzfaktors ist optional waehlbar
Hello, I can confirm this issue. I use the epsg database and get the following warning (using java 9 and hsqldb 2.4.1): ... INFORMATION: dataFileCache commit end WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.hsqldb.persist.RAFileNIO (file:/D:/lib/hsqldb.jar) to method java.nio.DirectByteBuffer.cleaner() WARNING: Please consider reporting this to the maintainers of org.hsqldb.persist.RAFileNIO WARNING: Use --illegal-access=warn to enable warnings...
BUILD 20180909
- add iteration for NTv2 inv trans
- remove iteration steps from invtrans method
- removed compiler warnings due to new java version
- removed compiler warnings due to new java version
Hello Fred, thank you for your reply and for fixing this issue. /Micha
Handling of pos./neg. infinity values in HSQLDB 2.4.1
Wrong range of supported JRE for launching Launch4J
- Hinweisnachricht auf neue Version hinzugefuegt
Launching application using Java 9 (32 bit) on windows 7 failed
Hello Fred, thank you for your reply! I will try your suggestion and cast the values. regards Micha
Hello, has someone notice my posting and was able to reproduce the behavior? Are more information needed, e.g.: + OS: WIN7 as well as WIN10 + HSQLDB: 2.4.0 + JAVA: java version "9.0.1"; Java(TM) SE Runtime Environment (build 9.0.1+11); Java HotSpot(TM) 64-Bit Server VM (build 9.0.1+11, mixed mode) I'm looking forward to a reply. regards Micha
Hello, it seems to be a problem, if a NaN/Infinity value is inserted/updated to a DOUBLE column by a MERGE INTO statement. Whereas a pure INSERT or UPDATE handles NaN/Infinity values correctly, the MERGE INTO statement runs in a SQLDataException, i.e.: * java.sql.SQLDataException: data exception: invalid character value for cast* The following code demonstrate my current problem: import java.sql.Connection; import java.sql.DriverManager; import java.sql.PreparedStatement; public class MergeIntoTest...
- Typ-Korrektur beim Vergleich mittels equals()
- Erweiterung der Sprachdateien
- Redundanzanteil der Varianzkomponenten wird nicht gerundet gespeichert
BUILD: 20180125
- Korrektur bei der Bestimmung der Naeherungswerte der Orientierungsunbekannten (nach Umsortierung fuer PCA) durch doppelten Aufruf
- Compiler einstellungen auf 1.7 explizit gesetzt
- BUILD: 20180109
- Nutze expliziten NS fuer XML-Dateien (alter Stand) um Fehler beim Import zu umgehen, vgl. http://forum.derletztekick.com/index.php?id=3195
- Ausgabe der Freiheitsgrade auf drei Stellen bei Teststatistiken
- DB angepasst v1.30
- DB-Version auf 1.30 gesetzt und GNSS-Gruppeneinstellungen angepasst
- Entfernen von nicht mehr benoetigten Code
- Streckenabhaenigen Ansatz zur Bestimmung der Unsicherheiten von GNSS-Basislinienkomponenten hinzugefuegt
- Korrektur der Fehlermeldung
- Pruefung, ob Teststatistik den Wert 'unedlich' besitzt (z.B. bei nicht-Redundanten Ausgleichungen) um FormatException abzufangen
- FractionCellEditor hinzugefuegt, der mehr Stellen im Editiermodus der Tabelle anzeigt
- Freemarker 2.3.27
- TrimToSize entfernt, da Datensaetze sonst (optisch) ueberschrieben werden beim Duplizieren
- Duplizieren von Defo.-Ties hinzugefuegt
- Duplizieren von Defo.-Ties hinzugefuegt
- CAST INTEGER aus RegExp zur Bestimmung der nachsten freien Punktbezeichnung
- Kontextmenue erweitert um "Duplizierung" von Daten
- CoordTrans
- BUILD: 20171110
- Umrechnung der Winkel korrigiert (vgl. http://forum.derletztekick.com/index.php?id=3182)
- BUILD: 20171030
- Null-Pointer beim Import via TreeMenu abgefangen, wenn keine Streckeninformation vorhanden ist
BUILD: 20171007
- Info-Datei erweitert um eine Spalte, die Anzahl der Beobachtungen enthaelt (bspw. fuer statistische Auswertungen)
- Beruecksichtigung der Strecke zur Bildung der Messunsicherheiten bei allen Beobachtungstypen beim Import via TreeMenu
- Variablenbezeichnung korrigiert
- DB-Version korrigiert
- Defaultwerte in DB eingefuegt
- BUILD 20171001
- Rangdefekt-Analyse hinzugefuegt
- Erfassung der abgeleiteten Parameter (Quaternion --> Drehwinkel) um korrekte Anzahl an Zusatzparameter zu bestimmen
- Umstellung auf Enum fuer Plottypen
- Icon in UI-Leiste hinzugefuegt
- Icon in UI-Leiste hinzugefuegt
- Erweiterung der DB 1.29