Bug 540093 - Can't import any referenced libraries from project's build path
Summary: Can't import any referenced libraries from project's build path
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 4.10   Edit
Hardware: Macintosh Mac OS X
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard: stalebug
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-12 17:13 EDT by Aden Power CLA
Modified: 2022-11-16 11:54 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aden Power CLA 2018-10-12 17:13:59 EDT
All referenced libraries are unable to be imported by classes. I'm running jdk 10.0.2 and java 11. Inside my "src" folder I have a package. 

Inside the package I have a class. I've also added four different jars to my build path (3 from different sources) and whenever I try to import them like: 
import org.jblas.Info; 
I get the error "The import org cannot be resolved". 
I've restarted the project from scratch and made new projects but the error still persists. 
Interestingly, if I try to use a property of the class in one of my methods, for instance Info.VERSION. It obviously says that that cannot be resolved but when I hover over it one of the quickfixes says "Import org (org.jblas)" and if I click it it does nothing.
Comment 1 Stephan Herrmann CLA 2018-10-13 15:26:56 EDT
Is this the same as your forum question https://www.eclipse.org/forums/index.php?t=msg&th=1095579&goto=1796374&#msg_1796374 ?
Comment 2 Eclipse Genie CLA 2020-10-12 18:25:12 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.
Comment 3 Eclipse Genie CLA 2022-11-16 11:54:51 EST
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.