Click to See Complete Forum and Search --> : Eclipse doesn't see JMF


Emerald214
October 12th, 2009, 01:35 AM
I have the following problem:

+ I using newest Eclipse 3.5.1.* and newest Java JDK and I installed newest JMF with default configuration successfully.

+ In Eclipse Editor, when I type: import javax.media.
I don't see Manager class in Default Proposals pane (I mean Intellisense) although I see it in JRE System Library folder expanded in Project Explorer.
When I typed import javax.media.Manager manually, the compiler underlined it as an error "Access restriction...".

+ I googled for that and found out a temporary solution:
http://lkamal.blogspot.com/2008/09/eclipse-access-restriction-on-library.html#comment-form

but I don't like that solution because it just hide the error. I'd like to solve that problem completely without potential errors.

Help me solve these:
1) I want Manager class to appear in Proposals pane.
2) I want fix that error without configuring Errors/Warnings (I mean fix it, not hide it).

Thank you in advance.

Emerald214
October 14th, 2009, 04:48 AM
This means noone can help? Please tell me something. Sorry.

keang
October 14th, 2009, 04:56 AM
This is an Eclipse issue not a Java issue. You might have more luck getting an answer if you ask on a dedicated eclipse forum (http://www.eclipse.org/forums/).