JVM 1.4 and Windows XP!!!!

Listen, Sun doesn't know exactly what they are doing. I installed the JDK 1.4.x on my machine b/c I need to run this program for my Advanced Databases course. I didn't install the JDK by choice. Now when I goto a website that has a Java applet on it, IT DOESN'T WORK!!!! It worked FINE with the JVM that Microsoft provided in Windows XP! Further, Sun DOESN'T FOLLOW the "Set Program Access and Defaults" in Windows XP SP1!!! I change the default JVM to the Microsoft JVM, reload IE, and then on the webpage it persists to use the Sun JVM!
THANK YOU SUN FOR SCREWING WITH MY MACHINE!

Hi,
Listen, Sun doesn't know exactly what they are doing.
I installed the JDK 1.4.x on my machine b/c I need to
run this program for my Advanced Databases course. I
didn't install the JDK by choice. Now when I goto a
website that has a Java applet on it, IT DOESN'T
WORK!!!! It worked FINE with the JVM that Microsoft
provided in Windows XP! Further, Sun DOESN'T FOLLOW
the "Set Program Access and Defaults" in Windows XP
SP1!!! I change the default JVM to the Microsoft JVM,
reload IE, and then on the webpage it persists to use
the Sun JVM!
THANK YOU SUN FOR SCREWING WITH MY MACHINE! Have you got JRE1.4.x installed for the IE you are using.Download the java plug in for the browser and install it...
Regards
Vicky

Similar Messages

  • JVM, exit codes and Windows 98

    Has anyone got System.exit(integer) to return a value other than 0 under Windows 98?
    Regardless of what integer I enter as an exit code, java.exe always seems to return 0. This does not seem to be the case under Windows NT, where the correct exit code is passed back.
    Is anyone aware of this problem/found a workaround?

    How are you checking the exit value under 98?

  • JVM 1.4 and applet issue

    Hi,
    I'm new to Java so hopefully you'll be able to clear something up for me. I have had a look round, but am struggling due to my lack of Java knowledge.
    I have an application which passes an applet to IE. The connection is over https. With anything else other than 1.4 JVM installed, its fine, but with 1.4 I see "applet notinited" followed by "load failed".
    Both the server and client use certificates and I've been told this won't work with client certs - not sure why, so the first question...is there a bug in 1.4 related to the use of client certs?
    Here is a cut of the console log....
    lots of...loaded certificates messages (no errors/warnings)
    then....
    a connecting to the site message (no errors/warnings)
    then...
    sun.plugin.cache.DownloadException
         at sun.plugin.cache.CachedFileLoader.load(Unknown Source)
         at sun.plugin.cache.FileCache.get(Unknown Source)
         at sun.net.www.protocol.https.PluginDelegateHttpsURLConnection.connectWithCache(Unknown Source)
         at sun.net.www.protocol.https.PluginDelegateHttpsURLConnection.connect(Unknown Source)
         at sun.net.www.protocol.https.PluginDelegateHttpsURLConnection.getInputStream(Unknown Source)
         at java.net.HttpURLConnection.getResponseCode(Unknown Source)
         at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(Unknown Source)
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    lots of...loaded certificates messages (no errors/warnings)
    then....
    a connecting to the site message (no errors/warnings)
    then...
    load: class com.fred.fred.fred not found.
    java.lang.ClassNotFoundException: com.fred.fred.fred
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 10 more
    Exception: java.lang.ClassNotFoundException: com.fred.fred.fred
    Now, without client certificates I also have issues....so, the second question - is there something here which is not client certificate related, and although I would never speculate....https related for example?
    Thank you very much for any help

    Hi,
    Listen, Sun doesn't know exactly what they are doing.
    I installed the JDK 1.4.x on my machine b/c I need to
    run this program for my Advanced Databases course. I
    didn't install the JDK by choice. Now when I goto a
    website that has a Java applet on it, IT DOESN'T
    WORK!!!! It worked FINE with the JVM that Microsoft
    provided in Windows XP! Further, Sun DOESN'T FOLLOW
    the "Set Program Access and Defaults" in Windows XP
    SP1!!! I change the default JVM to the Microsoft JVM,
    reload IE, and then on the webpage it persists to use
    the Sun JVM!
    THANK YOU SUN FOR SCREWING WITH MY MACHINE! Have you got JRE1.4.x installed for the IE you are using.Download the java plug in for the browser and install it...
    Regards
    Vicky

  • NIO and Windows

    Hallo,
    I have a strange problem with nio and windows. If want to map a MappedByteBuffer to a FileChannel (read-only).
    The file resides on a local hard drive.
    After doing my stuff, I close the FileChannel. But as long as the jvm is running,
    it is not possible to rename, delete or overwrite the file. (I'm using jre1.4.2 on Windows XP)
    If I don't map the FileChannel to the MappedByteBuffer I can delete the file after closing the FileChannel.
    If I call explicit the garbageCollector after using the MappedByteBuffer, I can delete the file, too.
    But I dislike the idea to call the garbage collector to be able (via a side effect) to delete the file. Isn't there a better way to send the MappedByteBuffer a message, that I don't need it anymore?
    Here is a test program to show my problem:
    package test;
    import java.io.File;
    import java.io.FileInputStream;
    import java.io.FileOutputStream;
    import java.io.IOException;
    import java.nio.channels.FileChannel;
    /** This class shows a strange behaviour on the windows platform.
    public class NioTest {
         // The file must be on a local hard disk for the error to occure
         private final static File FILE = new File("C:\\map.txt");
         private static boolean withGC;
         public static void main(String[] args) throws IOException,
                   InterruptedException {
              withGC = args.length > 0;
              try {
                   while (true) {
                        if (FILE.exists()) {
                             System.out.println("File exist; try to overwrite");
                        } else {
                             System.out.println("File doesn't exist; try to create new one");
                        createFile();
                        lockingAction();
                        System.out.println("Seemed to work; try new iteration");
                        Thread.sleep(1 * 1000);
              } catch (IOException exp) {
                   exp.printStackTrace();
         private static void lockingAction() throws IOException {
              FileChannel channel = new FileInputStream(FILE).getChannel();
              channel.map(FileChannel.MapMode.READ_ONLY, 0, channel.size());
              if (withGC) {
                   // if garbage collector is called the exception doesn't occure
                   Runtime.getRuntime().gc();
              channel.close();
         private static void createFile() throws IOException {
              FileOutputStream out = null;
              try {
                   out = new FileOutputStream(FILE);
                   out.write("Test".getBytes());
              } finally {
                   if (out != null) {
                        out.close();
    }

    Thanks for your answer, I knew that already, but it is nowhere specified, that when the filechannel is mapped to a mapped byte buffer the file is locked.
    And this only occures on windows system and not on unix systems.
    There is no (?) api function to close the mapped byte buffer. All I can do is to wait that the mapped byte buffer is garbage collected. Then through the observed behaviour of the system the lock is released, but it is nowhere specified.
    Because the lock is released after the m.b.b. is garbage collected it seems that there is indeed some code which released the lock.
    Is there a possibility for the programmer to this functionality directly?

  • Unexpected service shutdown with SJSAS 9 and Windows

    If SJSAS 9 is installed on Windows as a service and a user logs into the console and log out again, SJSAS goes down hard. It appears that Windows sends the equivalent of a SIGKILL to processes the user doesn't own , or something equally wierd.
    Either way, adding the[b] -Xrs JVM option to the domain.xml for the domain fixes the issue.
    Would it be reasonable to ask that in a future release this be done by default for Windows installs if the user checks "Install as a service"?

    Login as admin to web admin console and click Application Server in the left menu. Next choose JVM Settings -> JVM Options tab. Click Add JVM Option button and enter option �Xrs.

  • Solaris and Windows (differences between the two OS for development)

    Hi All,
    From the moment that I learned Java, I have always been using Windows to do all of my implementation. Very soon, I will be moving to Solaris and I was just wondering whether anyone out here could share the things that I should take notice for developing under Solaris which in the past (in XP/NT/2000) would not be something that I have to deal with.
    Also, to speed things up, would it be helpful if I start experimenting Java under Linux?? or Developing under Linux is also different than Solaris. I might get comfortable playing with the commands (as it's been 10 years since I last worked on Unix)
    But really, I am more concerned about all the problems that I will have to face, I would appreciate if anyone could share their experience with me.
    Thx.

    The Java language is platform independent.
    You might find a few thread syncing issues on a true multitasking multiprocessor Solaris box which windows timeslicing won't reveal, and there's the unix file system has a few more tricks, like being able to read and write a file simultaniously, but that's about it (from memory).
    The only practical difference developing on Solaris is the box won't crash behind the JVM.
    Oh, and your ant scripts & properties files will need porting.
    Good luck. Keith.

  • Problem with Sessions and window.open

    Hi,
    Hi everyone,
    Help Please!!!
    I am working with Sevlet session objects and HTML forms and windows. I have an HTML form for the user to supply a username and password. Once the user clicks submit I need to open another browser window that has no toolbar, no location, no status bar, etc. The user should also be able to go back to that login screen and login again and open a 2nd, 3rd, etc. instance of the application. My problem is that each application is being asigned the same sessionId. I believe it is being asigned to the main login window and thus to the other child windows it opens. Is there a way to work around this? Do I need to make the user open another browser window to login? I need to be able to let the user open multiple instances of the application with unique session ids for each.
    Any insight is GREATLY appreciated on this topic. Anything you can tell me about sessions (Java), IE, window.open would help greatly!
    THANK YOU IN ADVANCE!!!
    MA

    To achieve this, you must introduce another level of
    abstraction to the Servlet specifications. When you
    work with JSP/Servlets you use mostly the HttpSession
    to handle user related tasks, and the aplication
    context, for things that are common to all users. But
    inside the HttpSession scope, you want to create
    containers that have 'smaller' scope and are uniquely
    identified.
    A ipothetical scenario :Let's say that you must have
    multiple connections to several databases, on each
    database user rights beeing diferrent, and you must be
    able to track user actions globaly, and eventualy
    capture a 'Close Application event' and close all db.
    connections.
    1. when the user first accesses the login frame create
    the HttpSession. In the HttpSession object, store a
    Hastable (let's call it 'ConnectionTable'). Each
    object in the Hashtable must identify uniqely a
    database connection. Now, to create unique identifiers
    ids, make the keys in the hashtable java.lang.Long
    objects, created using System.getCurrentTimeMillis().
    This guaranties there will be no possible confusion.
    From each new open window, on each request to the
    server, along with the usefull parameters, send the
    connection identifier. When proccessing the request,
    select the object from the Hastable wich corresponds
    to the ID.
    2. Now, the values in the ConnectionTable, must act as
    the containers that I mentioned in the first
    paragraph. The simplest way to do this is to have
    again a Hashtable derived class to do the job, wich
    exploses methods similar to HttpSession: setAttibute (
    Object key, Object value) and getAttibute ( Object
    key, Object value). This container may use internally
    a Hashtable to store object, and explose only the
    getAttribute and setAttribute methods for clarity. Any
    way, this is a problem of implementation. Let's call
    this class CustomSession.
    Now, a textual activity diagram:
    1 user accesses the main page, you start a new
    HttpSession; In the HttpSession object, store the
    ConnectionTable object.
    2. the user enters the userID and pwd and adatabase
    name, and a new window is opened. Let's supose the
    data entered is valid.
    3. when you process the login data, you create a new
    CustomSession object. you put in it whatever you would
    put in your HttpSession. You generate a unique
    identifier using System.CurrentTimeMillis(). Put the
    CustomSession object in the ConnectionTable, using the
    generated id as key. Send the response.
    ..... later on .....
    100. the user asks for a particular action to be
    performed - e.g. a row deletion. The page contains a
    form with text field where the user introduces the
    row number, a submit button and a hidden input with
    the ID.
    101. you process the data. Get the ID from the request
    object, get the ConnectionTable from the session, get
    the CustomSession using the ID as key, do whatever
    your logic was doing, but obtaining the objects from
    the CustomSession instead of HttpSession
    NicNic,
    Very slick idea. I think that it could work and it seems that there would be not security issues because the id that you would store on the client side is the Unique Identifier and not the actual Session Id. Do you forsee any security issues for this implementation?

  • How can I make an icon that links to a webpage that works with Mac and Windows??

    Hi!
    I burn CDs with my photos and send them to clients.   Besides the photos folder, I would like to include a file (similar to the .webloc files on the Mac Desktop) that can be clicked and it will be linked to my website - it will open up a browser window and go to my website .      Is it posssible to make one of these icons that works with both Macs and Windows machines?  Thanks!

    Now it works!  Thanks, Denico!
    The reason I saved to text:   The first time I followed your instructions, it did not work.   I tried to figure out what I did wrong and saw that you wrote to "save as plain text."   I did not know what this means and there was no option available to save a plain text.  So I looked around and saw "save as stationery" and I guessed that maybe that was what you meant.   And after that, it worked!  But the next thing you know, the icons started duplicating themselves.
    I guess I had made a different mistake in the beginning and I fixed it without knowing what it is.
    Thanks for clearing that up.
    But just one question.  WHY does saving as "stationery" make an icon duplicate itself?

  • Is Verizon going to acknowlege the problems with FIOS and Windows Vista

    For months now, I have been reading the numerous problems Fios internet customers are having with Fios internet/Actiontech Router and Windows Vista and there has been no acknowledgement by Verizon of this current major issue.
    I have also experienced the exact same issue for months now since I switched to Verizon FIOS internet. Previously I had Comcast HSI using my Windows Vista laptop.  I had their service for over a year and I NEVER has a problem with the Windows Vista globe icon disappearing and loosing internet connection. The Globe always stayed on and never went away and I never lost connection when I had Comcast
    I had Verizon FIOS installed last September with my Windows Vista computer and my wireless internet connection started to drop from day 1 and it has been a daily occurrence for over 5 months now.  It has gotten so bad, I have had to hardwire my laptop to to be able to use the internet uninterrupted.
    This is what daily scenario is:
    When I turn on my laptop(with Windows Vista, I can initially get full internet access(with the globe on and it says "Local and internet). After about 10 minutes or less, the globe switches to "local only" and I can still get  internet access.  After another 5 or so minutes, a large X covers the globe and I lose internet connection entirely. The actiontech router wireless signal is no longer listed as one of the wireless networks.  The only way for me to regain internet access is either to restart my laptop or reboot the actiontech router.
    Numeorus posts here, over by DSL forums(Broadband Reports),Microsoft's website and a few othere websites detail this issue.
    I am extremely shocked and surprised that Verizon has not tried to fix this issue by working with both the makers of the Actiontech Router as well as Microsoft to find out what the problem is and how to fix it.
    I would just like to reiterate I strongly believe this is primarily a FIOS internet issue since I previously had Comcast HSI for over a year with the same Windows Vista laptop and I NEVER had that problem. Also,  I can connect to my neighbors wireless connection(she uses Comcast HSI) and when I do, the globe stay on all the time on my computer and the internet does not lose connection.
    I know that there are a couple of Verizon employees here. Please tell the higher ups who handle FIOS internet that this is a major issue that needs to be resolved as soon as possible.
    P.S: Please don't tell me to go by my own router because then, I will have to deal with the issues of setting it up to work with Fios TV and the related VOD, widgets, remote DVR compatability issues to deal with. I don't think I can deal with the additional headaches. 

    FIOS is short for fiber optics.  fiber optics is different technology than DSL.   
    With that said, if you search the Microsoft databases for vista issues with fiber optics, (CURRENTLY THERE IS ONLY ONE PROVIDER OF FIBER TO THE HOUSE, that being Verizon, so yes you can also search Vista issues with verizon and\or fios) and you will find that Microsoft already acknowledges this issue with their software.  AND they offer you a fix.
    cjacobs001

  • IPhone 5 iOS 6.1.4 and Windows 7 x64 USB Driver Issues

    Been pulling my hair out with this one for the last week or so and haven't had any luck finding anything on the forums or the web regarding a solution short of a full reinstall of Windows 7 which I am not prepared to do at this time; so hoping someone here can shine some light on this for me
    I have a iPhone 5 that is updated to iOS 6.1.4 and a recently built Windows 7 64-bit machine. All of my other USB devices function fine (keyboard, mouse, Xbox 360 wireless receiver for Windows, and a Seagate 2TB external USB drive). I've downloaded the most recent version of iTunes, installed successfully and then attempt to plug in my phone to sync. I get the standard Windows *ding* that I've attached a device and 1 of 2 things happens (I haven't been able to determine what causes one reaction to happen versus the other): Windows will successfully install the 'Apple USB Mobile Device Driver' successfully and it will appear under my USB devices in Device Manager. However - iTunes will not recognize the phone and I cannot see it in Windows either. In the 'Devices and Printers' snap-in my iPhone will appear under 'Unspecified Devices' as the 'Apple USB Mobile Device'. The iTunes diagnostics fail to find a connected device so the tests fail. As soon as I unplug the device, the strangest thing happens: Windows will start trying to install a device driver and after a few seconds it will fail stating that the "MTP Device Driver" installation failed because the device was unplugged. iTunes also thrown an error "iTunes cannot connect to this iPhone" throwing error code 0XE8000065 (I've also seen error code 0XE8000085 as well)
    After some finagling, I've managed to get Windows to recognize the device under 'Portable Devices' in Device Manager as an "MTP USB Device" using the generic driver. At this point, I've tried updating the driver and manually specifying the Apple USB driver located in the C:\Program Files(x86)\Common Files\Apple\Mobile Device Drivers which updates successfully but then changes the device to "Apple USB Mobile Device" and moves it under the USB Devices in Device Manager; and Windows nor iTunes can see it even still.
    I've tried removing iTunes several times and ensuring that all remnants of the installation are gone (registry and folders on the installation drive) and have disconnected all my USB devices short of the keyboard and mouse and still I get the same results. At this point, I'm afraid that a re-install of Windows is going to be the solution; but it's a drastic one (I have a SSD drive where Windows is installed along with all of my games for faster load times/better performance and do not want to have to redownload\reinstall all of them) and I'm not prepared to undertake it at this time, which is why I'm posting here
    I've used a utility called USBDeview that sees my phone is connected - so I know from a functional standpoint that my USB ports are good and working. I also know the cable is good too - my daughter's PC (Windows 7 32-bit with NO iTunes) immediately sees the device when I plug it in, installs the drivers, recognizes it as an iPhone and I can then see/browse it in Windows Explorer like I would normally expect. My work PC (Windows 7 64bit, NO iTunes) sees the device just fine as well. I would immensely appreciate anyone that has seen this issue or has any additional solutions I can try.
    It's also worth mentioning that I've never used Kapersky antivirus so the UPPERFILTERS value in the registry that I've seen as a solution on some forums is not present on my machine. I'm using Microsoft Security Essentials as my antivirus (no flaming please lol - it meets my needs and is extremely lightweight, which is why I'm using it on a gaming rig) and it's not indicating any issues. I've also tried running iTunes as an administrator (even though my account is a local admin on the machine) and that does not have any effect either.
    If there is anything I left out, please let me know; and I thank you in advance!

    AphexTwin wrote:
    - no Apple input?
    Of course not.  Didn't you bother to read the TOU of this forum?  This is a USER TO USER technical support forum.  Apple doesn't post here.

  • IPod Nano: Error Message "The USB device has malfunctioned and Windows does not recognise it"

    Hi everyone, I just received 2 brand new iPod Nanos for my kids for Christmas, thought I'd be smart and sync them both now before wrapping them so I don't have to be messing around with them on the day. One synced without a problem, then using the same cable, same computer, same USB port, the 2nd one came up with "The USB device has malfunctioned and Windows does not recognise it" I've tried restarting my computer, unplugging and reinserting the USB. Is there anthing else I can try before returning it? Thanking you for any help.

    I have solved my problem, I ended up ringing Apple and got an awesome lady who told me to reset it by pressing the sleep button and menu button together for about 10 seconds and once it actually turned on for the first time the computer then recognised it, so it's all good, :-) Thank you lovely lady!

  • ITunes and Windows 8 Home Sharing (Possible Fix)

    If this fix has been posted elsewhere then I apologize, but I wanted to share what I stumbled on as a possible for for iTunes Home Sharing and Windows 8. I did a lot of port forwarding, both on my router and my Norton firewall, but nothing seemed to help. After a few minutes my Apple TV and iOS devices would stop seeing my iTunes library. The only way to fix it was to reboot the router.
    On a whim I looked in my Device Manager and found under Network Adapters a device called Microsoft Kernel Debug Network Adapter. I disabled this, rebooted my computer, and have since no issues with Home Sharing. It's only been a few hours, but that is the longest I've gone since installing Windows 8. I'll look in the morning to see if it still works.
    So give this method a try and see what happens. Hopefully it will fix your problems.

    Here are the three steps I took to get Home Sharing working successfully on Apple TV. This has worked for the better part of a week so hopefully it will work well for others.
    In your software firewall create two new Inbound Rules. Open port 3689 (TCP) and port 5353 (UDP) to All Programs.
    If your hard drive goes to sleep after a certain period, be sure to change to something greater than 30 min. (Control Panel -> Power Options -> Change Plan Settings -> Change Advanced Power Settings -> Hard disk -> Turn off hard disk after -> Setting)
    On your Apple TV change when it goes to sleep. I changed mine to 10 hours.
    This seems to keep the connection alive. On occassion it will look like it gets stuck loading, but just let it go. At some point it wil kick on. If you generates a connection error just try loading the media again and it should start.

  • Software and Windows 8

    Hi there, can somebody PLEASE tell me how i can download the desktop software for my pc. I have a Blackberry 9300 and Windows 8 on my pc!!! URGENT

    I would recommend the most recent Desktop Software, version 7. Download it here:
    https://www.blackberry.com/Downloads/entry.do?code=A8BAA56554F96369AB93E4F3BB068C22
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • RemoteFX and windows 8.1

    Hello,
    I am currently running a VDI environment with server 2012 servers including a RDCB, RDVH, RDSH, RDWA and windows 8 clients. I am using remoteFX on the windows 8 clients with the help of 3 nvidia Quadro 6000 cards. RemoteFX works perfectly in windows 8; however,
    I built a windows 8.1 VM and remote FX will not work in this VM. When I log on to the vm and look under device manager the remoteFX device is listed but it gives an error of 43. All of the vm's have one monitor set in the remoteFX settings. In the event viewer
    of the windows 8.1 VM I am getting an error under RemoteDesktop Services vGPU-kModeDriver "The virtual GPU synthetic devie failed" and the other accompanying error is "The RDVGM kernal mode driver failed to start" I have removed all of
    the windows 8 VM's to confirm that all of the available memory of the GPU was not used and this didn't get any different results. The only difference I see is that one guest os is windows 8 and the other is 8.1. Does remoteFX not work in windows 8.1 by chance?
    Both OS's are Enterprise as well.
    Thanks for any help,
    Scott

    Hi Scott,
    Sorry for the late.
    I think the edition of win8 VM that has been enabled RemoteFX is enterprise .
    (To use RemoteFX , guest os on hyper-v host should be enterprise edition )
    For details please refer to following link:
    http://blogs.msdn.com/b/rds/archive/2012/11/26/remotefx-features-for-windows-8-and-windows-server-2012.aspx
    Best Regards
    Elton
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • RH10 and Windows 8.0/8.1

    Hi Everyone,
    Please can some advise what the current state of play is with RH10 and windows 8.0 and window 8.1. 
    i.e does it work properly?
    I am expecting to be asked to document a package running under window 8.0 or 8.1 shortly wondered if my copy of RH 10 will still work ok for this? Our main output format is web help.
    Secondly when is the next version of RH due that is compatible with office 2013?
    Thanks

    Thanks Willam, it was more about the version that ships than the versions that can be installed that I wanted to clarify.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

Maybe you are looking for

  • Calibrating 23" cinema with eye one 2

    Does anyone know how to tweak profiles when using eye one 2 with 23" cinema display. The profile created is not as good as could be ...blue is way off the red/green curves.

  • Please help in FCH3.....Check Voided wrongly!!!!!

    Hi Gurus, Scenario, During FCH3......check numbers 00268 to 00274 (unused) were voided. Which resulted that these checks were voided and appeared in FCH8 voided check list. Scenario 2, Check number 27 (in the same Co Code, House Bank and Bank ID) is

  • Clicking on a link opens system preferences

    Clicking on any weblink (in mail, safari or even firefox) results in system preferences opening. I have run onyx, repaired permissions and restarted several times. Web browsing is not functional on this machine. Please advise if you have any suggesti

  • Where are the Exchange rates filled in SAP?

    Hi All, could anyone tell me where Exchange rates are filled in SAP? Thanks

  • Crash during update. Now frozen.

    Today I began the update of my iPhone, and in the middle of it my computer crashed. After restarting my computer my computer I would get a "USB Device Not Recognized" pop up. Finally, iTunes detected an iPhone in recovery mode, so I began the Restore