Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
67 views

I'm building a Quran app using Jetpack Compose in Kotlin. The app builds successfully and installs on a real Android device (Samsung S908E), but crashes instantly on launch. Crash Log: Caused by: java....
Nasser Abouzide's user avatar
1 vote
1 answer
41 views

A Java application landscape is currently running on [email protected] under Java21. The application has been extensively tested and is stable in the test stack. Now it is to be deployed in an ...
Jürgen Dengel's user avatar
0 votes
1 answer
69 views

I am trying to create a table in Hbase using Java, but I keep getting a ClassNotFoundException. import org.apache.hadoop.hbase.HBaseConfiguration; import org.apache.hadoop.hbase.HColumnDescriptor; ...
Crimson Jester's user avatar
0 votes
1 answer
68 views

I have a Maven project with the following dependencies: org.apache.poi:poi-ooxml:4.1.0 org.apache.poi:poi:4.1.0 An internal dependency/library, lets call it Lib-A, which was built using Gradle. This ...
user6952691's user avatar
-2 votes
2 answers
94 views

I understood how the classpath is necessary for running the project but I still have some doubt. I compiled my class using javac /Users/username/IdeaProjects/leetcodePrograms/src/problems/...
Salil Hardeniya's user avatar
1 vote
0 answers
381 views

I have no references to the above class in my code. I am using software.amazon.awssdk.auth.credentials.AwsCredentialsProvider class in my code. I still see the error. Background: I am trying to ...
SRP's user avatar
  • 11
0 votes
1 answer
92 views

I write you this message because I have an error when trying to execute a Spring batch job that reads messages from a Kafka topic. This job is triggered after calling an URL in my web app. The final ...
Kris's user avatar
  • 501
0 votes
0 answers
47 views

When starting Kafka with Kraft its not taking up "org.apache.kafka.clients.admin.AdminClient" where as with zookeeper its working fine. I'm getting ClassNotFoundException as its not taking ...
Vyshnavi Mohan's user avatar
1 vote
1 answer
199 views

I'm trying to use the Trino Spark connector in an AWS Glue 4.0 job, but I'm running into issues loading the connector. Relevant code in my glue job submission script: trino_drivers_list = ...
user100855's user avatar
0 votes
0 answers
33 views

I’m building a multi-service architecture with a shared Gradle setup. Here's how my project is structured: Root Gradle Project: Manages shared dependencies and configurations. Child Gradle Projects: ...
user avatar
-2 votes
1 answer
252 views

There is an error when I want to connect to a PostgreSQL database from a servlet connection, a ClassNotFoundException for the PostgreSQL driver, with some details about servlet. Class.forName("...
mohammad taha's user avatar
0 votes
1 answer
184 views

I am trying to make Liquibase to run a custom script with customChange, here is my setup: changelog.xml <databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" ...
Nguyễn Sỹ Tùng's user avatar
0 votes
1 answer
105 views

I'm developing a Flutter app using Firebase Cloud Messaging (FCM) for push notifications. The app crashes every time I receive a notification. This problem began after implementing FCM, and I’ve ...
Otmane Elb Elbaghzaoui's user avatar
0 votes
0 answers
45 views

Projects I have 2 Gradle based Java projects which both get packaged as .jar files: Core A java-library Creates a .jar containing the projects .class files and a lib/ inside the .jar containing all ...
bobbyrne01's user avatar
  • 6,843
0 votes
1 answer
74 views

I am run my java code in IntelliJ it is showing this error: Error: Could not find or load main class CWA_01_INTRO Caused by: java.lang.ClassNotFoundException: CWA_01_INTRO whereas the same code is ...
CodeWithAayush 's user avatar
1 vote
0 answers
225 views

The crash is happening in internal class of google play services. All the crashes are happening in background. Device status - 100% in background. Crash started from the last 5 days. All the google ...
Jay's user avatar
  • 133
0 votes
1 answer
235 views

I have ubuntu 20.04.6. Openjdk 11. mysql-connector-java-8.0.20.jar, renamed to mysql.jar CLASSPATH="/var/www/html/java/mysql.jar", classpath stablished in ~/.bashrc After installing openjdk ...
Ariel's user avatar
  • 1
1 vote
0 answers
70 views

We have a game that we have been developing for Android for a long time. We removed all 3rd party plugins because we received a build error. After this stage, we started to encounter errors and tried ...
alpistoss's user avatar
0 votes
0 answers
72 views

I am very aware that this covers the same error and output Caused by: java.lang.ClassNotFoundException. The distinction here is i'm not using Java, I'm using Scala. I have not seen a question that ...
Michael Schmidt's user avatar
-2 votes
1 answer
164 views

I am trying to a simple HelloWorld program automatically generated by IntelliJ through IntelliJ that is running on a Linux Mint installation. I can run the code through the terminal if I navigate ...
Kazutadashi's user avatar
0 votes
1 answer
95 views

I am trying to develop a plugin for IntelliJ Idea community edition, I am creating the plugin project like shown Creating Plugin Project I am using Java to develop the plugin and gradle as my build ...
Dharun Pk's user avatar
1 vote
1 answer
563 views

I've recently migrated my Struts web project from Tomcat version 9.0.87 to 9.0.88. When I start the Tomcat I'm not able to access the site and seeing blank pages. And found the below error in the log ...
rv_767's user avatar
  • 11
-1 votes
1 answer
107 views

I am having problems understanding how packages work. Not using any IDE. I have the following folder structure: ~/dropbox/api/data Inside the data folder, there are (only) Producer.java, Consumer.java....
limestreetlab's user avatar
0 votes
0 answers
28 views

I have the most annoying problem in my eclipse: Everytime i edit a java file and save it my project somehow looses knowledge of some classes in my classpath. For example i am writing junit tests with ...
flixe's user avatar
  • 672
0 votes
1 answer
91 views

The problem I want to run java code from the command line, and I don't understand why I manage to do that from within the folder holding the code, but not from another folder. I am on Windows and am ...
rdv's user avatar
  • 732
-1 votes
1 answer
76 views

I have the following Java code in a file: package hello_project; public class Hello { public static void main(String[] args) { System.out.println("Hello world"); } } The ...
Farhan Adib's user avatar
0 votes
0 answers
129 views

I need to use the --runtime-name argument when deploying an application for giving a stable name for HA singleton deployment which uses the runtime-name (deployment) for distinguishing singleton ...
fs-chris's user avatar
0 votes
0 answers
88 views

I forgot to copy a jar dependency to the right place so the application crashed due to a ClassNotFoundException. But the Problem is I needed about an hour to figure that out because the Exception is ...
BF_PI's user avatar
  • 1
-1 votes
1 answer
75 views

I have created a project in Eclipse, and I want to run it using cmd, so I have copied the .bin folder to my desktop and from that address I am trying to run it, my project uses libraries, specifically ...
Ramon Salazar's user avatar
0 votes
0 answers
77 views

I am working on a springboot app, containerize it using docker and pushed it to AWS ECR. The issue is when I tried to deploy and run a task using the image, I need to create a service, and I got an ...
Fu Chang's user avatar
-1 votes
1 answer
4k views

I am working with Spring MVC. All dependencies of Spring are added so app want to add micrometer-core for io/micrometer/observation/transport/RequestReplyReceiverContext and I did it My pom.xml > `&...
Vidal Cortés's user avatar
0 votes
2 answers
768 views

I have a problem with my Maven project. The program was already running without any problem but now I can't start it anymore. It is important that the user can run this application by just double ...
Odosco's user avatar
  • 21
0 votes
1 answer
84 views

This is BlogController: package com.taskproject.blogproject.controller; import com.taskproject.blogproject.entities.Blog; import com.taskproject.blogproject.repositories.BlogRepository; import org....
amin's user avatar
  • 3
0 votes
0 answers
79 views

I installed STS(spring tool suit) and just created a maven spring starter project to print hello world. I got the error:class not found exception. Then I gone through some of previous solutions on ...
Alex's user avatar
  • 1
1 vote
2 answers
751 views

I get the following exception when running this code private static String getClipboard() { try { return (String) Toolkit.getDefaultToolkit().getSystemClipboard().getData(...
Dari_OS's user avatar
  • 23
0 votes
0 answers
115 views

<style name="WallSearchView" parent="Widget.AppCompat.Light.SearchView"> <item name="colorControlActivated">@color/light_black</item> &...
Foram Shah's user avatar
0 votes
1 answer
306 views

I'm developing an Android app using Hilt for dependency injection, but when I run the app, I get a ClassNotFoundException for my MainApp class. Here's the logcat error message: Process: com.nat....
mohamed's user avatar
  • 11
0 votes
1 answer
172 views

When executing a Jar using IntelliJ IDE I encountered the error ***"C:\Program Files\Zulu\zulu-17\bin\java.exe" -Dfile.encoding=windows-1252 -jar C:\Users\srpradhan\Desktop\learning\Java\...
Sribatsa Pradhan's user avatar
0 votes
1 answer
393 views

After making a JavaFX Application, the hardest part has been trying to export it. I am using openjfx 19 and openjdk 11 and want to export the Application using the javafx-maven-plugin javafx:jlink. In ...
Ayame4's user avatar
  • 1
0 votes
0 answers
41 views

This is recent code that i run in my eclipse and i got this exception my previous programme run properly but recent programme are throwing this exception i have tried to configure the build path but ...
Dipali Girase's user avatar
-1 votes
1 answer
1k views

I have a folder named java where i keep all the .java files Recently I created a new java file to solve a simple DSA problem named MinimumTime.java public class MinimumTime { public static void ...
Azizur Rahaman 1063's user avatar
0 votes
1 answer
81 views

I'm trying to execute a jar file and get the error - Exception in thread "main" java.lang.ClassNotFoundException . The program is in Scala language written in Intellij IDE using scala-sdk-2....
Maria's user avatar
  • 1
0 votes
1 answer
552 views

I am getting error while running all Maven projects in Eclipse as Maven build, but they run successfully if I run manually in Eclipse. Can someone please help. I have tried running it from Command ...
Madhurjya Saha's user avatar
0 votes
0 answers
51 views

I'm encountering an issue with my Android application where I'm getting a ClassNotFoundException for the MainActivity despite having a correct manifest configuration and the class being in the correct ...
Scare Rezume's user avatar
0 votes
0 answers
766 views

I'm working on a project that involves a java program accessing a mysql database and display that info on a tomcat page. I have it working on my local machine but I want it running on my Raspberry Pi ...
nickywestside's user avatar
0 votes
1 answer
32 views

I'm trying to setup a project in NetBeans IDE 19 to have two packages in order to test Java protected access modifier. My setup is the following: Project: TestAccessModifiersProtected \- package: ...
Alexandru Gheorghe's user avatar
0 votes
0 answers
312 views

I am a beginner java developer using Eclipse. I want to read in a CSV file and want to use opencsv utilities as a reader (and use other opencsv utilities when I get off the ground). I have ...
Kieran Hooks's user avatar
0 votes
1 answer
401 views

My application is getting deployed and loggers also shows the mapping for all the EJBs. But while doing look up for EJB, it is giving error stating EJBMDOrchestr E CNTR0075E: The user-provided class ...
Saurabh's user avatar
0 votes
0 answers
80 views

I am trying to update my sbt project from java 7 to java 11. I am using sbt 0.13.18 and scala 2.11.12. The code compiles but when starting the project i encounter the following error. [ERROR] java....
davedscl's user avatar
-1 votes
1 answer
447 views

I followed a YouTube tutorial to deploy my Laravel project on a subdomain in cPanel. Initially, I zipped and uploaded the project successfully, and the website can be accessed. However, when I tried ...
naqib junaidy's user avatar

1
2 3 4 5
45