Running PC Emulator on Tiger

I am a bead designer who can not find bead designing software for Mac's. So I am looking at a PC program which I have been told may be accessed by using an PC emulator. The one I am looking at is iEmulator 1.7.8 (http://www.iemulator.com/) to be used to access the Bead Cellar software (http://www.beadcellar.com/tbcpd.asp). iEmulator says it works with Windows 98, Me, Windown NT & 2000 and Windows XP, as does the Bead Cellar software.
I had never heard of a PC emulator software until yesterday so I am a bit leary. Is there anything I should be aware of. My Mac is running very smoothly right now, can a PC emulator program cause problems?
Any help or advice would be greatly appreciated

Hi, B.E.
Most folks that need to run PC / Windows software on Mac OS X use Microsoft Virtual PC for Mac. More expensive than iEmulator, but probably more widely used.
PC emulators can cause issues. Sometimes your PC app doesn't like the emulator because the emulator isn't well-written. Sometimes the emulators can cause other problems: they're programs, emulating a complex bit of hardware, i.e. an PC processor chip. Running PC apps in an emulator won't give you the same performance as running the PC app on a PC. Since they let you run Windows, you're then generally exposed to the same security problems as Windows.
To see if there's a Mac app that will meet your needs instead of running the PC app under an emulator, search MacUpdate or Version Tracker. The user-submitted reviews accompanying the listings are helpful in sorting the wheat from the chaff.
If there's no Mac app that does what you want, then using Virtual PC and your PC app would be my advice: VPC has good support and is widely used.
The MacWindows site has several reports on different versions of Virtual PC which you might find helpful. See the list of these under "Emulators" in the right margin. The current version of Virtual PC is VPC 7.x, so you may want to review the MacWindows Virtual PC 7 Report. They also have a report on alternatives to VPC, including a few Reader Reports on iEmulator.
Good luck!
Dr. Smoke
Author: Troubleshooting Mac® OS X

Similar Messages

  • I am running Itunes 9 on Tiger. Everytime I try to edit my credit card number, it says "session timed out". I need to change the card number in order to purchase music. Also, I lost the last 2 purchases. Can I download them again without a charge?

    I am running itunes 9 on Tiger. Everytime I try to edit my credit card number, it says "session timed out". I need to change the card number in order to purchase music. Suggestions?
    Also, I lost the last 2 purchases when I backed up after a hard drive crash.  Can I download them again without a charge? Newton

    Downloading past purchases from the App Store, iBookstore, and iTunes Store - http://support.apple.com/kb/ht2519 - enabled with iTunes 10.3 and newer; not available in all countries; apps, books (not audiobooks), music, t.v. shows, and movies (some - not all studios have permitted this). Movies currently available in the USA only. Downloading previously purchased movies and TV shows requires iTunes 10.6 or later.  Discontinued items not available. For items not included in the iCloud list, or locations or computer systems where iCloud is not (yet?) available, you only get one download per fee paid.  Apple notes it is your responsibility to back up your purchases.

  • Wrong ELF class error when trying to run the emulator

    Hello, I've downloaded and installed both the JDK 6 Update 2 (Linux 64) and WTK 2.5.1 as described in the website and everything seems to be fine. However, whenever I try to run an examples, I get the following error:
    java.lang.UnsatisfiedLinkError: /home/myuser/WTK2.5.1/bin/sublime.so: /home/myuser/WTK2.5.1/bin/sublime.so: wrong ELF class: ELFCLASS32 (Possible cause: architecture word width mismatch)
         at java.lang.ClassLoader$NativeLibrary.load(Native Method)
         at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1647)
         at java.lang.Runtime.load0(Runtime.java:770)
         at java.lang.System.load(System.java:1005)
         at com.sun.kvem.Sublime.<init>(Unknown Source)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
         at java.lang.Class.newInstance0(Class.java:355)
         at java.lang.Class.newInstance(Class.java:308)
         at com.sun.kvem.Lime.createLime(Unknown Source)
         at com.sun.kvem.KVMBridge.<init>(Unknown Source)
         at com.sun.kvem.KVMBridge.getBridge(Unknown Source)
         at com.sun.kvem.midp.MIDP.run(Unknown Source)
         at com.sun.kvem.environment.EmulatorInvoker.runEmulatorImpl(Unknown Source)
         at com.sun.kvem.environment.EmulatorInvoker.main(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.sun.kvem.environment.JVM.main(Unknown Source)
    I'm running Fedora 7 x86_64
    My Java environment is:
    java version "1.6.0_02"
    Java(TM) SE Runtime Environment (build 1.6.0_02-b05)
    Java HotSpot(TM) 64-Bit Server VM (build 1.6.0_02-b05, mixed mode)
    My jre is a 64-bit version but the ktoolbar seems to be compatible with 32-bit versions only. is there a way to fix this?
    Any help is appreciated.

    Hi there,
    I'm having the same problem when running the emulator. I've tried changing the emulator file as suggested but have had no luck! I'm using Ubuntu and the java version im using is
    java version "1.6.0_03"
    Java(TM) SE Runtime Environment (build 1.6.0_03-b05)
    Java HotSpot(TM) 64-Bit Server VM (build 1.6.0_03-b05, mixed mode)
    I have the latest version of the WTK also. The error message I get is
    ava.lang.UnsatisfiedLinkError: /home/john/Progs/WTK2.5.2/bin/sublime.so: /home/john/Progs/WTK2.5.2/bin/sublime.so: wrong ELF class: ELFCLASS32 (Possible cause: architecture word width mismatch)
         at java.lang.ClassLoader$NativeLibrary.load(Native Method)
         at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1647)
         at java.lang.Runtime.load0(Runtime.java:770)
         at java.lang.System.load(System.java:1005)
         at com.sun.kvem.Sublime.<init>(Unknown Source)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
         at java.lang.Class.newInstance0(Class.java:355)
         at java.lang.Class.newInstance(Class.java:308)
         at com.sun.kvem.Lime.createLime(Unknown Source)
         at com.sun.kvem.KVMBridge.<init>(Unknown Source)
         at com.sun.kvem.KVMBridge.getBridge(Unknown Source)
         at com.sun.kvem.midp.MIDP.run(Unknown Source)
         at com.sun.kvem.environment.EmulatorInvoker.runEmulatorImpl(Unknown Source)
         at com.sun.kvem.environment.EmulatorInvoker.main(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.sun.kvem.environment.JVM.main(Unknown Source)
    Any help with this would be much appreciated!
    John

  • Is anyone ACTUALLY using/running CS3 on Macintosh Tiger OS & creating cont?

    Huge dilemma on my current work flow . . .
    Is anyone actually running CS# on the tiger OS?
    Is it stable, working ok - or several problems?
    Deeply appreciate actual user replies.
    Thank you for any insight you may offer.
    Luke

    Yes, No, Yes... depends...
    My QS/2001 running Tiger 10.4.11 still can use Classic, or even boot into OS9 if need be, runs CS3 Pro too, though I prefer 10.3.9, which doesn't do CS3.
    My MDD/FW800 doesn't boot OS9, but uses Classic, and or CS3.
    I think any G4 can do both Tiger/CS3 and/or Classic at the same time!
    What exact G4 do you have?
    But also JUST as important - can you successfully run CS3 on it.
    That is, has or is anyone actually creating content with it - on Tiger OS.
    Iv'e done some piddly stuff, not with Flash... which I don't get at all, but all the other ones.
    If you tell how to create content in Flash I'll reinstall it and give it a whirl!
    PS. Leopard is a joke we'll all get one day and we'll fall over laughing!:-(

  • Can I run the emulator in -Xautotest mode with an external API?

    Hello,
    I am currently creating an implementation to a JSR and I want to test the implementation with the test harness.
    I start the harness and then the test agent. I want to start the agent in autotest mode, using the -Xautotest switch, like this:
    emulator.exe -Xautotest:http://localhost:8080/test/getNextApp.jad
    This will download the test JAD and JAR and run them.
    The problem is this: When running, my class path must also contain my JSR implementation (the implementation I am testing). But the JSR implementation is not part of the downloaded JAR.
    Is there any way I can run the emulator in autotest mode, and have an external API in the classpath? The classpath should contain both the downloaded JAR and my JSR implementation JAR.
    Any help with this would be greatly appreciated!

    Hello,
    I am currently creating an implementation to a JSR and I want to test the implementation with the test harness.
    I start the harness and then the test agent. I want to start the agent in autotest mode, using the -Xautotest switch, like this:
    emulator.exe -Xautotest:http://localhost:8080/test/getNextApp.jad
    This will download the test JAD and JAR and run them.
    The problem is this: When running, my class path must also contain my JSR implementation (the implementation I am testing). But the JSR implementation is not part of the downloaded JAR.
    Is there any way I can run the emulator in autotest mode, and have an external API in the classpath? The classpath should contain both the downloaded JAR and my JSR implementation JAR.
    Any help with this would be greatly appreciated!

  • Has Anyone tried running Windows Apps on Tiger/Leopard using Crossover?

    Hi,
    I had heard that you can run some Windows applications using a program called Crossover.
    Has anyone tried Crossover?
    I need to run Qimage on my MacPro

    It does work, but it can only run programs that have been converted for use with CrossOver. You need to check their site information on whether the program you want to use is available in converted form.
    CrossOver hasn't been verified for 10.5.2, although it is certified for 10.5.
    Windows on Intel Macs
    There are presently several alternatives for running Windows on Intel Macs.
    1. Install the Apple Boot Camp software. Purchase Windows XP w/Service Pak 2 or Vista. Follow instructions in the Boot Camp documentation on installation of Boot Camp, creating Driver CD, and installing Windows. Boot Camp enables you to boot the computer into OS X or Windows.
    2. Parallels Desktop for Mac and Windows XP, Vista Business, or Vista Ultimate. Parallels is software virtualization that enables running Windows concurrently with OS X.
    3. VM Fusionand Windows XP, Vista Business, or Vista Ultimate. VM Fusion is software virtualization that enables running Windows concurrently with OS X.
    4. CrossOver which enables running many Windows applications without having to install Windows. The Windows applications can run concurrently with OS X.
    5. Last is Q. Q is a freeware emulator that is compatible with Intel Macs. It is much slower than the virtualization software, Parallels and VM Fusion.
    Note that Parallels and VM Fusion can also run other operating systems such as Linux, Unix, OS/2, Solaris, etc. There are performance differences between dual-boot systems and virtualization. The latter tend to be a little slower (not much) and do not provide the video performance of the dual-boot system.
    See MacTech.com's Virtualization Benchmarking for comparisons of Boot Camp, Parallels, and VM Fusion.
    Boot Camp is only available with Leopard. The Boot Camp Beta that was used with Tiger has expired and is no longer available for use. So contrary to the other poster's comment, Boot Camp isn't truly "free." You must purchase Leopard to get it.

  • Leopard on my macbook, will it run as well as tiger?

    i have a 1.83GHz intel core 2 duo macbook with 512 ram. can anyone tell me if upgrading to leopard when it comes out will make my mac run slower or would it even run faster?
    i am most worried i don't have enough ram to really support leopard.

    I would say either runs similar or will be slower compare to Tiger.
    My macbook is so slow with its standard 512mb using tiger, and I almost decided to go back to eMac G4 with 2 Gb ram using 10.3.9. And with Leopard is more sophisticated and have a lot more feature (some of them are running at the background) it will use more processor and memory resources.
    So Troy Enn is right on the money, and it also a good time for you to overhoul your macbook with more memory (2 x 1 GB).
    Good Luck.

  • Virtual PC 7.0.2 Runs even slower on Tiger!!!

    Since upgrading to Tiger 10.4.5 from Panther 10.3.9 my already slow, but usable invoicing software on Windows XP has become almost impossibly slow. On average it is taking 80 seconds just to move between functions within the application. Why has this happened? I upgraded to the latest version of Virtual PC as recommended. I have not altered anything else. Is there something in Tiger that Virtual PC does not like. I have carried out all the usual tricks within XP to speed it up, running in Classic, stopping all the fancy graphics etc but still it is like working in quicksand. I do not want a PC, so this has always been a very useful option. Would it be much faster if I reinstalled it on my iMac G5 1gb ram?
    Thanks in advance.
    Nick

    Just so you know, Crucial.com sells 1 gig memory modules for iBooks, so you're no longer maxed out at 640.
    Click Here
    I'm sure that Crucial isn't the only source.

  • Can I run FCS (1), and Tiger latest upgrade on an Intel Mac?

    Hope this isn't too whacky a question,
    but I just don't know the answer.
    I plan on buying an Intel Mac, but am in the middle of
    a fairly large FCS(1) project and don't want to upgrade to 2.whatever quite yet.
    Can I run Tiger 10.4.11 on an Intel Mac?
    Also running QT 7.3.0
    (ducking)
    Thanks,
    David

    Yes. TIger was the operating system in use when Intel Macs came out. Works fine.
    Leopard? Well...that and FCP on any Mac is a crap shoot.
    Shane

  • Running on emulator or on phone?

    Is there any way that I can determine If my application is running on the emulator or on an actual phone?

    Is there any way that I can determine If my application is running on
    the emulator or on an actual phone? Well, i'm not exactly clear about the question, still i hope this helps you.
    Emulator is just a simulation..........application may work fine and according to the requirement on the emulator however that doesn't say that it will work good on the phones. You should always test your application with the phones too.

  • Pismo running 10.4.11 Tiger

    I updated my Pismo by removing the hdd running 10.3 and swapping in a hdd running 10.4.11, it came from a dead Powerbook G4, Pismo runs great, but curser will open web pages or other programs automatically when it passes over bookmarks or shortcuts with out clicking to do so. how does one fix this? I tried to update the previous hdd running 10.3 with 10.4, but it failed, told me mail was not compatible, so that hdd was installed in a Powerbook g4 Titanium, then updated to 10.4 were I have left it, my install disc are cds not dvd's.

    I am not sure, hat to say this, it was a copy given to me
    Although it is sometimes possible to use the Tiger upgrade disk to go from Panther to Tiger, I have heard of many folk who have problems with copied disks. You should know, too, that it is a violation of the Apple Software License agreement.
    cornelius

  • "Classic" 9.x on 1 GHz PowerBook G4 running OS 10.4 "Tiger"

    Is it possible to install and run the so-called "Classic" 9.x on a PowerBook (1 GHz) which is already running OSX 10.4.3 "Tiger"? Can I do so from an external drive? The PowerBook shipped with the 10.3.9 software, but I did a clean install of the 10.4 version and have kept it updated. I have some programs and files I would like to be able to run and use, but they need the "Classic" OS.
    PowerBook G4   Mac OS X (10.4.3)   1 GHz, 768 MB DDR SDRAM

    Hi, cappie -
    Welcome to Apple's Discussions.
    If you mean can it use OS 9 as aboot OS, probably not if it originally shipped with OSX 10.3.x.
    This Apple KBase article can help identify which PB G4 1.0GHz model you have (there were several) -
    http://docs.info.apple.com/article.html?artnum=88248
    This Apple KBase article indicates that only the first PB 1.0GHz model can boot to OS 9 -
    Article #25114 - Mac OS 8, 9: Compatibility With Macs
    The other models can use OS 9, but only in the Classic mode - running as a program while the machine is booted to OSX.
    Any can use OS 9 (Classic) from an external firewire drive (and probably from a USB drive, but USB is so slow that doing so is not recommended), including being able to boot to it for the model that is OS 9 bootable.
    As far as installing it goes -
    If your machine is one of the first PB G4 1.0 GHz models and you want to be able to use OS 9 as a bootable OS, the only source it can be installed from is the original set of disks that came with the machine - it requires a model-specific version of OS 9.2.2.
    Otherwise, for use only as Classic, it can be installed from the original set of disks that came with the machine, or copied from another install. In order for it to be used as Classic it must be OS 9.1 or later; OS 9.2.1 and OS 9.2.2 provide better compatibility in that mode.
    These Apple KBase articles can help in installing Classic from the original set of disks, as appropriate for your model -
    Article #107383 - Mac OS X 10.2, 10.3: How to perform Mac OS 9 clean installation with Restore CDs
    Article #42929 - Using Restore Discs with Mac OS X 10.2 or later
    Article #151871 - Mac OS X 10.3: Installing Classic
    Article #301408 - Using Restore discs with computers that ship w/ OSX 10.3.7 or later
    Article #86775 - Install Mac OS 9 to Use Classic Applications

  • Is a Macbook2, Core2 duo, 2GB ram enough to run iPad emulator?

    Trying to switch over from this terrible Android Emulator on a Windows box to developing for the iPad.  I am looking at the above used laptop and just want to make sure that before I buy it, it will run the newest xcode and the ipad simulator with no problems. 
    The android tablet emulator is not even useable and I really want to check my apps on an iPad anyway since that will be the eventual target.
    Snow Leopard 10.6.7 is the OS.
    Can anyone help me with this?
    Thanks!
    T

    You're definition of 'fine' is unknown compared to mine.
    I said basically because you only spec'd 2GB ram. Xcode alone doesn't task the processor. Dev'ing is rarely Xcode alone.
    What is your work style? Will you also run Safari, docs in PDF, edit video and audio for use in an app, run multiple apps/projects at one time, check weather, flights, stocks, FB, edit text in 3 apps, craft HTML, download betas, run multiple versions of Xcode, keep several devices docked for testing, use FaceTime to collaborate, run Time Machine backups on the hour, support multiple external monitors, test to Apple TV and constantly re-index projects?

  • How do I run Disk Utility in Tiger?

    I want to run Disk Utility and it says I need to run it from a start-up disk, but it won't let me from the installer disk.
    How do I make a start-up disk so I can run Disk Utility?

    Hi! HERE are the instructions. Tom

  • I wanna run foreign programs on Tiger w/o running bootcamp

    I want to play games like UO with friends but dont actually want to run bootcamp for Windows...is there any way anyone might recommend?
    Also, as a secondary thought, what is the .DS_Store file thats always popping up?

    I want to play games like UO with friends but dont
    actually want to run bootcamp for Windows...is there
    any way anyone might recommend?
    Never heard of UO. Is it a Windows game? I've heard a lot of buzz about Parallels Desktop, but haven't tried it. You'd need a copy of Windows in any case.
    Also, as a secondary thought, what is the .DS_Store
    file thats always popping up?
    Finder creates it to store window layout information. Size of icons, size of text, that sort of thing.

Maybe you are looking for

  • Need to focus a particular field in OAF screen

    Hi, I have created a simple search page. Now based on the search criteria entered records will be displayed in tabular format. In Each row there are only two fields updatable. The screen has one 'SUBMIT' and one 'SAVE' button. Now while clicking on t

  • Powerbook not recognizing hp printer drivers

    so, my powerbook for some reason is not recognizing new HP printer drivers. this has happened twice now with two different printers (both mac-compatible). this is a new thing--i used to use an HP printer quite happily with this laptop. here's what ha

  • Projects in CS5

    Hi hope someone can help with this,I have created a number of sequences and have saved them as projects, I dont think i had an option to save them as a sequence. I need to assemble my projects/sequences to make my film but can only open 1 at a time,

  • Soltuion databse attachment search

    Hello Group we have implemented solution database on CRM 2007 and everything is working fine, The knowledge search searches the solutions and the problems along with the attachments, we want the content inside the attachment should also be searched.

  • TreeMap and SafeSortedMap returned as hashmap in AbstractProcessor impl

    Hi, I am using AbstractProcessor to process few datasets after record has been added to cache. However, TreeMap and SafeSortedMap are getting returned (typecasted) as hashmap objects in process method. Below is code for more clearity: overriding priv