Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Unable to load Tool package
Unable to load Tool package [message #1783286] Sat, 10 March 2018 20:31 Go to next message
Christopher Dürr is currently offline Christopher DürrFriend
Messages: 3
Registered: March 2018
Junior Member
Hi everyone,
as the topic says I got some issues with loading tools called Prog1Tools although I can find them in the JRE System Library in Eclipse.
On my old pc everything has worked just fine.

index.php/fa/32276/0/
index.php/fa/32277/0/

I would really appreciate any suggestions.

Thanks in advance,
Christopher
  • Attachment: Unbenannt.PNG
    (Size: 146.33KB, Downloaded 324 times)
  • Attachment: 123.PNG
    (Size: 116.86KB, Downloaded 356 times)
Re: Unable to load Tool package [message #1783686 is a reply to message #1783286] Thu, 15 March 2018 14:19 Go to previous messageGo to next message
Stephan Herrmann is currently offline Stephan HerrmannFriend
Messages: 1853
Registered: July 2009
Senior Member
Hm, I've never seen such a thing attempted. Why would you want to declare a separate library to be part of the JRE System Library?
I don't think with Java 9 this can be made to work, here the System Library consists of one single image which can - to the best of my knowledge - not be extended like this.

So, what's your reason for this structure?
Re: Unable to load Tool package [message #1783940 is a reply to message #1783686] Tue, 20 March 2018 15:12 Go to previous messageGo to next message
Christopher Dürr is currently offline Christopher DürrFriend
Messages: 3
Registered: March 2018
Junior Member
We use these tools for programmingclass in university,
The reason I implemented this library like I did, is that i implemented it the same way in java 8.
I downgraded java to versoin 8 and everything works fine again.
Re: Unable to load Tool package [message #1783946 is a reply to message #1783940] Tue, 20 March 2018 15:37 Go to previous messageGo to next message
Stephan Herrmann is currently offline Stephan HerrmannFriend
Messages: 1853
Registered: July 2009
Senior Member
Quote:
The reason I implemented this library like I did, is that i implemented it the same way in java 8.


I'm afraid this approach cannot be maintained when Java 8 is no longer an option.
Java 9 indeed changes some fundamental rules. Eclipse cannot do much about this.
Re: Unable to load Tool package [message #1784025 is a reply to message #1783946] Wed, 21 March 2018 16:13 Go to previous messageGo to next message
Christopher Dürr is currently offline Christopher DürrFriend
Messages: 3
Registered: March 2018
Junior Member
Is there a workaround for this? ;P
Re: Unable to load Tool package [message #1784034 is a reply to message #1784025] Wed, 21 March 2018 19:32 Go to previous message
Stephan Herrmann is currently offline Stephan HerrmannFriend
Messages: 1853
Registered: July 2009
Senior Member
what's wrong with making it a regular dependency?
Previous Topic:java decompilers not working
Next Topic:Support for Java 9 in non-beta main version
Goto Forum:
  


Current Time: Tue Apr 23 12:01:17 GMT 2024

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

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

Back to the top