Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Windows 11 and Eclipse install(Need to uninstall old version 2022-03 to latest version)
Windows 11 and Eclipse install [message #1857109] Tue, 17 January 2023 19:51 Go to next message
Eclipse UserFriend
My Eclipse is not working properly. I am getting an error message on my console that :

Error occurred during initialization of boot layer

java.lang.LayerInstantiationException: Package jdk.internal.jimage in both module jrt.fs and module java.base


I have reloaded the software to the latest version from the website and which is
Version: 2022-12 (4.26.0)

Build id: 20221201-1913



I am running windows 11 and on a Lenovo laptop. Here is the test program that I ran to see if it would run a simple program.
public class VendorChange {

public static void main(String[] args) {

// TODO Auto-generated method stub

System.out.println("Hello World !!!!");

}

}




Can you assist me with this problem?

Thank you,

George F. Bingham II
Re: Windows 11 and Eclipse install [message #1857112 is a reply to message #1857109] Wed, 18 January 2023 03:12 Go to previous message
Eclipse UserFriend
This doesn't sound like a problem with the IDE but rather a problem with your application or how you have configured the classpath/module path for launcher. Google "java.lang.LayerInstantiationException: Package jdk.internal.jimage in both module jrt.fs and module java.base" and you'll find others how have this problem, e.g.,

https://stackoverflow.com/questions/52426395/error-occurred-during-initialization-of-boot-layer-eclipse-java

If you have a module-info.java, you might try to delete it.
Previous Topic:Java 17 Support Eclipse 2021-09-421 From Marketplace
Next Topic:Add an Eclipse Maven project to an existing Maven project.
Goto Forum:
  


Current Time: Sat Aug 30 23:24:59 EDT 2025

Powered by FUDForum. Page generated in 0.16230 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top