[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform] Re: Loading Native Libraries (was Re: Plugin loading fails in 3.3/3.4)
|
- From: Ric Wright <riwright@xxxxxxxxx>
- Date: Fri, 13 Feb 2009 11:39:03 -0800
- Newsgroups: eclipse.platform
- Organization: EclipseCorner
- Thread-index: AcmOErmH7A1W4RX/+UyNF+39YzHzBA==
- Thread-topic: Loading Native Libraries (was Re: Plugin loading fails in 3.3/3.4)
- User-agent: Microsoft-Entourage/12.15.0.081119
Walter and I conversed offline and converged on giving up on my other
approach and I simply created a new JOGL plugin by importing the jars.
Worked great on Windows. On the Mac I haven't been able to test due to
another problem. I'll post about that in a minute. When I get this working
on both platforms I'll try to write it up somewhere so others may profit
from my errors.
My thanks to Harley for his advice!
On 2/12/09 12:02 PM, in article gn1v87$lh9$1@xxxxxxxxxxxxxxxxx, "Walter
Harley" <eclipse@xxxxxxxxxxxxxx> wrote:
> "Ric Wright" <riwright@xxxxxxxxx> wrote in message
> news:C5B99748.1B892%riwright@xxxxxxxxxxxx
>> Can some classloading maven suggest what I might do next? Could this be
>> some manifest/buddy-loading issue? I'll look at that next, but any
>> suggestions would be appreciated.
>
> I suspect it's got more to do with execution environment definitions,
> because it sounds like you're talking about libraries that are optional JRE
> components and that aren't getting picked up at runtime.
>
> I don't know the answer, but at least maybe that gives you another search
> term to work with.
>
>