Skip to main content
0 votes
0 answers
65 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
68 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
98 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
99 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
65 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
215 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
80 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
156 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
158 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
Advice
0 votes
1 replies
24 views

I wanted to get the .ecore metamodel from the uri registered packages for my ATL project http://www.omg.org/spec/BPMN/20100524/MODEL, I tried by creating new .ecore model file and load resource for ...
Dwiky's user avatar
  • 1
Advice
0 votes
3 replies
78 views

About a decade ago I used and became proficient in using Visual Studio 2010 for development of large Windows Forms Applications. I recently was asked to develop a small smartphone app and am looking ...
B Good's user avatar
  • 1
0 votes
2 answers
88 views

I've got a gradle project wrapper containing Database, API, WebService and WebApp projects. I can run Webservice and WebApp from gradle using gradle8 :WebApp:bootRunor gradle8 :WebService:bootRun. But ...
JPT's user avatar
  • 585
3 votes
0 answers
61 views

I’m building an Eclipse RCP application using: Eclipse Foundation Eclipse RCP (pure e4) Tycho p2 target platform SimpleConfigurator (bundles.info based product) Apache Felix Gogo console I’m ...
Link19's user avatar
  • 646
2 votes
1 answer
127 views

I recently upgraded our Quarkus from 3.20.2 to 3.27.1. But now I noticed that while on the command line, all the projects are built flawlessly, tests don't run in Eclipse anymore. Every time I start a ...
eerriicc's user avatar
  • 1,272
-5 votes
1 answer
193 views

I have been assigned a Java migration task. Currently, I am using Java 8 (32-bit), and now I need to migrate to Java 17 (32-bit). However, I noticed that there is no 32-bit version of Java 17 ...
SSW's user avatar
  • 3

15 30 50 per page
1
2 3 4 5
8304