[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform] JRE Refresh on the Mac
|
- From: Ric Wright <riwright@xxxxxxxxx>
- Date: Fri, 13 Feb 2009 12:00:04 -0800
- Newsgroups: eclipse.platform
- Organization: EclipseCorner
- Thread-index: AcmOFakkvHpNgBkDyUWJ9TJ1lYAuIQ==
- Thread-topic: JRE Refresh on the Mac
- User-agent: Microsoft-Entourage/12.15.0.081119
As part of trying to get my JOGL based plugins working on the Mac, I added
the necessary JOGL jars to my /Library/Java/Extensions folder. That maybe
should have worked but it didn't. I have now resolved a better, Eclipsoid
way of doing it (if interested, see Loading Native Libraries in this
newsgroup). Problem is, that on the Mac, Eclipse still thinks the jars are
still in /Library/Java/Extensions even though they aren't there (nor the
trash). In the Build path dialog, the JRE System library entry shows the
jars which are now gone and whines about them. I tried simply deleting the
library entirely and re-adding it but no soap. I even coincidentally
upgraded my JRE entirely (normal Mac update). Nothing.
Anyone know where Eclipse keeps this info and how I can force it to
recognize reality? :-)
TIA, Ric