Results 1 to 2 of 2
  1. #1
    SumGuy is offline Member
    Join Date
    Oct 2012
    Posts
    1
    Rep Power
    0

    Default Need to get jar file working for web-cam

    Sorry if this isin't exactly a java programming question, but maybe someone here can help (I have no idea where else on the web I can get this question answered).

    I've got an IP-web-cam that when I access it using firefox, it keeps insisting that I have a missing plug-in and when I click on the "install plugin" link, it wants me to install the java JRE version 1.7.something. I already have the 1.6.something installed and working, so I don't know why it thinks it needs to install the JRE.

    I've come across this elsewhere on the web:

    ========
    I troubleshot the Firefox installation and found an incompatibility with /library/internet plug-ins/javaplugincocoa.bundle. Once that plug-in was removed, the video stream worked under Firefox with the same ultracam applet. Also tested successfully with Opera v9.62.
    ========

    This guy had the same camera, but found a way to get the streaming working on a mac (I'm on windows). I think the problem is with the file ultracam.jar. When I try to "install" it (by double-clicking on it) I get "Failed to load Main-Class manifest attribute". When I unpack it and look at manifest.mf, I don't see "Main-Class". What I see is:

    ======
    Manifest-Version: 1.0
    Created-By: 1.6.0_17 (Sun Microsystems Inc.)

    Name: ultracam.class
    SHA1-Digest: 7UxuH4Scb0tsxTPC2MGlW7YwHa0=

    Name: ultracam$Buffer.class
    SHA1-Digest: gho1wytYUzp5YTuv0RJiF/4Z9FU=
    =======

    That's it. That's the complete contents of manifest.mf.

    So what's the deal here? What do I need to do with this ultracam.jar and firefox so that I can get streaming video from this IP-webcam?

  2. #2
    DarrylBurke's Avatar
    DarrylBurke is offline Moderator
    Join Date
    Sep 2008
    Location
    Madgaon, Goa, India
    Posts
    9,918
    Rep Power
    16

    Default Re: Need to get jar file working for web-cam

    Quote Originally Posted by SumGuy View Post
    Sorry if this isin't exactly a java programming question
    It isn't a Java programming question at all, and outside the scope of this site.

    I'm moving this to the lobby.

    db
    Why do they call it rush hour when nothing moves? - Robin Williams

Similar Threads

  1. Text file to Array working values
    By kraster in forum New To Java
    Replies: 10
    Last Post: 06-24-2012, 05:34 PM
  2. FIle Upload Not Working From Outside The Eclipse
    By sagarvasekar007 in forum Advanced Java
    Replies: 1
    Last Post: 03-25-2012, 02:43 PM
  3. Proxy.pac file not working in IE9
    By choag in forum New To Java
    Replies: 0
    Last Post: 08-26-2011, 03:42 PM
  4. Replies: 1
    Last Post: 07-28-2011, 07:50 PM
  5. Replies: 8
    Last Post: 08-06-2010, 08:41 AM

Posting Permissions

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