[go: up one dir, main page]

Activity for TomK

  • TomK TomK posted a comment on ticket #54

    Forgot to mention: I tried this with judoshiai_4.1.1-1_amd64.deb

  • TomK TomK created ticket #54

    Installation on Fedora 40 not possible

  • TomK TomK created ticket #255

    FlatXmlWriter doesn't export LocalDateTime value properly

  • TomK TomK created ticket #1611

    Functions returning a table are returned with DatabaseMetaData.functionNoTable instead of functionReturnsTable

  • TomK TomK posted a comment on ticket #127

    Well, not even the Apache's legal department is certain if they are allowed to bundle the JDK with NetBeans (as the Apache license is not compatible with the GPL). So as a private person I will not risk a lawsuit from Oracle - but this is getting off-topic now.

  • TomK TomK posted a comment on ticket #127

    Due to the GPL licence of the JDK it's not always possible to bundle the JRE with an application (e.g. when the application is using a license that is not compatible with the GPL, such as Apache or BSD). And many JDK distributions don't use the registry anymore. I think the ability to supply multiple paths, and then Launch4j simply picks the first one with a valid JRE without validating the version would be OK. @warren: you could use a symlink for that

  • TomK TomK modified a comment on ticket #197

    There is an open ticket for allowing to check the JRE through environment variables in addition to a bundled JRE: https://sourceforge.net/p/launch4j/feature-requests/127/

  • TomK TomK posted a comment on ticket #197

    There is an open ticket for allowing too check the JRE through environment variables in addition to a bundled JRE: https://sourceforge.net/p/launch4j/feature-requests/127/

  • TomK TomK posted a comment on ticket #127

    Especially in the light of the JDKs distributed by https://adoptopenjdk.net/ or http://jdk.java.net/ that don't use installers any more (plain ZIP files), the registry entries are getting more and more irrelevant. JAVA_HOME should definitely be checked. Ideally it should be possible to configure specific environment variables that should be check e.g. JAVA_HOME first, then JDK_HOME, then JRE_HOME, and then maybe even "MY_APP_JAVA_HOME" Ideally, if everything fails, searching the PATH for a java.exe...

  • TomK TomK posted a comment on ticket #177

    When using the debug option of Launch4j it seems obvious where this goes wrong: Java min ver: 1.8.0 Java max ver: 64-bit search: SOFTWARE\JavaSoft\Java Runtime Environment... 32-bit search: SOFTWARE\JavaSoft\Java Runtime Environment... 64-bit search: SOFTWARE\JavaSoft\Java Development Kit... 32-bit search: SOFTWARE\JavaSoft\Java Development Kit... 64-bit search: SOFTWARE\JavaSoft\JRE... 32-bit search: SOFTWARE\JavaSoft\JRE... 64-bit search: SOFTWARE\JavaSoft\JDK... Check: SOFTWARE\JavaSoft\JDK\9...

  • TomK TomK created ticket #177

    Launch4J doesn't accept Java 9 JDK

  • TomK TomK posted a comment on discussion Help

    Postgres always returns a Boolean - even for a bit(10) column. Doesn't make much...

  • TomK TomK posted a comment on discussion Help

    It seems that ResultSet.getObject() always tries to cast the value to a Boolean regardless...

  • TomK TomK posted a comment on discussion Help

    Where can I find information about synonyms in the system catalogs. I can't find...

  • TomK TomK created ticket #1433

    Wrong update when using subselects

  • TomK TomK posted a comment on discussion Help

    The (integrated) INI file for my launcher contains the option: vm.heapsize.max.percent=50...

  • TomK TomK posted a comment on discussion Help

    SQL Workbench uses whatever the driver returns from DatabaseMetaData.getIdentifierQuoteString()...

  • TomK TomK posted a comment on discussion Help

    An identifier with special characters is quoted using double quotes in SQL. Why is...

  • TomK TomK posted a comment on discussion Open Discussion

    Thanks for the answer. But + for String concatenation is non-standard SQL. Any particular...

  • TomK TomK posted a comment on discussion Open Discussion

    The drivers rejects the following (correct) query with a very weird error message:...

  • TomK TomK posted a comment on discussion Users

    @JuanCarlos: Liquibase does support "plain old sql": http://www.liquibase.org/do...

  • TomK TomK posted a comment on discussion Help

    Me: Slaps his forehead and goes quietly his way... (Sorry for the noise)

  • TomK TomK posted a comment on discussion Help

    Hmm, the example in the manual seems to confirm that the syntax I posted is correct:...

  • TomK TomK posted a comment on discussion Help

    Hi, I was playing around with table functions and created this simple example: create...

  • TomK TomK posted a comment on discussion Help

    constraints are not deferrable up to version 2.3.x I know. That's why I think it...

  • TomK TomK posted a comment on discussion Help

    I noticed that DatabaseMetaData.getExportedKeys() (didn't check getImportedKeys())...

  • TomK TomK posted a comment on discussion Help

    I'm using this information in SQL Workbench/J to reconstruct the complete SQL for...

  • TomK TomK posted a comment on discussion Help

    Thanks for the quick answer. I just realized I pasted the wrong code for 2) grant...

  • TomK TomK posted a comment on discussion Help

    When I try to open a JDBC connection to the .mdb files that can be downloaded from:...

  • TomK TomK posted a comment on discussion Help

    Consider the following code: Statement stmt = con.createStatement(); stmt.executeUpdate("create...

  • TomK TomK posted a comment on discussion Help

    Thanks for the quick answer. I'm aware that it's not very efficient. But still: it...

  • TomK TomK posted a comment on discussion Help

    The following CTE is valid as far as I can tell (works in Postgres) but fails with...

  • TomK TomK posted a comment on discussion 01 SFK Help

    Hello, when using sfk list -dir . -file .txt -sort all txt files in all subdirectories...

1