A slight prob

I hope that this is in the right spot if it isn't please move it there or answer anyway. Now to my problem I am getting grey screens when I try to use anything to do with java. The main problem is that I get load:class loader not found and it ends up as a grey screen. Thats fairly much it. I know for a fact that I have sun java installed on this system and yet it doesn't appear when I go to tools, internet options, advanced. It says I got microsoft VM and I ticked all the boxes for that and I think I remember installing that few months ago but wheather or not I have the boxes ticked the end result is still the same load:class loader not found and then the same grey screen. I don't know what to do to fix it.

Its probably the same for IE 5... But for IE6 if you do not see in Tools | Internet Options | Advanced
a check box for:
Java (Sun)
Use J2 v1.x.x for <applet> (requires restart) <==(this means restart Internet Explorer NOT the PC)
then the plug in is not installed... Try re-installing
It is possible that the Applet you are trying to access was written using MS JVM specific stuff and so if the above is checked, then those applets might not work...
So you might want to toggle the Java(Sun) on and see if it works... and if not, toggle it off
and check again... (remember restart Internet Explorer NOT your Computer)
That might resolve the problem...
-MaxxDmg...
-' He who never sleeps...'

Similar Messages

  • How do I stop contacts updating across two phones?

    Hi
    This is my first post, so please treat me gently
    My partner and me have both just got 3g iphones, we love them but have one slight prob with them.
    When we connect our phones to our itunes account, contact details from both phones are replaced with all the contacts from each of the 2 phones.
    How can we stop this happening? i.e. ensure that my contacts stop on my iphone only and my partners contacts on their iphone only? (and we don't get each others).
    Sorry if this has been answered before, but I couldn't find it when searching.
    Thanks in advance for any help.....
    Rawlad

    Hey Rawlad,
    You can create a folder in Outlook or Windows Address Book and then sync the selected folder.
    In iTunes, just click the iPhone> Info tab> Check sync contacts> Selected groups.
    You can also Reset the Sync History in the iTunes preferences window as described here: http://support.apple.com/kb/HT1692
    Resetting the Sync History would would make iTunes ask if you want to merge or replace contacts.
    Make sure you have at least one contact syncing from the PC before choosing the merge option, so they can merge.
    -Jason

  • Can I Use Boot Camp to Install Windows XP on Late2012 MacMini

    I can't remember everything I've read here in the Community, I still have my Windows XP laptop, haven't used it except to transport videos. Can I use Boot Camp to partition & install the XP on my Dec 2012 Mac Mini? Running Mountain Lion 10.8.5. I still have my Seagate ext HD 1.5 TB, connected to the Mini, but haven't reset it to Mac only. I'm having a slight prob with memory loss, mine, not the Mac's. I think I read that I can't do this with Mountain Lion, but when I try to find what I think I read, it's so far back, I can't get to it. Please help? Thanks in advance.

    The Late 2012 Mac mini only supports 64-bit Windows 7 and 8 versions, so you can't install Windows XP with Boot Camp.
    If you need Windows XP, download an application like Parallels, VMware Fusion or VirtualBox, create a virtual machine and install Windows XP there. You shouldn't have any RAM problem with Windows XP.
    OS X can copy to FAT and exFAT drives, so you can format your external drive in "MS-DOS (FAT)". First, open Finder, choose your external drive in the sidebar and copy all the files to the desktop. Then, use Disk Utility to format your external disk in "MS-DOS (FAT)" > http://pondini.org/OSX/DU1.html Finally, copy all the files back

  • App Store Apps Stop Working After Sync

    On my 3G, I have paid, downloaded & used 4 apps from the apps store. They have worked fine until synching. After Sync, the icons still appear on my phone but the appps no longer work.

    Hi all,
    I've had exactly the same problem, even though I did not play with the authorize/deauthorize stuff. The computer's always been running iTunes and has always been authorized, the only new thing was the iPhone 8GB. What happened is that one app was updated through iTunes (though all apps downloaded over the air). After that update (+sync) none of the "uncore" apps were working.
    The solution that worked for me was effectively to download a new app over the air - filling the iTunes password again - and poof, all other apps were working again.
    Good luck to you all, guys and ladies !
    iPhone's great apart of that slight prob. Might try to update to iTunes 8 anyway.

  • Connman does not show up in enlightenment (e17)

    Hello,
    I've been a Linux user for a few years, but only very recently a Arch user. I set up an archbox on an old laptop of mine, and decided to go with e17 for the WM. I followed (or thought I did) all the instructions on the E17 wiki, not including the 2 scripts, and changed the daemons in rc.conf to this:
    DAEMONS=(syslog-ng dbus hal slim netfs crond alsa connmand)
    As you might have guessed, I use slim for the login screen, and include
    exec enlightenment_start
    in my xinitrc. but the Connection manager is nowhere to be found, not in the widgets, applications, etc. I installed it from the AUR, so that shouldn't be a problem. At this point I'm completely stumped, and nearly pulling my hair out. Any help that could be given would be infinitely appreciated.
    Thank you

    brak3000 wrote:
    As you might have guessed, I use slim for the login screen, and include
    exec enlightenment_start
    in my xinitrc. but the Connection manager is nowhere to be found, not in the widgets, applications, etc. I installed it from the AUR, so that shouldn't be a problem. At this point I'm completely stumped, and nearly pulling my hair out. Any help that could be given would be infinitely appreciated.
    Thank you
    i'm using it right now, so it does work; i just rebuilt all of E and connman today, so it's current too... however, you can't use the latest connman [0.64] (AUR pkg is actually out of date) because the DBUS API has changed from `org.moblin.connman` to `net.connman`... probably just a simple `s,org.moblin.connman,net.connman,g` on the sources, but i didn't try.
    also, i did have this issue against 0.63:
    http://www.mail-archive.com/connman@con … 02301.html
    but the fix from the thread didn't seem to work.  however, simply building connman with:
    --enable-wifi=builtin
    worked fine.
    i would maybe try to just fix the E module, should be easy, and build against the latest connman.  the package your using might not even be building the E connman module; should be under settings -> extensions -> modules -> system.  be sure your wireless interface is actually available too (i forgot the ipw2200-fw firmware package and it stumped me for a good 30+ min)
    i just use the easy_e17.sh script directly, not a package.  try this (you can cp/paste the whole thing into a terminal):
    mkdir ~/bin
    cd ~/bin
    wget http://omicron.homeip.net/projects/easy_e17/easy_e17.sh
    chmod +x easy_e17.sh
    cat <<WRAP > build_e17.sh && chmod +x build_e17.sh
    #!/bin/bash
    [ "\$EUID" -ne 0 ] && echo 'must be root' && exit 1
    mkdir -p /var/cache/easy_e17 /opt/.e17
    inst=\$(date +%F-%s)
    rm -rf /tmp/easy_e17 /etc/ld.so.conf.d/e17.conf
    PYTHON=/usr/bin/python2 \$(dirname \${0})/easy_e17.sh \\
    --install \\
    --packagelist=full \\
    --srcpath=/var/cache/easy_e17/e17_src \\
    --instpath=/opt/.e17/\${inst} \\
    --skip-errors \\
    -c -c \${@}
    ln -s .e17/\${inst} /opt/e17.\${inst}
    WRAP
    [PYTHON doesn't work... need to look why E is trying to link against py3k]
    and run; it will install E into a directory based on the current time, and create a corresponding symlink to it inside the /opt directory.  the wrapper will also ensure a clean build by distclean'ing the sources, removing old ld entries, and wiping the tmp directory.  the actual sources are reused of course, and arguments will be passed thru (-s can be useful to skip SVN sync).
    this method lets you easily revert if there is problem by simply moving the symlink to an older build.  activate the new build by:
    # sudo mv -T /opt/e17.<date> /opt/e17
    and logging out.  this also means the /opt/e17 path never changes, so anywhere else you use it (exports/xinitrc/etc.) does not need to be updated when rotating builds.  lastly, make sure you gets all the deps by looking at the AUR package, and if you want the video stuff to work you need xine or gstreamer.  there is a slight prob with the easy_e17.sh script where it tries to build 1-2 packages in the wrong order (drawer and ethumb i think), but it's not a big deal, and you can fix by just correcting the order... or informing upstream :-)
    good luck,
    C Anthony
    [edit: oops, forgot the shell stuff needed quotes, tested this time :-]
    Last edited by extofme (2010-12-21 07:04:20)

  • Slight Zen Micro/Creative MediaSource Organizer Prob

    i have a 5gb zen micro and when i plug it in to add songs, it says device not found when I double click on the Creative MediaSource Organizer...but when i go to My Computer...it says that it has found Zen Micro Media Explorer and all the cords are tight and everyting
    Could any one help me? espically SSR?
    Thanks
    p.s. this happened to me before and i uninstalled my Zen Micro Software and re-installed it and that fixed it, but i want to find another way to solve it besides un-installing then re-installing

    What do you mean by "it says device not found when I double click on the Creative MediaSource Organizer"? Do you see a Zen Micro node in the Sources panel?

  • Subtitles, type getting cut off slightly on first letters

    I have made my subtitles using the default font and size in DVD SP in a 16:9 project. But the left justify command clips off a little of the 1st letters of each line on the tv and in the DVD SP project, but when I right or center justify the letters are fine. Is this right?
    Also when viewed on a 4:3 tv the subtitles appear just over the black section of the letterboxing slightly.
    Is there any cure for my troubles? Like I said, all the subtitles were done using default settings.
    Thanks for any help!
    S

    The problem with letter chopping seems to be bug in DVD-SP. the only workround seems to be placing an extra space at the front of the line. Having said that most subs are centred so you don't get the problem.
    As to your other prob you can move the X and Y position of the sub stream - but I think I'm right in syaing that if you play a 16:9 film with subs on a 16:9 setup then the subs will appear on the picture (as you'd expect), play the same movie on a 4:3 set up letterboxed and the subs will move lower down. That's the way things are i think you'll find - try it with a Hollywood DVD that has subs....
    Steve

  • Probe tool grayed out in TCP examples

    Hello,
    as I'm currently playing around with the "TCP communicator - Active.vi" examples I noticed, that there is no probe function available. Is this normal behaviour?
    Best regards,
    \Ulli.
    Solved!
    Go to Solution.

    Individual VIs can be set to diable debugging (File->VI Properties->Execution). By disabling debugging, memory is conserved and performance improves slightly.
    The TCP libraries from NI are considered tested and should not require debugging. They VI you are looking at may have this flag set to improve performance.
    Now is the right time to use %^<%Y-%m-%dT%H:%M:%S%3uZ>T
    If you don't hate time zones, you're not a real programmer.
    "You are what you don't automate"
    Inplaceness is synonymous with insidiousness

  • My apps dance open and close on their own in my IPad 2 what can be the prob? I have already restored

    I got the charger flex or pin changed and now the apps dance on the screen, photos open and zoom in, then out, the other apps open and close. I have already restored the device with Itunes and prob is still there. What can be the problem? Any suggestion will be welcome. Thank you

    THANKS for your prompt reply  Bluetooth is off in my laptop and IPhone.. and in fact the reset is the only thing that can make it back to normal. But for a lil while. I wonder if it is the touch, or the home botton... both things are very expensive to replace, so I wouldn't like to spend $$ and continue having the prob.....

  • Prob in decode function

    hi iam having prob with the following decode function
    declare
    c varchar2(20);
    begin
    select decode(deptno,
         10, 'accounting',
         20,'Research',
         30 ,'sales',
         40,'operations','UNKNOWN') into c from dept where loc='DALLAS';
    dbms_output.put_line('DEPARTMENT in DALLAS'||c);
    select decode(deptno,
         10, 'accounting',
         20,'Research',
         30 ,'sales',
         40,'operations','UNKNOWN') into c from dept where loc='INDIA';
    dbms_output.put_line('DEPARTMENT IN INDIA'||c);
    end;
    iam getting no_data_found exception which is reasonable..but what happened to 'unknown' clause in decode function.
    thank u
    rajiv

    DECODE only works on rows returned from the database. If there are no rows, DECODE has nothing to work on.
    Consider:
    SQL> SELECT DECODE(dummy, 'X', 'Found a row', 'No row')
      2  FROM dual;
    DECODE(DUMM
    Found a row
    SQL> SELECT DECODE(dummy, 'X', 'Found a row', 'No row')
      2  FROM dual
      3  WHERE 1=2;
    no rows selectedIf you want to have c contain UNKNOWN when there are no rows returned, you need to do something more like:
    DECLARE
    c VARCHAR2(20);
    BEGIN
       BEGIN
          SELECT DECODE(deptno, 10, 'accounting',
                                20,'Research',
                                30 ,'sales',
                                40,'operations','UNKNOWN')
          INTO c
          FROM dept
          WHERE loc='DALLAS';
       EXCEPTION
          c := 'UNKNOWN';
       END;
       DBMS_OUTPUT.Put_Line('DEPARTMENT in DALLAS'||c);
       BEGIN
          SELECT DECODE(deptno, 10, 'accounting',
                                20,'Research',
                                30 ,'sales',
                                40,'operations','UNKNOWN')
          INTO c
          FROM dept
          WHERE loc='INDIA';
       EXCEPTION
          c := 'UNKNOWN';
       END;
       DBMS_OUTPUT.Put_Line('DEPARTMENT IN INDIA'||c);
    END;HTH
    John

  • ISE 1.2 - Multiple NICs/Load Balancing for DHCP Probe

    Hello guys
    Just prepping an ISE 1.2 patch 8 setup in our organization. I am going for the virtual appliances with multiple NICs. It will be a distributed deployment with 4 x PSNs behind a load balancer and there is no requirement for wireless or guest user at the moment. I've got 2 points I will like to get some guidance on:
    Our DC has a dedicated mgmt network and I plan to IP the gig0 interface of the PANs, MNTs and PSNs from this subnet. All device admin, clustering, config replication, etc will be over this interface. However, RADIUS/probe/other user traffic to the ISE PSNs will be over the gig1 interface which will be addressed from another L3 network. Is this a supported configuration in ISE?
    I intend to use the DHCP probe as part of device profiling and will ideally like to have just an additional ip helper to add to our switch SVI config. Also, it will appear that WLCs can only be configured for 2 DHCP servers for a given network so another consideration for when we bringing our WLAN in scope. We however use ACE load balancers within our DC and from what I have read, they do not support DHCP load balancing. Are there any workarounds to using the DHCP probe with multiple PSNs without having to add each node as an ip helper/DHCP server on the NADs?
    Thanks in advance
    Sayre

    Hello Sayre-
    For Question #1:
    Management is restricted to GigabitEthernet 0 and that cannot be changed so you should be good there
    You can configure Radius and Profiling to be enabled on other interfaces
    Even though you are not using guest services yet, you can dedicate an interface just for that. As a result, you can separate guest traffic completely from your production network
    Take a look at this link for more info:
    http://www.cisco.com/c/en/us/td/docs/security/ise/1-2/installation_guide/ise_ig/ise_app_c-ports.html
    For Question #2
    If you are using a Cisco WLC and running code 7.4 and newer you don't need to mess with the IP helper configurations. 
    The controller can be configured to act as a collector for client profiling and interact with the DHCP thread along with the RADIUS accounting task that is running on the controller. The controller receives a copy of the DHCP request packet sent from the DHCP thread and parses the DHCP packet for two options:
    –Option 12—HostName of the client
    –Option 60—The Vendor Class Identifier
    After this information is gathered from the DHCP_REQUEST packet, a message is formed by the controller with these option fields and is sent to the RADIUS accounting thread, which is in turn transmitted to the ISE in the form of an interim accounting message.
    Both DHCP and HTTP profiling settings are located under the "Advanced" configuration tab in the WLC
    On the other hand, you can also use Anycast for profiling. You can check out some of Cisco Live's sessions for more info on that. Here is one that is from a couple of years (There are more recent ones that are available as well):
    http://www.alcatron.net/Cisco%20Live%202013%20Melbourne/Cisco%20Live%20Content/Security/BRKSEC-3040%20%20Advanced%20ISE%20and%20Secure%20Access%20Deployment.pdf
    I hope this helps!
    Thank you for rating helpful posts!

  • I'm try to buy a movie from iTunes with my I pad 3 and it tells me there is not enough local storage and when I go to my local storage there is a lot on free storage I also restarted my ipad but still the same prob what do I do?

    I'm try to buy a movie from iTunes with my I pad 3 and it tells me there is not enough local storage and when I go to my local storage there is a lot on free storage I also restarted my ipad but still the same prob what do I do?

    5GB is typically not enough space to download a movie.  Often, movies take from 3 - 5 GB to begin with.  The only option you have is to delete more things from your iPad.  You can remove unused Apps, pictures, music, text message (messages with pictures can take up a lot of space), email messages, books, magazines etc.

  • Issue in FF v 3.6.10: I have a page which have more than 20 link, clicking on these link opens up a popup using window.showModalDialog, for the first 20 popup opens up without any prob but for the 21st n more click it block the popup and do not open.

    Issue in FF v 3.6.10: I have a web page which have more than 20 link, clicking on each of these link opens up a pop-up using window.showModalDialog, for the first consecutive 20 popup opens up without any prob but for the 21st n more click it block the popup and do not open. This is m problem, the real user on the web page can click on more than 20 link in such a scenario it may create problem, please help

    Your above posted system details show outdated plugin(s) with known security and stability risks.
    *Shockwave Flash 9.0 r999
    Update the [[Managing the Flash plugin|Flash]] plugin to the latest version.
    *http://www.adobe.com/software/flash/about/
    In Firefox 3.6 and later versions you need the Next-Generation Java™ Plug-In present in Java 6 U10 and later (Linux: libnpjp2.so; Windows: npjp2.dll).
    http://java.com/en/download/faq/firefox_newplugin.xml
    See also http://java.sun.com/javase/6/webnotes/install/jre/manual-plugin-install-linux.html

  • Prob. with iTunes, Phone won't shut off.  Tks.

    3GS with 6.1.3 Prob. with iTunes.  When I want to close out of iTunes after a Podcast the App will not close out when I hit Home. All other Apps shut down, only prob. is with iTunes.  Cant turn phone off goes back ti iTunes when turned on again.  Tks.

    I hope the previous replies are wrong. It was my understanding that even when Match is turned off in iTunes, music previously matched or uploaded to iCloud will stay there, associated with my Apple ID, even through a cold boot etc. If you want to remove songs from iCloud, but keep them locally, do this:
    1. Click "Store" in the iTunes top Menu
    2. Select "Turn on iTunes Match" (if it isn't already turned on)
    3. Close iTunes.
    4. Hold down the Shift key while you open iTunes - this will prompt you to choose or create a (new, locally empty) Library in a different folder from your main Library.
    5. Now you should see ONLY music that is stored in iCloud.
    6. Delete them all. iTunes will show a checkbox or button for you to click to delete the selected items from iCloud.
    7. Turn off iTunes Match (see #1)
    8. Restart iTunes with the Shift key again, so you can get back to your main Library - with Match turned off.

  • Prob with iTunes on Vista! Please Help!

    hi guys,
    i am getting the following error message when i install iTunes 7.5 version
    [IMG]http://img403.imageshack.us/img403/8344/itunesprobbo9.jpg[/IMG]
    i also tried iTunes 7.4 version but i am getting the same error message
    iTunes used to work before, but suddenly the prob
    i tried unistalling and installing the app again but in vain...
    Please Help!
    Thanks in advance!
    -Manish

    “iTunes.exe – Bad Image” ... “C:\Windows\system32\mssip32.dll is either not designed to run on Windows or it contains an error. Try installing the program using the original installation media or contact our system administrator or the software vendor for support.”
    Okay. Literally, it's saying that one of the dlls associated with Cryptographic Services on the PC is damaged. That can cause an iTunes launch failure.
    ... However, most of our experience here at Discussions is with troubleshooting these sorts of messages on Windows XP systems, rather than Vista and I don't have a Vista box handy for reference.
    So, if you don't receive any further replies here, it might be best to try posting instead at the Windows Vista Community Discussions Groups. Fingers crossed someone there might be better placed to help you troubleshoot this:
    http://windowshelp.microsoft.com/communities/newsgroups/en-us/default.mspx
    (Not trying to get rid of you here, just trying to get you on the radar screens of people who might be in a better position to help.)

Maybe you are looking for