Questions tagged [eclipse-2021-09]
5 questions
18
votes
8 answers
Eclipse not able to open java files -> Unable to make protected final java.lang.Class java.lang.ClassLoader.defineClass
Getting the following error, after adding Lombok lib
An error has occurred. See error log for more details.
Unable to make protected final java.lang.Class java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int) throws…

Thirumal
- 8,280
- 11
- 53
- 103
15
votes
1 answer
Eclipse 2021-09 code completion not showing all methods and classes
Hi some days before I updated my eclipse 2021-06 to 2021-09 and after that its code completion will not show all the methods and classes. For example if I type frame.setS, then it is showing no default proposals.
But At the same time when I type…

Arsh Coder
- 688
- 9
- 33
0
votes
1 answer
How can I download the Eclipse CVS plugin for the Eclipse 20221-09 separate from Eclipse?
I need to add the CVS plugin to a Eclipse install which sits on a machine without Internet access. For this I want to download the CVS plugin on another machine just as a zip file.
But I was not able to find a URL from which I can separately…

halloleo
- 9,216
- 13
- 64
- 122
0
votes
2 answers
JNDI Liberty Server - Not Working if using ${server.config.dir}
I am using jdk 11 with Eclipse 2021 and WAS Liberty 21.0.0.4.
I also have OpenLiberty 21.0.0.4 and the same issue happens there.
I have ConnectionFactory code that looks like this
public class ConnectionFactory {
private static DataSource ds =…

pixel
- 9,653
- 16
- 82
- 149
0
votes
1 answer
Eclipse 2021-09 is not showing outline for javascript files
I have eclipse 2021-09 (4.21.0) installed with Wild Web Developer 0.11.0 and Node.js embedder included. Javascript files are opened with Generic Text Editor, syntax highlighting is shown but outline view is empty. Even for the most simple *.js…

Viktor Brešan
- 5,293
- 5
- 33
- 36