While encoding your password/data with SCryptPasswordEncoder, you might be getting the below exception: java.lang.NoClassDefFoundError: org/bouncycastle/crypto/generators/SCrypt at org.springframework.security.crypto.scrypt.SCryptPasswordEncoder.digest(SCryptPasswordEncoder.java:195) ~[spring-security-crypto-6.0.3.jar:6.0.3] at org.springframework.security.crypto.scrypt.SCryptPasswordEncoder.encode(SCryptPasswordEncoder.java:150) […]
In this article, we are going to discuss about the solution of Why physical memory usage so high in Windows […] Continue reading »
In this example, we are going to explain how to define the query in JasperReports Server. Most of the time […] Continue reading »
In this example, we are going to remove/eliminate all the vowels from a string in Java. In our alphabets we […] Continue reading »
On this page, we are going to swap the value of two integers. Sometimes you need to swap/interchange the value […] Continue reading »
This JasperReports Server tutorial will explain how to control input parameter in JasperReports Server. To control the inputs parameter we […] Continue reading »
On this page, we are going to show you how to create a new Data Source in JasperReports Server. Data […] Continue reading »
In this tutorial, we are going to show how to add and run the report (.jrxml file) in JasperReports Server. […] Continue reading »
In this tutorial, we are going to show how to create a new role inJasperReports Server. By creating a new […] Continue reading »
In this tutorial, we are going to show how to add a new user inJasperReports Server. JasperReports Server manages the […] Continue reading »
In this Struts 2 tutorials we are going to retrieve the images from database and display on JSP pages. As […] Continue reading »
In this article, we will get the system details using Java program. Sometimes we need we need to display or […] Continue reading »