| Summary: | Importing a .jar file is not available | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Jonathan Camilleri <camilleri.jon> |
| Component: | UI | Assignee: | JDT-UI-Inbox <jdt-ui-inbox> |
| Status: | RESOLVED INVALID | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | daniel_megert |
| Version: | 3.6.2 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
Jonathan Camilleri
You can use File > Import > Archive. Please use the newsgroups/forum to ask questions before opening a bug report. It won't work as expected with .JAR files, however, I found another option after a while, which allowed me to import an external JAR. Would you consider having "on mouse hover" kind of help because Eclipse includes extensive functionality, and, it is a pity that some of it is not immediately and intuitively available. >It won't work as expected with .JAR files
Probably depends on what you expect ;-)
What exactly did you try to achieve?
(In reply to comment #3) > >It won't work as expected with .JAR files > Probably depends on what you expect ;-) > > What exactly did you try to achieve? Just trying to configure Apache Log 4j logging services (http://logging.apache.org/log4j/1.2/manual.html), and, including the .JAR is a good way to start trainng. In that case there is no need to import the JAR but simply add it the Java build path. (In reply to comment #5) > In that case there is no need to import the JAR but simply add it the Java > build path. Noted thanks, I guess you are referring to the Preferences > Java > Build Path > Classpath Variable option. (In reply to comment #6) > (In reply to comment #5) > > In that case there is no need to import the JAR but simply add it the Java > > build path. > > Noted thanks, I guess you are referring to the Preferences > Java > Build Path > > > Classpath Variable option. No. You would either use 'Add JARs...' or 'Add External JARs...' on the 'Libraries' tab. |