Trying connect IBMi machine by using Spring Data & JPA, but it's generating the error: org.springframework.beans.factory.BeanCreationException: Error creati
I'm trying to open Netbeans IDE (version 12.3) but it shows me a blank screen. Please if you have a solution for that.
My task is: after selecting the user settings in the web application, this application must create a 3D model according to its settings (this building model wit
I've got a school project whereas we are writing a Java program in netbeans. The project has both a substring and a points game, using a separate file (dictiona
I have a java - Spring Boot project using graphql and DGS from netflix. I have the following query: type Query { ticketingHistory(ticketId: String): TicketingHi
I'm using two library that have dependencies of two different versions of Koin. One of the library has org.koin:koin-android:2.0.1 and the other has io.insert-k
We have developed an Arest application that uses document DB to store/retrieve user data. MongoClientSettings settings = MongoClientSettings
Is there a way to make a repository mutually exclusive i.e two concurrent values not update the same document in Springboot. My code structure is. //func(versi
Java reflection is becoming more and more restricted: Up to Java 8 all operations are allowed Starting from Java 9 to 15 you are still able to perform the opera
I am to receive a timestamp value and want to check it agains the current timeStamp value to make sure that the value I am getting is less of before the current
I am doing a get request in angular with typescript and here it is: this.http.get("http://localhost:8080/data-management/data-users/getAllGeneralInfoCV/"+this.l
I am using the Firebase Realtime database and I constructed a query for the node "Orders" which should return all items whole attribute "orderID" is equal to 2.
I'm trying to create P2SH-Segwit bitcoin address from the WIF private key. I'm using the BitcoinJ library in Java. See the following code. String base58PrivateK
JSON file: [ { "name":"John", "city":"Berlin", "job":"Teacher" }, { "name":"Mark", "city":"Oslo", "job":"Doctor" } ] JSONParser parser = new JSONParser(); JSONA
I am very wondering after executing the below java code. public class HelloWorld { public static void main(String...strings) { String s3
Initially I was getting this exception while starting my service An attempt was made to call a method that does not exist. The attempt was made from the followi
I am using the following configurations in my code but cloudwatch logs are not getting generated. Log4j2.xml is present in main/resources. I am following the AW
I was working on my project perfectly since I Update my phone to Android 12 unfortunately when I run the project to my phone this Error appears: Installation d
I have a Main Activity and PersonListView Activity. In Main Activity, there are some input text and when click save button, it will send data and save to listvi
I am upgrading our application's authentication method into the DocuSign API from the DocuSign Legacy Authentication to the JWT Grant OAuth 2.0 Authentication.