FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 1114 : Incorrect error information (red spew) on missing libraries
Last modified: 2009-02-19 19:18
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
RESOLVED
Resolution:
INVALID -
Pr
i
ority:
P2
Severity:
normal
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
Reporter:
Smartbottom
Assigned To:
fry
Attachment
Type
Created
Size
Actions
Description
: Opened: 2009-01-07 12:54
Using an import statement where the jar is not in the /code folder generates an incorrect error
(red spew) message that suggests that the jar should be placed in the /libraries folder.
"Starting with release 0149, libraries must be installed in a folder named 'libraries' inside the
'sketchbook' folder."
In fact, creating a libraries folder inside the sketchbook folder does not solve the problem, the
jar must be placed in a 'code' folder.
Additional Comment
#1 From fry 2009-02-19 19:18
No, if it's a library, then it needs to be in the libraries folder.
The 'code' folder is another way of using other JAR files that aren't
wrapped as a Processing library, but you're mixing two completely different
features.