I have a tfileoutputdelimited component that has filename and i want to append the sysdate to the variable after every session run like FILENAME_20210427010624
I want to get the values of the keys of the next json file using org.json library: { "1": { "subject1": "MIS", "subject2": "DBMS", "
I am trying to create an executable jar file of a Maven Project in Eclipse.was using testNG in the maven project..so created a runner class with main method an
I know this has been asked many times, but none of the answers have solved the problem so far. My code was working perfectly for years up until I upgraded from
I already have this dependency in my pom.xml file <dependency> <groupId>org.springframework.boot</groupId> <artifactId>sprin
I am using JayDeBeAPI and UCanAccess to extract data from MS Access .mdb files (as per this advice). My python script runs in docker debian container (FROM pyth
I am stuck with some problem about using JPQL with spring data Here is my code snippets @Entity @Table //... public class Parent { @Id private Stri
My understanding of companion object in Kotlin is that they are analogous to static modifiers in Java. It's bad practice to store static fields in Activities an
I'm using XSSFWorkbook to create a xlsx file which stores the result of a SQL query with JAVA 8. This process is done each month so I use a template xslx file t
I was recently tasked with upgrading a spring cloud app of ours due to the CVE-2022-22965 vulnerability. As part of that process, it became clear that the then
I prepared an android app in android studio then I copied my whole code manually from one sys to another. But after that, getting this error. Below are my both
picoCLI's @-file mechanism is almost what I need, but not exactly. The reason is that I want to control the exact location of additional files parsed -- dependi
I am trying to return the id of a declared variable from a json file: i want my java code to search for the previous variable in the json response and once it i
//assume there is a java class call Node, and node is an array of Node for(Node i: node){ Node j = i; } Node j; for(Node i: node){ j = i; } Can some
I'm facing some trouble after some month only on Javascript/Typescript. For example, let see this snippet: @Test public void testAsync(){ Completabl
I'm trying to connect to a SFTP channel throughout a Proxy, per requirements of the customer. The connection should happen with autentication to the final end
I have a maven project that works perfectly fine locally but after I've pushed it to a remote repository on GitHub and cloned it somewhere else (even to a new l
I'm trying to get the request's path with unresolved path variables in a WebFilter. I know in SpringBoot Servlet version it is possible to do this by getting re
I access Websites in a loop via selenium Java based. Some of the sites crash imediately so that i get the error [1618982990.911][WARNING]: Timed out connecting
I am trying to write a regex to accept only 4 words and in between the words accept special characters like period(.), hyphen(-) and underscore(). Also if I use