Questions tagged [eclipse-2018-12]

Eclipse SimRel 2018-12 (core Eclipse 4.10) was released on 19th December 2018. Use this tag for questions which are specific to this Eclipse release, in most cases you should also specify the eclipse tag.

Eclipse SimRel 2018-12 was released on 19th December 2018. This release contains support for Java 11.

This release uses version 4.10 of the core Eclipse

10 questions
2
votes
1 answer

Allow Eclipse to recognize standard library JDK11 patched module

Just out of curiosity, I'm trying to setup Eclipse to allow it to compile and run an application with a standard library class being patched. I have 2 Java projects patch and consumer: one containing a string patch class (with a new method size(),…
Koldar
  • 1,317
  • 15
  • 35
1
vote
1 answer

Are there any code folding plugins for Eclipse 2018-12?

I have been looking for a while now for code folding plugins, but none of them are for Eclipse 2018-12 version. Does anyone know of any that will work with THIS version? I know that I will probably be gotten on to for posting a question like this,…
CVDev
  • 61
  • 4
1
vote
1 answer

How to create or view sql files on Eclipse 2018-12

I have recently installed Eclipse IDE 2018-12 IDE. As part of project, I require to work with sql(s). I don't see sql wizard on opening create file (that was available on earlier Eclipse version Kepler, ...) When I copy any file to target project,…
inityk
  • 476
  • 1
  • 9
  • 18
0
votes
0 answers

Eclipse 2018-12 version - SVN option is missing in Import Project menu

We are having trouble importing a project from SVN into Eclipse 2018-12 version. It was working fine until we came up to some random errors. After a lot of debugging, we decided to install a clean setup of Eclipse 2018-12 on the machine. However,…
Vasileios
  • 1
  • 3
0
votes
1 answer

Build RCP application didn't run the lifecyclemanager

i hope i solved all my plugin and dependency issues for my RCP application. I hope it is my last issue, so currently if have the effect that my lifecyclemanager is not runing in the build RCP application. I have several user permissions and i…
Darksmilie
  • 193
  • 1
  • 11
0
votes
0 answers

The type org.objectweb.asm.ClassVisitor cannot be resolved. It is indirectly referenced from required .class files

I am using ASM 7.0 in a short Java 11 project, which convert a class file to a text using the following code: final var charset = StandardCharsets.UTF_8; final ByteArrayOutputStream bos = new ByteArrayOutputStream(); try (var pw = new…
NoDataFound
  • 11,381
  • 33
  • 59
0
votes
1 answer

Setting up Eclipse for Java

I am setting up eclipse 2018-12 for java for the first time and I need to import some preferences, which I have downloaded as an epf file. The directions I am following say to go to the menu item file, and to then click import and to then to a bunch…
0
votes
0 answers

gluon: project wizard could not be started at eclipse 2018-12

The wizard for creating a gluon-project with the gluon-plugin (Version 2.6.0) cannot be started. error message: The selected wizard could not be started. Plug-in com.gluonhq.eclipse.plugin was unable to load class …
0
votes
0 answers

Setting up Eclipse with a unprecise manual

I want to configure eclipse to use it with a new risc-v processor. For the configuration there is a manual given. But this manual is very unprecise and I'm not sure I will configure it the right way. I hope someone with experience in eclipse…
ulix
  • 1
  • 1
0
votes
0 answers

Eclipse java - Different code templates for different source folders

Is there a way to set up different "generated code templates" (to be clear, not the completion templates that come up when you press ctrl+space, but instead the ones accessed at Window -> Preferences uner Java -> Code Style -> Code Templates) for…
vikarjramun
  • 1,042
  • 12
  • 30