Skip to main content

All Questions

Tagged with
-1 votes
1 answer
29 views

Attempting to run a MC server and I keep getting Error: unable to access jarfile

I'm trying to run a minecraft server and when I type the command: java -Xmx1024M -xms1024M -jar minecraft_server.1.21.jar and I get - Error: unable to access jarfile minecraft_server.1.21.jar... I ...
ProbablyGametes's user avatar
-1 votes
0 answers
14 views

Cannot add task ':groovydoc' as a task with that name already exists

I am working in an upgrade of a grails project from version 2.0.0 to 3.0.0 and jdk 8 on windows, I am getting the following error message: Build cache is an incubating feature. Parallel execution is ...
Huntzberger's user avatar
-1 votes
0 answers
39 views

Running Cypress tests as a Gradle task yields non-ASCII characters

This topic has been discussed at length. I've read several posts on Github and SO, however I am unable to find a reliable solution. My question is specific to the Windows 11 environment, Java 17 and ...
Jim Kennedy's user avatar
-1 votes
0 answers
29 views

want to get top 'N' cpu consuming process in the system using java default library

is there any builtIn library available in java to get the top 'n' cpu consuming process name and the percentage it's consuming.i want this program to work in any os such as windows,linux. i tired with ...
Arun Prasanth's user avatar
0 votes
0 answers
20 views

Flutter: universal_ble package. Can't set notification on the bluetooth device

I have 2 apps: desktop on Flutter and mobile Java on Android. What I'm tryin to do is to connect to the Android app's GattServer and set its characteristic to notify me when its value change through ...
Lee Koldun's user avatar
0 votes
1 answer
40 views

Batik creating blank svg on mac

I created a program to create a calendar as an svg image and it works just fine when I run it on windows, however when run on a mac it just creates an empty svg file. Can someone please help me figure ...
Noah Gaston's user avatar
-1 votes
0 answers
70 views

Converting a Path to a String on Windows using / as separator

Given this Path object in Java: Path path = Path.of("foo", "bar"); I would like to convert it into a String, always using the UNIX path separator, even on Windows. When I convert ...
Danilo Piazzalunga's user avatar
0 votes
1 answer
56 views

JavaFX application "Failed to launch JVM" if using jpackage

I am creating an application using JavaFx, after doing some testing (that went totally fine), I wanted to use jpackage in order to create an installer for my program, for that I used this command: ...
1212's user avatar
  • 1
-3 votes
0 answers
48 views

Why do i keep getting an error when running sbt?

I want to run a bot on windows. I'm trying to run sbt in cmd. I installed sbt and java 22 x64 MSI Installer. I ran sbt but i keep getting an error. I think maybe this has to do with java so i ...
Lily White's user avatar
-1 votes
0 answers
33 views

jasperreports.engine.util.JRFontNotFoundException: Font "HelveticaNeue-Regular.ttf" is not available to the JVM. See the Javadoc for more details.]

Working on springboot application and window os trying to many solution on stackoverflow but not working met.sf.jasperreports.engine.util.JRFontNotFoundException: Font "Helvetica Neue-Regular.ttf&...
Ch Uzair Ahmad's user avatar
-1 votes
0 answers
70 views

gradle not able to detect protoc compiler in windows platform

I have a gradle project. There are some sub projects under the root project. I have proto files defined in some of the subprojects. I am trying to build the project using gradle. Even though protoc is ...
Babu Reddy H's user avatar
-3 votes
0 answers
24 views

When I run a java program in intellJ taking input "Process finished with exit code 130" what is the reason behind it? [duplicate]

I am a beginner when I taking input in java in intellJ , I face a problem , the program finished with exit code 130 .what is the reason behind it? And how to solve this problem? Process finished with ...
Sohan Mukherjee.'s user avatar
-3 votes
1 answer
68 views

.bat script can't find javaw when called from Python os.command

The Basic Problem I have a batch script that opens a Java .jar file. When I double click the .bat file, it opens the .jar fine. The .bat code: start javaw -Djava.library.path="%~dp0bin" -jar ...
Bryany's user avatar
  • 127
0 votes
1 answer
35 views

What causes the Framework of my Eclipse RCP application to be stopped

I use Java 21 together with the Eclipse target platform 2024-06. My Eclipse RCP application starts fine when launched inside the Eclipse IDE. When I start the bundled program however, I see the splash ...
uminder's user avatar
  • 25.6k
0 votes
1 answer
66 views

Error at execution : initializing QuantumRenderer: no suitable pipeline found

I'm using JavaFx which i have downloaded at https://gluonhq.com/products/javafx/ I can compilate my code by using this command : javac -d bin --module-path lib --add-modules javafx.controls,javafx....
Pierre-Louis's user avatar

15 30 50 per page
1
2 3 4 5
482