124,524 questions
-3
votes
0
answers
55
views
Issue to resolve org.bouncycastle and org.apache.batik.css using Equinox version 4.35
Recently I am upgrading my application from Eclipse Equinox version 4.23 to 4.35. I was facing some weired issue where org.bouncycastle and org.apache.batik.css bundles are not resolved though there ...
0
votes
0
answers
63
views
Eclipse CDT has problems when printing
I’m using Eclipse CDT on my laptop running Fedora 43. During installation, Fedora 43 detected and installed a Brother DCP-L2550DN printer. The printer works fine. However, I’m experiencing issues with ...
0
votes
2
answers
180
views
Error while doing Running a java file in Eclipse
I have a Java project which has several files, now inside one of the files, for testing purposes, i have created a main function and I am trying to run that single java file by right clicking and ...
0
votes
0
answers
45
views
Eclipse throws error "unable to configure web module for JAX-RS"
I'm following directions for creating a JAX-RS routine -- using the wizard for Dynamic Web Project. At the end as I press "Finish", I see an error saying "Failed while installing JAX-RS ...
Advice
0
votes
2
replies
77
views
Eclipse black bars in code with help from copilot
I have strange black boxes in Eclipse IDE, in code which was co-developed with Copilot:
It's also in javadoc.
I cannot get rid of it anyhow. I don't want it there.
It's also marked in right side as ...
Tooling
1
vote
4
replies
135
views
IntelliJ or EclipseIDE. Which is better?
If someone is teaching me Java on Eclipse IDE, is it just a waste of time? I used IntelliJ for one year, which according to many people, is one of the best IDEs or at least one of the most popular and ...
0
votes
0
answers
101
views
Eclipse Can't find a JDK/JRE [Exit Code 1] [Windows 11]
I'm just attempting to work with Java for the first time, using Eclipse. Every time I try to open Eclipse however, I'm met with an error exit code.
Initially it was 13 , and I followed the steps on ...
-2
votes
0
answers
81
views
Debug perspective in Eclipse (variables not changing in variables view)
I'm learning to use debugging perspective in Eclipse, and I'm using this code to see how variables change
int test =1;
test =2;
test=3;
int max;
max=10;
for(int var =0 ;var < max; ++var){
std::...
-1
votes
1
answer
106
views
Eclipse double quote auto completion breaks standard key sequence
In recent version of Eclipse IDE for Java EE Developers, MacOS introduced new "improvement":
Type first double quote (dq), second dq, press left arrow.
Expected result:
I have 2 double ...
0
votes
1
answer
115
views
cross compile aarch64 cannot locate libgpiod in sysroot [closed]
I am cross compiling using Eclipse on amd64 Ubuntu 20.04 Host with target rpi4 aarch64 running Debian12 (bookworm)
I am using cross-compiler from sourceforge: cross-gcc-12.2.0-pi_64.tar.gz
For sysroot ...
Tooling
0
votes
2
replies
71
views
Where can I install Eclipse Kotlin Plugin 0.7.x version?
I need to use an older version of Eclipse - Neon or Photon - so i needed to use older version of the Kotlin plugin. However even if I try to use Install New Software there is no public URL for Kotlin ...
Advice
0
votes
7
replies
225
views
I'm starting to learn Java. What is the actual way of saving information of my classes, when I only run the program in the Eclipse IDE?
Sorry for the question, I'm sure it's kind of dumb, but I am really new to this world. So I'm learning Java and I use Eclipse.
I've learned the most basic things, like classes, arrays, lists, and I'm ...
Best practices
0
votes
1
replies
83
views
Is there a feature in intellij java IDE to index all classes on build class path like the eclipse default indexer?
I am looking for a "missing" feature in intellij that exist in eclipse, which is a native feature of automatically loading the the full content of the classpath and index it so it can be ...
1
vote
1
answer
166
views
Latest Eclipse shows compilation error in correct Java code
With the code below, the Eclipse Java compiler reports an error on line 12, which make use of the Clazz.this.field; field.
The error is: "The blank final field field may not have been initialized&...
Advice
1
vote
7
replies
164
views
Hashlife: what kind of fresh hell am I getting into?
As the title suggests, I'm trying to tackle Hashlife.
Am I jumping in blind? No, well, not entirely.
First thing, I've studied this article concerning GoL:
https://medium.com/@d.dadiani343/how-to-...