Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » MavenCentral SWT for Windows x86_64-3.115.100 missing jar file
MavenCentral SWT for Windows x86_64-3.115.100 missing jar file [message #1836415] Sun, 03 January 2021 02:02
James Garrison is currently offline James GarrisonFriend
Messages: 16
Registered: July 2009
Junior Member
I had an old dependency for SWT in my pom.xml, and decided to update it to the most current version. I changed this

    <dependency>
      <groupId>
        org.eclipse.swt.org.eclipse.swt.win32.win32.x86_64.4.3.swt
      </groupId>
      <artifactId>org.eclipse.swt.win32.win32.x86_64</artifactId>
      <version>4.3</version>
    </dependency>


to this:

<dependency>
    <groupId>org.eclipse.platform</groupId>
    <artifactId>org.eclipse.swt.win32.win32.x86_64</artifactId>
    <version>3.115.100</version>
</dependency>


Resulting in a bunch of errors, of which the applicable one is

The container 'Maven Dependencies' references non existing library 'C:\Users\jim\.m2\repository\org\eclipse\platform\org.eclipse.swt.win32.win32.x86_64\3.115.100\org.eclipse.swt.win32.win32.x86_64-3.115.100.jar'	


The package is listed at MavenCentral appears complete, including the .jar file, but Eclipse does not seem to want to download the jar file. It downloads everything else (javadoc.jar, sources.jar, pom, and sha1 signatures).

How do I get Eclipse to download the jar file as well?
Previous Topic:Customize shell title bar
Next Topic:Moving a shell from a high-dpi to a low-dpi monitor does not rescale the shell and its contents
Goto Forum:
  


Current Time: Thu Apr 25 13:14:55 GMT 2024

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

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

Back to the top