Skip to main content
-3 votes
0 answers
55 views

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 ...
user3520253's user avatar
0 votes
0 answers
63 views

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 ...
Ben Engbers's user avatar
0 votes
2 answers
180 views

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 ...
Divyanshu Dwivedi's user avatar
0 votes
0 answers
45 views

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 ...
Leigh Compton's user avatar
Advice
0 votes
2 replies
77 views

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 ...
JIV's user avatar
  • 843
Tooling
1 vote
4 replies
135 views

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 ...
OSCAR GUILLERMO SANDOVAL GARCI's user avatar
0 votes
0 answers
101 views

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 ...
Seth brown's user avatar
-2 votes
0 answers
81 views

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::...
Mohammed Gh's user avatar
-1 votes
1 answer
106 views

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 ...
user1194528's user avatar
0 votes
1 answer
115 views

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 ...
lachlan's user avatar
  • 100
Tooling
0 votes
2 replies
71 views

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 ...
이기름's user avatar
  • 167
Advice
0 votes
7 replies
225 views

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 ...
Haru Ou's user avatar
Best practices
0 votes
1 replies
83 views

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 ...
Mike's user avatar
  • 407
1 vote
1 answer
166 views

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&...
Serban's user avatar
  • 870
Advice
1 vote
7 replies
164 views

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-...
BitBump's user avatar

15 30 50 per page
1
2 3 4 5
8302