What is Required for Distribution of Desktop App

Hi,
I'm trying to figure out what is required to distribute JMF. I don't want to make users install an executable, I just want to include required JARS/data files/libraries for a streaming webcam (no audio). (I have read the README and searched all over online, but I'm still not sure)
I create my app, and I have customizer.jar, jmf.jar, jmf.properties, mediaplayer.jar, multiplayer.jar, sound.jar in the lib folder. Although I only need the jmf.jar, and possibly the jmf.properties? I am using NetBeans.
Anyways, I still can't get it to work on another WinXP computer. If I disconnect my camera on my computer, the app still knows what type of device camera it is looking for (vfw:Microsoft WDM Image Capture (Win32):0), but when I trying to run it on another computer with or without the camera connected , it doesn't seem to know because no devices print out when I print the list.
Thanks for your time, I am out of ideas.
J

806359 wrote:
Captfoss,
Do you know where I can find a programmer's guide that explains the Dll's that I need to include for JMF distribution without the installer? I can't find documentation anywhere. The Windows delivery doesn't seem to include any, so I guess they are only installed with the executable installer?AFAIK, there isn't one...
Or better yet, do you know much about DirectShow? or can you point me to a nice replacement to JMF, possibly one that has some JNI included? I just want a lightweight simple video framecapture support on Windows 7. ( I have read that JMF might not work on Windows 7 anyways) I can't believe I haven't found anything good online yet, maybe I am looking in all the wrong places.Adobe Flex and Silverlight 4 are probably the most commonly used "new" technologies for dealing with AV data... You can use C/C++/C# to use some native AV libraries, but as far as using Java, there really isn't much support for video because you really need lower-level access than Java provides to take advantage of things like hardware acceleration and such...
So all of the Java APIs (JMF, FMJ, Quicktime for Java, etc) are essentially Java wrappers for native code... so those are the 3 things I'm aware of that do AV in Java...

Similar Messages

  • Is there a way for the CC desktop app to recognize already installed software?

    Is there a way for the CC desktop app to recognize already  installed software? Initially the CC app had all my installed software  listed but since one of the patches it no longer  knows what I  have installed. I can still use everything but I'm worried I will  encounter issues if I am unable to change this situation. I have already looked through multiple discussions looking for an answer so if I have missed the solution my bad.
    Cheers
    Kelly

    You would have to run teh Cleaner tool and reinstal lfrom scratch. Something botched your installer database.
    http://www.adobe.com/support/contact/cscleanertool.html
    Mylenium

  • Cannot find official hardware system requirements for a pc running app-v client on W7

    looking for
    hardware system requirements for a pc running app-v client on W7
    Thx.
    "When you hit a wrong note it's the next note that makes it good or bad". Miles Davis

    Hello,
    Did you attempt to google for "app-v 5 system requirements"?
    http://technet.microsoft.com/en-us/library/jj713426.aspx
    Nicke Källén | The Knack| Twitter:
    @Znackattack

  • The requirements for Enterprise Signed viewer app

    Hi,
    The requirements for Enterprise Signed viewer app are iOS Developer Enterprise Program and DPS Enterprise Edition?
    It is possble to built an Enterprise Signed viewer app rith DPS Professional Edition?
    shimoawazu

    You need DPS Enterprise Edition and iOS Developer Enterprise program to create enterprise signed builds. You cannot create Enterprise signed builds using DPS Professional Edition.

  • Questions on SETSPN syntax and what is required for MANUAL AD auth

    I'll preface this by stating that I don't need to do all the extra stuff for Vintela SSO, SSO to database, etc.  I just need to know precisely what is necessary to do to get AD authentication working.  I managed to get it working in XIr2 previously but it's been so long and I'm not 100% sure that everything I wound up doing was absolutely necessary that I wanted to sort it out for good as we look at going to XI 3.1 SP3.
    In the XI 3.1 SP3 admin guide, page 503, the SETSPN command which is
    used as part of the setup process to establish a service account to
    enable AD authentication is outlined as follows:
    SETSPN.exe -A <ServiceClass>/<DomainName> <Serviceaccount>
    The guide suggests that the <ServiceClass> can be anything you want to
    arbitrarily assign. If I choose something other than the
    suggested "BOBJCentralMS" value, is there anywhere else I have to
    specify this value to allow the service account to function properly?
    The guide suggests that the <DomainName> should be the domain name on
    which the service account exists however I've seen many posts online which seem to
    indicate this <DomainName> should actually be the FQDN of the server
    running the CMS service instead of the general domain name.
    Clarification there would be very helpful if anyone has some insight.

    The CMS account can have an SPN of spaghetti/meatballs, there are no requirements (cept 2 characters on each side of the / I believe). The SPN created should be the value entered in the CMC > Authentication > Windows AD
    The account must run the SIA and it therefore must have AD permissions. Now if you are using IIs or client tools you don't even need an SPN. The SPN is for kerberos only which is required for java app servers.
    The vintela SSO white paper in the this forums sticky post explains the roles of a service account.
    Regards,
    Tim

  • Download for Adobe CC desktop app?

    Creative cloud uninstalled while updating (no longer on my computer). The installed apps are still up and running. How and where can I download the desktop-app (again) for Adobe CC? Because I can't find a download anywhere on the website...

    Hi Robby_vww,
    Please use the following link for downloading Adobe CC .
    creative.adobe.com/products/creative-cloud
    Cheers,
    Kartikay Sharma

  • Here is how to enable full screen mode for AIR Mac Desktop Apps

    I just discovered that with a very simple native extension method, I can enable full screen mode for AIR Mac Desktop Applications.
    This gets you the full screen icon in the top right, and it works perfectly with no changes to my code. (Obviously only works on Lion and above, since this is a Lion feature)
    Enjoy.
    Here's the code:
        FREObject _EnableFullScreenMode(FREContext ctx, void* functionData, uint32_t argc, FREObject argv[])
            //We should be okay to do this, even on 10.6, according to this post:
            //http://www.cocoabuilder.com/archive/cocoa/311124-implementing-full-screen-for-10-7-but-app-should-also-run-on-10-6.html
            //We can't use [NSApp mainWindow] - didn't appear to work
            //This seems to though:
            NSArray * allWindows = [NSApp windows];
            if (allWindows.count > 0)
                NSWindow *mainWindow = [allWindows  objectAtIndex: 0];
                NSWindowCollectionBehavior behavior = [mainWindow collectionBehavior];
                behavior |= NSWindowCollectionBehaviorFullScreenPrimary;
                [mainWindow setCollectionBehavior:behavior];
            //TODO: Return a boolean instead depending on if we found the main window
            return NULL;

    Press Control + Command + F on your keyboard to enter or exit full screen mode.

  • RUM for Creative Cloud Desktop App

    We are currently using the RemoteUpdateManager to update our installed versions on Win7 computers which works great using just the "RemoteUpdateManager --channelIds=" however it is not updating the Desktop App.  How can we include this in the auto-update?  It requires admin permissions to update which the users don't have and we're finding that if we're running a version behind things stop synching properly.  We would like this to update automatically along with the rest of the CC apps.
    Thanks.

    I completely agree that the entire process should be under one simplified update method. Saying you can't do it is not accurate. Your company choosing not to do it is much more accurate. If you aren't willing to unify the installation process, allow us to download .pkg files of the offending updates and let us push them out via ARD or the like. Forcing us to suffer through the manual station by station update of the convoluted desktop app, Acrobat updates etc. is an embarrassment at this point. Please just fix it and stop making excuses. Managing your company's software installations, troubleshooting and updates is eating up the majority of my job these days. If there was a viable alternative to your software present, my boss would force us to switch immediately.

  • What legal requirements for releasing an Microsoft Excel add-in?

    Hello,
    We developed an application to be released as a Microsoft Excel add-in. What are the legal requirements for releasing an add-in? We are located in Manitoba, Canada.
    Kurt Jakob,
    C.E.T.
    Certified Engineering Technologist
    Horizon Innovations

    You are free to release the add-in any way you want - for free or commercially. There are no legal requirements.
    Regards, Hans Vogelaar (http://www.eileenslounge.com)

  • What DVD Require for AIX IBM

    Dear All,
    Please Suggest me We want install SAP 2005 On AIX IBM
    What DVD Change for AIX IBM Os.
    We want to install SAP on AIX IBM Operating System so We have all sap DVD for windows
    IS any difference for AIX IBM Os.
    Thanks
    Kumar

    "SAP 2005" is not a product. Contact you SAP Sales Representative to help you define which SAP product is best suited for your business needs

  • What is the difference on the desktop app for Creative cloud between "install" and "try"?

    Basically that is my question. Does anyone know if the "try" apps are extra money? thanks

    Correct.
    Install usually means its included in your membership and can be downloaded for free.
    Try usually means try for 30 days then spend more money if you want to continue using it after that.
    Most Cloud software is included in your membership. Which software is showing Try?

  • Looking for a simple desktop app

    Help please -- there's an app out there that does this simple thing but I can't remember its name or see it in the App Store.
    What I'd like to do, when watching a video, is blank out the rest of the desktop somehow.
    (Think I saw a small note in Macworld a few months ago about it).
    Thanks -- fortes

    Thanks, BDAqua, but no. I'm not seeking to go Full Screen with the video but rather to have the rest of the desktop go blank -- so as to watch a video that's on the desktop without anything else showing.
    (Been through all the recent Macworlds and still can't find it).
    fortes

  • What is required for CF COM Support?

    Hi,
    I am using a CF9 trial and am trying to instatiate a COM Server that I wrote. I can get some servers to work, while others will not. What does CF require of a COM Server? Does CF require any Implemented Categories be set when the server is registered (DLLRegisterServer)? If so what categories does it require? I cannot find this documented anywhere?
    Thank you.
    Steve

    Hi,
    Thank you for the suggestions.
    I can see my DLL listed in dcomcnfg, but how do I register a DLL in dcomcnfg?
    I have Admin Rights on my system. This is a developer licencse of CF on a single system.
    I know this is not a data type issue as I have only one method in my server that has no parameters or a return value. I can also see that CF does not call QI in the server.
    There is something I missing in registering the DLL and am just not sure what CF wants. Does CF require that it be a control? Does it have to support a container?
    Thanks,
    Steve

  • No Home for this CC Desktop App User

    The Home page does not display in my CC desktop application. When I click on Home it just keeps spinning and spinning but never brings up the Home page. All of the other tabs work correctly.  Any ideas as to why the Home page won't load? It's supposed to display The Activity Stream. Not really crucial but it should still work.  It's now been trying to load for 2 minutes so I'm thinking it's not going to load or it's really, really slow. Thanks!

    See my thread, "Cloud App Manager - D.U.M.B. Award"
    It can't get a history from your CS6 apps, so spins and spins.  Mine works now.

  • Still no solution (more than 6 weeks) for my CC desktop App problem - get really frustrated

    still got the message, I have a download error when I jump to the app section of the cc desktop app

    what error?

Maybe you are looking for