FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 822 : libraries not showing up in "Import Library" menu
Last modified: 2009-05-30 13:53
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:
polymonkey
Assigned To:
fry
Attachment
Type
Created
Size
Actions
Description
: Opened: 2008-06-13 12:57
This might be a double bug post. But just in case.
revision 0141
Libraries installed under processing-0141/libraries aren't showing up in
the Sketch->Import Library menu. However if the same jar files are in a
code folder under the sketch then they work. To test I'm using the
objloader sample file from here
http://www.polymonkey.com/processing/OBJLoader/013/ObjLoader_Sample.zip
This is the error that comes up
import processing.core.*; import saito.objloader.*; import
processing.opengl.*; import java.applet.*; import java.awt.*; import
java.awt.image.*; import java.awt.event.*; import java.io.*; import
java.net.*; import java.text.*; import java.util.*; import java.util.zip.*;
import javax.sound.midi.*; import javax.sound.midi.spi.*; import
javax.sound.sampled.*; import javax.sound.sampled.spi.*; import
java.util.regex.*; import javax.xml.parsers.*; import
javax.xml.transform.*; import javax.xml.transform.dom.*; import
javax.xml.transform.sax.*; import javax.xml.transform.stream.*; import
org.xml.sax.*; import org.xml.sax.ext.*; import org.xml.sax.helpers.*;
public class Temporary_5723_5699 extends PApplet {
^
/tmp/build38614.tmp/Temporary_5723_5699.java:21: cannot find symbol
symbol : class OBJModel
location: class Temporary_5723_5699
OBJModel model;
^
/tmp/build38614.tmp/Temporary_5723_5699.java:43: cannot find symbol
symbol : class OBJModel
location: class Temporary_5723_5699
model = new OBJModel(this);
^
3 errors
Additional Comment
#1 From fry 2008-06-13 13:35
you sure this isn't the same issue as
bug #823
you just posted?
Additional Comment
#2 From polymonkey 2008-06-13 21:23
(In reply to
comment #1
)
>
>
>
> Additional
Comment #1
From
>
> fry
> 2008-06-13 13:35
>
> <!--
> addReplyLink(1); //-->[reply]
>
>
>
>
> you sure this isn't the same issue as
bug #823
you just posted?
>
>
it's a separate issue. But I think I got a little confused in the bug
reporting. Basically no third party libraries are showing up in sketch ->
Import Library. sorry for the confusion.
Additional Comment
#3 From fry 2008-06-15 14:25
but the core/built-in libraries are showing up?
is this for libraries in the processing-01XX/libraries folder, or libraries
found in your sketchbook?
(and if the latter, have you checked your sketchbook location to make sure
it hasn't been reset?)
Additional Comment
#4 From fry 2008-08-16 15:04
no followup for two months, closing bug.
Additional Comment
#5 From comptonator 2009-05-30 13:53
Actually, I'm having the same problem as the previous user.
trying to import the treemap library.
sketch is in treemap_chapter directory so I created the folder
treemap_chapter>libraries and mv'd treemap to libraries.
closed sketch and processing, then reopened processing and sketch. treemap
is not listed in the libraries list.
(In reply to
comment #4
)
>
>
>
> Additional
Comment #4
From
> fry
> 2008-08-16 15:04
>
> <!--
> addReplyLink(4); //-->[reply]
>
>
>
>
> no followup for two months, closing bug.
>
>