' .•` KIΛ.RΛR ’•. '
JCHJava Community | Help. Code. Learn.
•Created by ' .•` KIΛ.RΛR ’•. ' on 9/19/2024 in #java-help
Gradle & Java Version
Im searching for the correct garde & java version to run thsi repo: https://github.com/boazy/TWEditorEnhanced
currently i tried
gradel v8: java 20
7:java20
6.22 java20
6.22 java11
none of these worked ._.
18 replies
JCHJava Community | Help. Code. Learn.
•Created by ' .•` KIΛ.RΛR ’•. ' on 11/29/2023 in #java-help
springframework.validation.BindException: Date
21 replies
JCHJava Community | Help. Code. Learn.
•Created by ' .•` KIΛ.RΛR ’•. ' on 11/28/2023 in #java-help
Java Date Parsing from String with Timezone
how can i parse this string as date? im not sure how to add weekdays and timezone
?? ?? dd HH:mm:ss ?? yyyy
9 replies
JCHJava Community | Help. Code. Learn.
•Created by ' .•` KIΛ.RΛR ’•. ' on 11/25/2023 in #java-help
Thymeleaf Iteration with buttons, every button onclick gets called simultaniosly
Foreach has 12 items, they all get displayed with correct id, but when i tap on a button the onlcik gets called for all 12 entrys at the same time?
43 replies
JCHJava Community | Help. Code. Learn.
•Created by ' .•` KIΛ.RΛR ’•. ' on 11/25/2023 in #java-help
Spring + Thymeleaf Datapicker onChange
is there a way to detect when the user chanegd the dateinput? i need to reload possible options based on the date so when the user changes the selected date the site should reload the displayed options
4 replies
JCHJava Community | Help. Code. Learn.
•Created by ' .•` KIΛ.RΛR ’•. ' on 11/20/2023 in #java-help
Spring Post request without returning Template
i want a post request withpout having to return a template - just a simple plain abckend request qwq
10 replies
JCHJava Community | Help. Code. Learn.
•Created by ' .•` KIΛ.RΛR ’•. ' on 11/20/2023 in #java-help
Spring RequestParam
i have a form, which has an array wiht ints. i want to add an int to this forms array.
Form why is the array empty in the tonewentry func?
Form why is the array empty in the tonewentry func?
10 replies
JCHJava Community | Help. Code. Learn.
•Created by ' .•` KIΛ.RΛR ’•. ' on 6/2/2023 in #java-help
Custom Collector
i try to write a custom collector, but the supllier function keeps saying type mismatch. the input is a ResourceType, the output should be a set of strings. im not sure what type i should name for the accumulator function tho ^^" (java version 20 i think)
Type mismatch: cannot convert from List<String> to Supplier<List<String>>Java(16777235)
9 replies