CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2008
    Posts
    61

    Arrow Eclipse doesn't see JMF

    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/e...l#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.
    Last edited by Emerald214; October 12th, 2009 at 01:42 AM.

  2. #2
    Join Date
    Jun 2008
    Posts
    61

    Re: Eclipse doesn't see JMF

    This means noone can help? Please tell me something. Sorry.

  3. #3
    Join Date
    May 2006
    Location
    UK
    Posts
    4,473

    Re: Eclipse doesn't see JMF

    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 .

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured