Skip to main content
0 votes
1 answer
66 views

Is it possibile to make a "baby" version of java (for students)? [closed]

I would like to create a custom subset (library?) of the java language and libraries so that my students are restricted to using this custom subset in their assignments. I know that Dr. Java (a long ...
David Romano's user avatar
0 votes
1 answer
26 views

Who builds the p2 repository https://download.eclipse.org/staging/yyyy-mm/?

I'm organizing the release process for my own project and would like to refer to eclipse. I found that a p2 repository like https://download.eclipse.org/staging/2024-12/ is used in epp. I'd like to ...
Bourbon_7's user avatar
  • 319
0 votes
0 answers
56 views

Very slow Eclipse syntax highlighting

I'm contributing to a big Java project with around 30k source files. Last week, I switched from Eclipse 2023-09 to Eclipse 2024-09, and now it looks like some of the syntax coloring (e.g. for fields, ...
Charly Gries's user avatar
0 votes
2 answers
38 views

Compile an XSD schema with JAXB in Eclipse 2024 and JDK 22

I want to work with Eclipse and jdk 22 with JAXB to compile an xsd schema in order to generate the java classes. I don't have a Maven installation except the one built into Eclipse itself. To do this ...
Alberto 's user avatar
2 votes
1 answer
120 views

How to read accented letters from terminal in Java?

I have the following Java snippet: System.out.print("What is the first name of the Hungarian poet Petőfi? "); String correctAnswer = "Sándor"; Scanner sc = new Scanner(System.in); ...
Csaba Faragó's user avatar
0 votes
0 answers
23 views

Problems with opening a CMake project in Eclipse [closed]

I tried different ways to import a ready CMake project into Eclipse in order to compile it and navigate through the code. Method 1: Open New C/C++ Project - CMake - Empty or Existing CMake Project. ...
SolderingIronMen's user avatar
0 votes
0 answers
20 views

Eclipse not displaying project as expected?

I am in the "Project explorer" and it is not showing each top-level package as a collapsible node.. instead it lists each possible sub-package on the main bar How do I get it to display the ...
user23282541's user avatar
0 votes
0 answers
17 views

How can i use the spotbugs eclipse plugin from local spotbugs build?

I wrote a new detector for spotbugs, and part of it requires the project files to be on classpath to work, so I'm trying to build and use the spotbugs eclipse plugin locally. How can i do that?
L0c1l0kk's user avatar
1 vote
1 answer
46 views

Print eclipse build log

Is there a way to see all the exact compile (javac) and package (jar) commands executed by eclipse in order to create the final war package? This should allow to create a script adopting the same ...
Iresh Dissanayaka's user avatar
0 votes
0 answers
27 views

Meaning of symbol in PyDev debugger window

I am familiarizing myself with Eclipse and the PyDev plugin. I am learning how to debug a very large application with which I am unfamiliar at present. I am able to run a debug session successfully, ...
dnessett's user avatar
0 votes
0 answers
36 views

Trying to configure a Java web application in Eclipse to run in JBoss

My team uses Eclipse Neon to develop Java web apps. JBoss is the application server. I joined the team recently and I have not worked with Eclipse and JBoss before. Our JBoss is RedHat 7.1. I was ...
Yuriy Gruzglin's user avatar
-1 votes
0 answers
42 views

Eclipse: Problem building a runnable jar file [duplicate]

I have an example of a Java application duplicating a problem I am having in a larger application I am modifying. I found the following example How to Create Executable JAR File When I follow the ...
David's user avatar
  • 41
0 votes
0 answers
30 views

SonarLint can't find repository in Eclipse?

I'm unable to apply SonarLint in Eclipse. It is unable to find the git repository associated with the projects in my workspace. I am able to update my repos with "Team", so I'm unsure why ...
user23282541's user avatar
0 votes
1 answer
32 views

Does PyDev support python async?

The application I am attempting to run under Eclipse/PyDev uses the python async keyword and the asyncio package. Does PyDev support asyncio? I imagine this would affect how stack histories are ...
dnessett's user avatar
0 votes
0 answers
26 views

How to prevent STM32CubeIDE (Eclipse) from creating workspace dir after I delete it

On Windows, trying to delete some (about 5) old workspaces from STM32CubeIDE -- which basically is Eclipse. I deleted the workspace dirs, but the IDE re-creates them each time I launch it. I close the ...
steve's user avatar
  • 1,149

15 30 50 per page
1
2 3 4 5
8327