Skip to main content

All Questions

Tagged with
0 votes
1 answer
28 views

How to show the location of the code that invokes `System.out.print` when printing by configuring Eclipse console in java?

How to show the location of the code that invokes System.out.print when printing by configuring Eclipse console in java? When I use console.log in Javascript in Vscode / Chrome, it always shows the ...
Nor.Z's user avatar
  • 1,091
0 votes
0 answers
23 views

Eclipse: how to show only what is printed in console.log

I would like to know if there is any way for Eclipse to show in the console only what I want to print through "System.out.print". For further clarification, what I am trying to do is a test ...
Zidaya's user avatar
  • 3
0 votes
0 answers
57 views

Exception in thread "main" java.util.NoSuchElementException: No line found Project Java Eclipse IDE

I'm working on a Java program using Eclipse IDE and encountering an issue with the "Exception in thread 'main' java.util.NoSuchElementException: No line found" error. This error occurs in my ...
LisaMoon's user avatar
0 votes
1 answer
31 views

printf is not showing up in the console Java Eclipse 19

Every time I run my Java code on Eclipse JDK 19, the console says it's terminated but nothing shows up in there. package rnt; import java.util.Arrays; public class App { public static void main(...
Castaspella's user avatar
1 vote
0 answers
156 views

How to get a clean CDT Build Console Output?

I'm working with STM32CubeIDE using gcc compiler. In the build output I have to search for warnings and errors in a hundred lines of compiler-output infos. I'm explicitly interested in all warnings ...
keyboardwizard's user avatar
1 vote
0 answers
40 views

Eclipse doesnt show output of JCWDE simulation in the console

Recently I started learning Java Card development using eclipse v4.2 and the JCDE eclipse plugins with JCDK 2.2.2. (windows 10 64x) I am trying to run a simulation with Jcwde. however when i run the ...
TELYD1996's user avatar
0 votes
0 answers
33 views

How could I output colored print statements in the console in Eclipse with java? [duplicate]

I already tried a seperate way as shown in what I tried, but it didnt output correctly. public static final String ANSI_RESET = "\u001B[0m"; public static final String ANSI_RED = &...
Kenny Frankovich's user avatar
-1 votes
1 answer
83 views

How can I change size of any specific character in eclipse ide?

how can increase size of any specific character of eclipse's console in windows11 ? I know how to change size of font size and color but I want increase size of space" " in my output. want ...
Wasim Patel's user avatar
0 votes
0 answers
43 views

C programming: getting content in and out of a different file with Eclipse

I've been working my way through "A book on C" (1998) while using Eclipse with Min GW. I got through most of the exercises in the book but one thing has me stumped. You have to write a small ...
Skyeye's user avatar
  • 23
0 votes
0 answers
193 views

Getting Warning in console eclipse

Starting ChromeDriver 106.0.5249.61 (511755355844955cd3e264779baf0dd38212a4d0-refs/branch-heads/5249@{#569}) on port 49652 Only local connections are allowed. Please see https://chromedriver.chromium....
Vrushabh Wagh's user avatar
0 votes
0 answers
70 views

Clearing Eclipse console after launching a debug session

Is there a way to clear the console output from a previous debug session in Eclipse? Every time I stop my server and launch again, it is needed to perform a "clear console" right click to ...
Colpachi's user avatar
0 votes
0 answers
48 views

printf is not showing before scanf [duplicate]

I'm using Eclipse IDE I have the following simple code in C language: #include <stdio.h> #include <stdlib.h> int main(void) { int a; printf("Enter a number"); scanf(&...
Nandu Kudallur's user avatar
0 votes
2 answers
94 views

How to determine why a C program outputs unexpected messages?

I'm trying to program in C on Eclipse, I have installed and configured MinGW, but I have a problem that I don't understand: I have some simple code: #include <stdio.h> #include <stdlib.h> ...
Adarsh's user avatar
  • 1
0 votes
1 answer
50 views

System.in.read() with different results in Eclipse and Netbeans

I'm trying the following code in Eclipse and NetBeans: while (true) System.out.println(System.in.read()); This code prints the code associated with the typed characters and works correctly in ...
Alberto 's user avatar
1 vote
1 answer
264 views

How can I configure Eclipse to save console out for my build?

I specifically only want console out for Building my code, which is primarily C++. Every search for this leads me to configuring Run Configuration(s) to output the console. I'm not trying to RUN my ...
skittlebiz's user avatar

15 30 50 per page
1
2 3 4 5
26