users@glassfish.java.net
Re: Native library already loaded in another classloader
This message
: [
Message body
] [ More options (
top
,
bottom
) ]
Related messages
: [
Next message
] [
Previous message
] [
In reply to
]
Contemporary messages sorted
: [
by date
] [
by thread
] [
by subject
] [
by author
] [
by messages with attachments
]
From
: <
glassfish_at_javadesktop.org
>
Date
: Thu, 29 Apr 2010 15:48:38 PDT
This is a good tutorial, but you need to make one little change
http://codethesis.com/tutorial.php?id=1
Change
File file = new File(name);
to
File file = new File(Thread.currentThread().getContextClassLoader().getResource(name).getFile());
[Message sent by forum member 'lineman78']
http://forums.java.net/jive/thread.jspa?messageID=399676
This message
: [
Message body
]
Next message
:
Dominik Dorn: "Re: Admin console generated folder is continuously growing"
Previous message
:
Dominik Dorn: "Re: Automatic user lockout"
In reply to
:
glassfish_at_javadesktop.org: "Native library already loaded in another classloader"
Contemporary messages sorted
: [
by date
] [
by thread
] [
by subject
] [
by author
] [
by messages with attachments
]