Can jmc.dll be used in Windows 7?

Hi all,
I developed a video application using Java media Components and it works in Windows XP and Vista.
But when I launch it in Windows 7, the error message is shown "Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: C:\Users\hting\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\1\2d356c01-6988cd3a-n\jmc.dll: Can't find dependent libraries"
Does any body ever use JMC in Windows 7? Is it the jmc.dll problem?
Simon:)

I used Dependency Walker to look at what dependent libraries JMC.dll relies on. Nothing exotic. DW shows when a DLL is missing, you might use it to see what you need.

Similar Messages

  • Can photoshop 7 be used with windows 8?

    Can photoshop 7 be used with windows 8?

    Unlikely, but feel free to try using compatibility modes and al lthe otehr usual tricks.
    Mylenium

  • Can time capsule be used with windows programs

    can time capsule be used with windows as a wi fi router? or dose the disk that came with the time capsule work with windows program?

    The wifi router side will work fine.
    The disk that came with the TC should have windows version of airport utility but you can download it.. that is important if you want to setup the TC or use the shared disk.

  • Can ethernet ports be used for windows pc as a LAN so that i can share all documents through it?

    can ethernet ports be used for windows pc as a LAN so that i can share all documents through it?

    The current 27-inch iMac can. Other iMac models can't outside of a VNC setup or ScreenRecycler; all such solutions require a standalone monitor for setup and troubleshooting.
    (51433)

  • I have a Lexmark Prevail Pro 705 printer connected to my network wirelessly. I can no longer scan from it using Image Capture. I can print to it. I can scan from it using a Windows machine. Most updated firmware. Driver v 11.0 Any ideas?

    I have a Lexmark Prevail Pro 705. Latest (as of july 30, 2012) firmware. Mac driver v 11.0
    I can no longer communicate wirelessly with the scan feature of the printer. I can print no problem using a wireless connection. Using a window's machine I can scan wirelessly from the printer. It seems that my iMac (OSX 10.8, 3.06 Ghz Intel Core 2 Duo, 24inch early 2009) is not connecting to it. I can put a USB cord into the computer and scan.
    Any ideas? This came up starting 2 weeks ago. I had hoped the operating system upgrade would solve it. It has not. I see nothing on the Lexmark boards about this. Since the printer works fine in both print an scan mode using a windows machine and can print fine from a Mac but not scan I don't have any ideas but I suspect it is the Mac.  

    Repair your disk permission: http://bit.ly/OeD7U3.
    Run Cleanup tool http://bit.ly/vnukXY
    Download updated driver from Lexmark website www.lexmark.com
    Run firmware update http://bit.ly/AcNqbg
    Reset printing system http://support.apple.com/kb/HT1341

  • Can environment variable be used in Windows

    Can an environment variable be set and used in Windows for compiling.
    For example, instead of typing in something like
    javac -classpath c:/java/j2sdk/xml/lib/jaxb.jar MyProg.java
    can I set an environment variable (call it "ev")
    to c:/java/j2sdk/xml/lib
    (or would it be c:\java\j2sdk\xml\lib)
    so that something like one of the following (which one?) will work:
    javac -classpath ev/jaxb.jar MyProg.java
    or
    javac -classpath %ev%/jaxb.jar MyProg.java
    or
    javac -class path %ev%\jaxb.jar MyProg.java

    Don't know - best way to find out is to test.

  • Can you really not use a windows-formatted hard drive with Time Machine?

    I still have people in my household that think Windows is the way to go, and so they have used all the hard drives to back up their stuff.
    There is still a reasonable amount of room on one of the hard drives for me to do a Time Machine backup, however it is obviously formatted to Windows.
    Is there ANY way the hard drive can be used with both systems?
    It's a bit of a bummer if I have to shell out for a new one just for my MacBook!
    Thanks

    Do you mean you want to connect a USB drive to the TC?  If so, it will recognize a disk formatted in FAT32, but not ExFAT or NTFS.
    If you mean you want a Windoze-like partition on the TC's internal HD, that's a bit trickier, since it can't be partitioned.  But you could create a disk image on it via Disk Utility, formatted MS-DOS (FAT) aka FAT32, or ExFAT  (I'm not entirely sure if ExFAT would work in a disk image there, but it might.)

  • Can Endpoint 2012 be used on Windows Server 2008 R2?

    I have never used this product before.  I just need to protect one Microsoft Window Server running 2008 R2 Enterprise.  I don't need to install the infrastructure or manager.  Is this possible?
    Thanks!

    Hi,Yes you can simply install it manually, server 2008 r2 is supported no problem..
    Regards,
    Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

  • Satellite P200-10O: Can't send emails using Vista Windows Mail

    Can any one help.
    I have a Satellite P200-10O, with Vista installed. In Win Mail i have set up my email accounts as normal.
    When i open Win Mail i can click send and receive and it searches for new messages, this can be repeated as often as you like. However when i create a new message and click send it stops working. The message goes into the outbox, if i open it in the outbox and click send, nothing happens, after a while of trying every thing freezes up. If i then close the program and re open it will send the message but then sometimes the send and receive doesn't work until you close and re open. Also the message counters do not up date.
    I have tried everything i can think of, Vista forum, ISP, Toshiba. So far no joy although i will be getting back in touch with Toshiba again. Message is set to send immediatley.
    No virus or firewall is being used.
    Cheers
    1stopcarp

    Hi buddy,
    why are you making yourself such problems?? Why dont you use Mozilla Thunderbird which is faster, reliable and has better functions then this Vista Mail thingy??
    I use Thunderbird now for some years and I love it. Its better than outlook and has so many functions which make the work a lot easier.
    If I were you I would check the following link a thinkabout:
    http://www.mozilla-europe.org/en/products/thunderbird/
    Greets

  • Can't execute net use with CF9

    On our win 2003 dev server we cfexecute a batch file which in turn calls another batch file, CONNECT.COM  which temporarily connects to each of our production servers so that we can copy new files over to production using BeyondCompare. This has been working fine for years.
    CONNECT.COM  is like this but of course encrypted:
    REM %1 is drive letter, e.g. X: $2 is sharename, e.g. "\\dw1\dw"
    net use %1 %2 {synchuser password here}  /USER:domainname\synchuser /persistent:no
    We recently upgraded from CF7 to CF9 and at the same time switched to using a non-administrative account to run CF under. Now our synchronization script won't complete, i.e. it runs the batch file to the point where CONNECT.COM is called then times out while trying to make the connection.
    We also run this script as a CF scheduled task and have the same problem so we tried running the task using an admin username/password.. That didn't help.
    I'm an administrator and can run the batch file with no problem. I can also run it using a windows scheduled task running under the admin uesrname/password we tried with the CF scheduled task. It just seems that ColdFusion can no longer execute the NET USE command.
    Any ideas?
    Thanks

    It sounds like the account used to start the ColdFusion service does not have the rights it needs on the servers in question. Either change the account that the CF service runs under, or give the CF account the necessary priviledges to the files in question.

  • Can my MacBook Pro use boot camp with Windows 7 with BitLocker encryption?

    I'm at wit's end with this, and I'm hoping I can get some advice here.  I've read so many forum, posts and reviews that I'm not entirely sure what I can trust.
    I have an early 2011 MacBook Pro (MacBookPro8,3). I need to run Windows encrypted for work purposes. It needs to be real windows with full-disk encryption (FDE). The business tools run in boot camp, but not in Parallels, because Parallels doesn't support DirectX 11. I would also benefit greatly from an SSD.
    I do not want to do anything hacky like removing the Mac reocovery partition, because I've read that just loading Disk Utility in OS X might mess up your patrition boot tables as it tries to "fix" things. I don't want to have to manually reocover to fix stuff or chance losing data.
    I have read (and tried) installing BitLocker on Windows 7 Ultimate under boot camp, but ran into the partition limit on my internal HDD. A maximum of 4 partitions are allowed, and between OS X, its recovery, boot camp, and the Windows partition, all 4 are used.
    I have considered one of the following, which may work:
    Install OWC's Data Doubler Kit with an additional 240GB SSD (http://eshop.macsales.com/item/OWC/DDMBS6E240/). I would replace the internal SuperDrive with the HDD, and install the new SSD on the faster SATA 6G port. Windows would be installed on the SSD and OS X would stay on the HDD.
    Replace the internal HDD with a new SSD (keeping the SuperDrive). I would lose OS X altogether and just have Windows installed.
    Forget the entire thing and just buy a PC for work.
    My thoughts are that with option both options #1 and #2, I don't even know if these setups will allow BitLocker. In both cases, Windows will be the only partition on the drive, so I'm assuming that when BitLocker is installed, there will be room for the new partition it creates. With option #1, I'm pretty sure I'd still be using Boot Camp, but how would that would for option #2? Is boot camp used even though there is no Mac partition? Would I still need to keey the Mac Recovery partition for this to work? I'd probably need to use Boot Camp drivers under Windows, I think.
    I'd certainly be interested in using a self-encrypting drive (SED), especially a SSD, but I'm concerned that most of them appear to require TPM or BIOS functions that Mac's EFI does not provide. Such a drive would allow me to drop BitLocker, but I would need to be use the self-encryption actually works on this setup. From what I've read, most of the SED drives will work just fine under EFI, but you won't be able to set or access the encryption password, which pretty much makes these drives unencrypted.
    I've read that BitLocker can be configured to use a flash drive as a decryption key, but I haven't been able to test that yet. I'm tried creating bootable flash drives under Windows and OS X, and none of them seem to appear when I access the boot menu (hold option during boot chime). I don't even know if this system supports bootable USB flash drives, or whether they can be used as a BitLocker key under boot camp.
    For the record, I have attempted to use an external thunderbolt drive as my Windows partition, but Windows doesn't want to be installed on removable media, and even if it worked, I believe you can only boot OS X from thunderbolt. I do have a second OS X install booting from the thunderbolt drive, so I know that works. Also, FileVault 2 is installed on my OS X partition, and I read something about FV2 using the Recovery partition somehow so you can't remove the recovery partition to make room for BitLocker.
    So ... does anyone have any suggestions preferably based on personal experience as to whether options #1 or #2 should work for my needs?
    At this point, I'm really thinking I should just bite the bullet and purchase a PC that I will forever look down upon.

    Are you using a MacBook Pro? Is everything installed on the same drive?
    I would love to know how that install was performed. When I install Windows under boot camp, my MacBook Pro drive ends up with 4 partitions: Mac, Mac Recovery, Windows, and a small partition that I believe is used by boot camp.
    Installing BitLocker on Windows requires the creation of a new small partition that Windows will boot off. The small partition is unencrypted, while the primary Windows partition will get encrypted. The following post discusses the maximum partition issue: https://discussions.apple.com/message/22753791#22753791
    Has anyone installed Windows through boot camp on it's own drive, and if so, can BitLocker be installed on that without reaching any partition limit? I'm assuming that's possible, but would like to know before I spend hundreds on new hardware.

  • How can I convert an outlook pst file to mac mail without using a windows based computer

    I recently bought the new iMac as my older Windows based computer crashed with a bad motherboard.  I have been trying to find a way to convert Outlook 2007 pst files to Mac Mail without the need to use a Windows based computer since all I have now is a Mac.  I have the copies of the pst files on my Mac, so I am looking for the most efficient way to convert them to the format that I can then open them in the Mac Mail.  Any suggestions would be greatly appreciated.

    Hi - thanks for the instructions but where do you get the option for Quicktime. If I do File - Export I only get the options for File name, place and size but no option that allows to select quicktime:-(
    Have you got any more tips?

  • How can I access files from a flash drive that were previously saved using a Windows computer? When I attempt to open the file on MacBook Pro, it is asking to "convert file to"; I also have Microsoft Word installed on the Mac as well.

    How can I access files from a flash drive that were previously saved using a Windows computer? When I attempt to open the file on MacBook Pro, it is asking to "convert file to"; none of the options I choose work. I also have Microsoft Office (with Word) installed on the Mac as well.

    Format the external drive as FAT32 or ExFAT. Both computers will then be able to read and write to it.

  • How many times can I use a Windows 7 disc in Bootcamp?

    Hello,
    I want to install Windows 7 on my Macbook Pro via Bootcamp, but I am wondering how many times I can use the Windows Install disc. Currently, I have one MacBook Pro, and in the near future, I will be getting an iMac. Now I want to be able to create a Windows partition for each of these computers, but I am wondering if I will be able to use the same Windows Install disc, or activation keys, or whatever. So can I use a single Windows Install disc on two different computers to create two fully-functioning Bootcamp partitions?
    Thanks for any help.

    yes an activation pair the serial nr with a guid from the hardware one install it on so it can only be activated 1 time
    (if ones computer dies then one have to call ms to be able to use the serial on a new computer)
    if one does not activate windows it will stop working after 30 days or so

  • Can I use two Windows User Accounts simultaneously?

    Hi
    I use my pc for two businesses. Presently I have two user accounts that I have to switch bewteen by logging off each time - disconnecting my broadband.
    Is it possible to run the two accounts simultaneously?
    Regards,
    Grant Basson
    [email protected]

    Hi Grant,
    You can use the Windows shortcut to have two or more user account active at the same time. The short cut for this is to press and hold the 'Windows' key on your keyboard and also press the 'L' key. This will then cause the Windows log-on screen to be displayed but without logging off the first user account.
    regards,

Maybe you are looking for

  • Why is iCal not opening? Is it the fault of Lion?

    Hi, I wonder if anybody out there can help med? On my MacBook iCal won't open at all. I'm not very sure when the problem started, possibly when I installed some more memory and Lion. I'm now on OSX 10.7.4. Does that mean that my old iCal should be de

  • [Solved] Can't get cURL to work in PHP

    Hello. I have this error: Call to undefined function curl_init... In phpinfo() it says: ...'--with-curl=shared'... "curl" package is installed. "curl.so" in php.ini is uncommented. "/usr/lib/libcurl.so" is in the system. Why can't I use curl function

  • Saving a PDF. as a CSV file

    Hello Forum Users, Is there a way to save a down loaded mailing label PDF. and save it as a "Comma Separated Values" file or CSV. file. I'd like to import data to my contacts data program. Your help would be appreciated.

  • Hos to change the sqlplus feedback language?

    hey , i want to know how can i change the language that sqlplus displayes feedback messages in (messages like "2 rows inserted" , "100 rows deleted","commit complete"...). i'm working with the regular cmd sqlplus in windown 2003 and the nls_language

  • SCCM 2012 - Unable to locate any configured SRS

    I got this error while configuring the SCCM 2012 "Reporting Point"   Please advise what is the problem even I install  the reporting service in SQL   Configuration Manager Unable to locate any configured SRS instances on the server. Verify SRS is ins