J2 SE 1.4.2_05

Hello,
I know this is an older version of java 2 runttime for windows xp, but no matter if I install the latest 1.5, when I launch the java console plug-in, I get a box with a white background and nothing else. Sometimes I see the console with the tabs on top but it does not respond to my mouse clicks. Any one else ever had this problem? I have another computer with the same OS and browser, and I can launch the console with no issues. The machine which I am having java console problem:
ASUS P4C800E P4 2.8c Ghz/800Mhz FSB
Thermaltake Spark 7 HSF and Antec silver thermal paste
1GB Corsair Twinx 3200LL
WD36G Raptor (x2) S-ATA HDD in RAID 0 array
Pioneer DVR-108 DVD-RW
SB Audigy 1
ATI Radeon 9800 Pro 128MB
Lian-Li PC-60 with Antec 430W TruePower
Sony FD G520 monitor/1200x1600/85Hz
MS multimedia keyboard
Logitech MX510 mouse
Monsoon Planar Media 9 speakers
Windows XP Pro SP2 and latest security patches
Firefox 1.03
Symantec Systemworks 2005
thanks,
java_with_ice

I figured out my problem. Actually it is not my system. Java 2SE has issue with anti-aliasing. As soon as you set AA to any value (other than application preference), Java control panel will not display. In fact, if you run a Java applet program, your PC might even crash if AA is turned on!
java_with_ice.

Similar Messages

  • XML : Transform DOM Tree to XML String in an applet since the JRE 1.4.2_05

    Hello,
    I build a DOM tree in my applet.
    Then I transform it to XML String.
    But since the JRE 1.4.2_05 it doesn't work.
    These lines failed because these variables became final:
    org.apache.xalan.serialize.CharInfo.XML_ENTITIES_RESOURCE = getClass().getResource("XMLEntities.res").toString();
    org.apache.xalan.processor.TransformerFactoryImpl.XSLT_PROPERTIES = getClass().getResource("XSLTInfo.properties").toString();The rest of the code :
    DocumentBuilderFactory domFactory = DocumentBuilderFactory.newInstance();
    DocumentBuilder builder = domFactory.newDocumentBuilder();
    Document domXML = builder.newDocument();
    // I build my DOM Tree
    StringWriter xmlResult = new StringWriter();
    Source source = new DOMSource(domXML);
    Result result = new StreamResult(xmlResult);
    Transformer xformer = TransformerFactory.newInstance().newTransformer();
    xformer.setOutputProperty(javax.xml.transform.OutputKeys.INDENT,"yes");
    xformer.transform(source,result);Is there any other way to get an XML String from a DOM tree in an applet ?
    I'm so disappointed to note this big problem.

    Does anyone have an idea why I get this error message when try to use transform in an applet?
    Thanks...
    java.lang.ExceptionInInitializerError
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at org.apache.xalan.serialize.SerializerFactory.getSerializer(Unknown Source)
         at org.apache.xalan.transformer.TransformerIdentityImpl.createResultContentHandler(Unknown Source)
         at org.apache.xalan.transformer.TransformerIdentityImpl.transform(Unknown Source)
         at matrix.CreateMtrx.SaveDoc(CreateMtrx.java:434)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at thinlet.Thinlet.invokeImpl(Unknown Source)
         at thinlet.Thinlet.invoke(Unknown Source)
         at thinlet.Thinlet.handleMouseEvent(Unknown Source)
         at thinlet.Thinlet.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    Caused by: java.lang.RuntimeException: The resource [ XMLEntities.res ] could not load: java.net.MalformedURLException: no protocol: XMLEntities.res
    XMLEntities.res      java.net.MalformedURLException: no protocol: XMLEntities.res
         at org.apache.xalan.serialize.CharInfo.<init>(Unknown Source)
         at org.apache.xalan.serialize.SerializerToXML.<clinit>(Unknown Source)
         ... 28 more

  • Threading with Java 1.4.2_05-b04??

    Hi!
    Could some please tell me that what has happened with the threading model on Java 1.4.2?? I mean, I have applications that has been developed with 1.3.1_b24, and everything worked OK. Now that I updated to this newer Java version 1.4.2_05-b04, my applications just don�t seem to work, they crash instantly after the startup without throwing any exceptions. So everything SEEMS to go OK, but in fact nothing works! I used a profiler to solve things out, and noticed that there is a huge amount of deadlocks with my communication threads, and I really can't figure out why!!??
    I haven't been able to find any documentation if there really is something new with this Java version. I would expect that if Sun has changed something important concerning threading, my application should not even compile with the new Java. Now anyway, all the code compiles ok, and don't even throw any errors, it just crashes..:=(
    Could someone please give me a hint that what's wrong?? Does somebody have same kind of problems with Java 1.4.2??

    Hi,
    Just as Peter said, you wouldn't need to do any changes at all if your application had been correctly implemented. The deadlocks is probably not a direct cause of the changes in the threading model, but rather a cause due to changes in the behaviour in the program. E.g. execution times could have decreased/increased in some methods, and that exposes a bug in your application. Do you always aquire the locks in the same order in all methods/classes?
    /Kaj

  • Troubleshooting web start in 1.4.2_05

    Hi.
    I'm having a hard time understanding how to troubleshoot a web start issue in jdk-1.4.2_05.
    A couple of questions:
    1)
    I read here that I should put properties in a file in my home directory. Where would that be on a windows machine?
    I am logged on as apptest and enabled logging to c:\javaws.log.
    With no home-environment variable, I tried putting the properties in C:\Documents and Settings\apptest\.javaws with no effect. I also tried 'set home=C:\Documents and Settings\apptest' - also with no effect.
    Where should I put it?
    2) The -J option - does it work in 1.4.2's web start?
    It's documented in [the java6 docs|http://java.sun.com/javase/6/docs/technotes/tools/share/javaws.html], but I don't find it mentioned in the [java2 docs|http://java.sun.com/j2se/1.4.2/docs/tooldocs/tools.html]. I tried running
    "c:\Program Files\Java\j2re1.4.2_05\javaws\javaws.exe" -J-verbose:class c:\appclient.jnlpin a prompt, but I get an error dialog saying:
    An error occurred while launching/running the application.
    Category: Invalid Argument error
    Too many arguments supplied: {-J-verbose:class, C:\DOCUME~1\apptest\LOCALS~1\Temp\javaws2 }So - can I turn class loading information on for the web start app - and where would I find the output? In the file set up as log in the web start console?
    Thanks,
    /Morten

    I guess I could install a later version to be enable to debug - and hope that when I find a fix, it will also work on 1.4.2.
    Good idea.
    Thanks,
    /Morten

  • Jre 1.4.1_02 and jre 1.4.2_05

    Help,
    I have one third party application requiring jre 1.4.1_02 plug-in and another third party application requiring jre 1.4.2_05 plug-in running on a Windows 2000 Professional PC. Is there any way to get the two JAVA plug-ins to work together without requiring a re-installation of either of the plug-in?

    I think you can use JRE 1.4.2_05 instead of using both. JREs there is compatibility for both JRE. Try using only one ie 1.4.2_05.

  • Jre 1.4.2_05

    i installed 1.4.2_05 and i runned an aplete, in the first time the aplete was loaded
    but from the second time i can not load the aplete (there was no changes in the aplete)
    what should i do?

    Do you see an error somewhere (Java Console)?
    Try shift-reload.
    -Alexis

  • JRE 1.4.2_05 installed BUT no Java logo in the Control Panel

    Hi, I have just installed JRE 1.4.2_05 on my computer using a manual download. However, I still cannot run applets after the installation finished. I checked Add/Remove in Control Panel to make sure that it was in fact installed, and it was. When I tried to enable and configure JRE, I could not find the coffee cup icon in control panel.
    Could someone please tell me what problem I'm having, and what I can do to solve it? I'm running Windows XP Professional (SP1) on an AMD Athlon 800 MHz computer.
    Thank You

    I removed the Java and also went into the registry and installer files to clean it out. I tried to install the SDK, but a warning window pops up mid way that says 'Java(TM) Update (1.4.2_05-b04 cannot be installed because the Java(TM) Virtual Machine is still running. Please close all running Java(TM) applications, especially browsers.'
    I had all the browsers closed and didn't have any other applications open so I don't know why this message pops up. I also don't understand how I could have Java Virtual Machine if I haven't installed it yet.
    Please Help. Thank You

  • File(URL) constructor not recognized in SDK 1.4.2_05

    I currently have a class with the following line in it:
    File myFile = new File( new URI( uri ) );
    When I run it using versions 1.4.2_01 or 1.4.2_04 of the SDK, everything works just as advertised. However, when I use 1.4.2_05 of the SDK, I get the following error:
    [javac] /home/sbutman/osr-0.1/src/com/techxing/osr/ConfigurationSettings.java:326: error: Can't find constructor `java.io.File(Ljava/net/URI;)' in type `java.io.File'.
    [javac] File myFile = new File( new URI( uri ) );
    [javac] ^
    [javac] 1 error
    It seems that the constructor is invalid, but I don't believe it should be.
    Any suggestions?

    After further investigation, I've determined that this is not a Java problem; it may, however, be a problem with ant (I'm using ant to do the builds). If I build with ant using version 1.4.2_05 of the SDK, I get the error as reported in my original post. If I do not use ant (or do use it with an earlier version of the SDK), I don't get the error. I'll do more investigating and post the resolution here when I find it.

  • Installing J2SE v1.4.2_05 JRE "error reading setup initializing

    I have a customer who just updated their OS on their computer from Windows 98 to XP and now they are trying to download the J2SE v1.4.2_05 JRE version of Java. In the installing process it gives them this error: "error reading setup initializing" Any suggestions as to what is going on? And how to fix it? Thanks!

    SunForumsGuest wrote:
    On windows there are two available installers.
    Windows Offline Installation, Multi-language (j2re-1_4_2_05-windows-i586-p.exe, 14.91 MB), and the online installer: Windows Installation, Multi-language (j2re-1_4_2_05-<font face="tahoma,verdana,sans-serif" size="1" color="#000">windows</font>-i586-p-iftw.exe, 1.35 MB) .
    In some situations, it may be necessary to use the first (larger) one, which (Ibelieve) includes the MSI installer., which usually will already be on an XP machine, but may not be ion an upgraded Win98 machine ?
    (just a guess)
    /DietzNow I got it, Thanks for your effort!

  • Installing J2SE 1.4.2_05 on Windows 2000

    Hi all,
    I have been trying to install J2SE 1.4.2_05 on Windows 2000, ( the program for installing the same had been downloaded from java.sun.com site) the size of the file which i downloaded was of 356Kb.
    When i tried to install the same i got an error saying Error 1606 :could not access network location http://java.sun.com/webapps/download/getfile/1.4.2_05-b04/windows-i586/sd142000.cab . While on the same network when i tried to install on some other machine it didnt gave me any error, the installation went on wery smoothly.
    Any suggestions or ideas regarding the same are highly appreciated.
    Thanks In Advance.

    It might have been the network. Why don't you download the complete thing and install instead of that remote installer?

  • Potential Thread Problem with JVM (1.4.2_05)

    This junit test fails on 1.4.2_05 (running on Windows XP), is there a problem with the code or the JVM?
    public class BadJVMTest extends junit.framework.TestCase {
      static byte[] b = new byte[] { -1, 1 };
      public int m2(int offset) {
        while (true) {
          if (b[offset] >= 0)
            return offset + 1;
          offset++;
      class Inner {
        int fOffset = 0;
        public void m1() {
          fOffset = m2(fOffset);
          if (fOffset == 0)
            throw new RuntimeException("Internal Error.");
      private class ReadThread extends Thread {
        int failed = 0;
        public void run() {
          for (int i = 0; i < 100000; i++) {
            try {
              new Inner().m1();
            } catch (Throwable t) {
              failed++;
              System.err.println("Problem on call number " + (i + 1) + " (" + t + ")");
      public void test() throws Exception {
        int numOfThreads = 100;
        ReadThread threads[] = new ReadThread[numOfThreads];
        for (int i = 0; i < numOfThreads; i++) {
          threads[i] = new ReadThread();
          threads.start();
    for (int i = 0; i < numOfThreads; i++) {
    threads[i].join();
    for (int i = 0; i < numOfThreads; i++) {
    assertEquals(0, threads[i].failed);

    Nothing jumps out at me about the code (other than
    its general convolutedness, which I assume you're
    aware of).
    What, exactly, are you observing? I assume it's that
    fOffset is zero after calling m2(), so you're
    throwing the RTE, right?Which does look like a bug to me, however, there are parts of nested class arcania that are beyond my paltry knowledge, so I may be basing that on faulty assumptions.

  • Upgrade from Java 2 sdk 1.4.2_05 to Java sdk 6.0

    Hello. I am currently researching the effort involed in upgrading our servers from 1.4.2_05 to 6.0.
    Can I just install 6.0 on the servers and expect the apps compiled under 1.4 to run, or will I need to recompile all the apps under 6.0?
    Thanks in advance.

    Either result is possible. Either try it (with, or without recompiling) or research the changes between versions (documented in each version's release documentation.)
    If program code is no longer valid, it may need rewriting.

  • L00000k Help me Install Java 2 SDK, SE v1.4.2_05

    Hey, I'm trying to download this Java from this site (I need to download this excat Java, I can't download any other ones...) :
    https://sdlcweb1a.sun.com/ECom/EComActionServlet/LegalPage:~:com.sun.sunit.sdlc.content.LegalWebPageInfo;jsessionid=sdlcweb1a.sun.com-ab15%3A411f9048%3Ad7a645b4a44a7ec3
    First off, which one shoudl I download. I tried downloading both of them, and got errors on them both. Please help me out as I really want to use the java. You can look at my post here on another forum and it has pictures of what went wrong. I get two errors, the first one is when Its trying to copy the files in the installation. The error I get says "Error 1335. The cabinet file 'st142000[1].cab' required for this installation is corrupt and cannot be used. This could indicate a network error, an error reading from the CD-Rom, or a problem with this package.... After that I click retry, and nothing happends same error, so I click Ignore. Then another error comes up and it says 'Internal Error 2350'. Then I get the thing where it shoudl say installation complete, but instead it says "The wizard was interuppted before Java 2 SDK, SE v1.4.2_05 could be completly installed.
    Please someone help me figure this out because I really want to use java. If any of you guys want to see what happends in picturse, view the post I made on a other forum, and they (the members on that forum) didnt really help me out at all. They just told me to re-download it, which I did about four times. http://jagex.us/SBoT196/viewtopic.php?t=16&postdays=0&postorder=asc&start=30 (I'm Travisu88 on that site)

    See my reply to this thread http://forum.java.sun.com/thread.jsp?forum=14&thread=546824&tstart=0&trange=100
    Before attempting this, make sure that all previous Java install attempts and resulting folders and files are removed from your computer. If the computer is not clean problems will likely result.
    This is the standard way to download the current Java. I recommend that you use the offline installation option if you are installing on Windows, it is less likely to cause problems.

  • WinXPHomeEdition -JRE autoinstall error -1.4.2_05

    hai,
    We are using the following code to download the JRE automatically.
    ============
    <HTML>
    <BODY>
    Downloading Java WebStart...
    <OBJECT CODEBASE="http://java.sun.com/update/1.4.2/jinstall-1_4_2_05-windows-i586.cab"
    CLASSID="clsid:5852F5ED-8BF4-11D4-A245-0080C6F74284" HEIGHT=0 WIDTH=0>
    <!-- Alternate HTML for browsers which cannot instantiate the object -->
    <A HREF="http://java.sun.com/j2se/1.4.2/download.html">
    Download Java Web Start</A>
    </OBJECT>
    </BODY>
    </HTML>============
    This code works with WinXP Professional Edition.
    But,an error appears if tried on WinXP HomeEdition SP1 .
    Internal Error 2755.1624http://java.sun.com/webapps/download/GetFile/1.4.2_05-b04/windows-i586/Java 2 Runtime Environment,SE v1.4.2_05.msi
    Doesn't this work with WinXP Home Edition SP1 anymore?[                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    I removed all the other JREs and tried the autoinstall procedure.Now the JRE is downloaded and installed without problem.
    But , during installation few other errors surfaced, but installing the JRE again was successful.
    I could not find the real problem and probable solution for this!
    I hope, you folks have the answer!
    regards

  • My MS IE does not use J2RE 1.4.2_05

    I have some couple questions and a problem concerning installation of
    J2SDK SE 1.4.2_05 and J2RE SE 1.4.2_05.
    I am running WindowsME and Internet Explorer 6.0.2800, and have updated
    my Java several times.
    1. In the Add/Remove Programs listing, I have both J2SDK SE 1.4.1 and
    1.4.2_05, as well as J2RE SE 1.4.1_02 and 1.4.2_05. At the DOS prompt
    in a "command" prompt, typing java -version gives me:
    java version "1.4.2_05"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_05-b04)
    Java HotSpot(TM) Client VM (build 1.4.2_05-b04, mixed mode)
    Can I go ahead and do a "remove" on the earlier versions of the SDK and JRE?
    2. When I open C:\Program Files\Java, I have directories for
    j2re1.4.0, j2re1.4.1, j2re1.4.1_02, and j2re1.4.2_05. Can (should) I
    delete the directories for the j2re's not listed in the Add/Remove Program
    listing, as it seems they are left behind after removal?
    3. The most baffling problem is that:
    a) in InternetExplorer, Tools->InternetOptions
    the box for "Use Java 2 v1.4.2_05 for <applet>" is checked;
    b) the CoffeCup icon for the Plug-in Control Panel appears in the SystemTray;
    c) the Browser tab has checks for boxes for MS IE and Netscape 6 or later;
    d) when I go to
    http://www.java.com/en/download/help/testvm.jsp
    to test my virtual machine:
    i) MS IE result says I am using Version 1.1.4,
    ii) Netscape says I am using Version 1.4.2_05, and
    iii) Mozilla Firefox 1.4.1_02.
    I really want to get MS IE to use 1.4.2_05, but I can't seem to get it
    over some sort of hurdle to recognize it. Any suggestions as to how I
    can straighten out this problem?
    Thanks for any consideration you might be able to give me.

    Short answer: you can remove all the prior versions using Windows add/remove programs, and then afterwards delete any leftover directories for Java versions that are gone.
    However, this may require that you reconfigure the browsers.
    I'd try it, and then if you can't get it straightened out, delete the 1.4.2_05 and install a new copy (1.4.2_06 is available, as is 1.5)

  • JVM crash for weblogic8.1 running on solaris and JDK1.4.2_05

    Hi,
    I am an administrator of weblogic8.1 server platfrom running solaris8.1 There are 2 managed server runs on 2 solaris unix box and admin server run on a third solaris unix box. Since last couple of days, weblogic server crashing everyday creating a core file and hs_err_pidxxxx.log, on each manage server.Below is the content of hs_err_pidxxxx.log.
    Unexpected Signal : 11 occurred at PC=0xFE1CBCAC
    Function=[Unknown. Nearest: JVM_FillInStackTrace+0x4CE4]
    Library=/bea/jdk142_05/jre/lib/sparc/server/libjvm.so
    Current Java thread:
    Dynamic libraries:
    0x10000 /bea/jdk142_05/bin/java
    0xff360000 /usr/lib/libthread.so.1
    0xff3a0000 /usr/lib/libdl.so.1
    0xff200000 /usr/lib/libc.so.1
    0xff340000 /usr/platform/SUNW,Sun-Fire-V240/lib/libc_psr.so.1
    0xfe000000 /bea/jdk142_05/jre/lib/sparc/server/libjvm.so
    0xff2e0000 /usr/lib/libCrun.so.1
    0xff1e0000 /usr/lib/libsocket.so.1
    0xff100000 /usr/lib/libnsl.so.1
    0xff0d0000 /usr/lib/libm.so.1
    0xff1c0000 /usr/lib/libsched.so.1
    0xff310000 /usr/lib/libw.so.1
    0xff0a0000 /usr/lib/libmp.so.2
    0xff070000 /bea/jdk142_05/jre/lib/sparc/native_threads/libhpi.so
    0xff050000 /usr/lib/nss_files.so.1
    0xfe7d0000 /bea/jdk142_05/jre/lib/sparc/libverify.so
    0xfe790000 /bea/jdk142_05/jre/lib/sparc/libjava.so
    0xfe770000 /bea/jdk142_05/jre/lib/sparc/libzip.so
    0xf94a0000 /osmf/i3/i3v7/products/j2ee/lib/libPreciseLog.so
    0xf9480000 /usr/lib/libpthread.so.1
    0xf9460000 /usr/lib/libkstat.so.1
    0xa9050000 /bea/jdk142_05/jre/lib/sparc/libnet.so
    0xa9290000 /usr/lib/nss_dns.so.1
    0xa8db0000 /usr/lib/libresolv.so.2
    0xa9030000 /bea/weblogic814/server/lib/solaris/libmuxer.so
    0xa8b60000 /usr/ucblib/libucb.so.1
    0xa8b20000 /usr/lib/libelf.so.1
    0xa8d90000 /bea/jdk142_05/jre/lib/sparc/libnio.so
    0xa8a60000 /usr/lib/librt.so.1
    0xa8920000 /usr/lib/libaio.so.1
    0xa8900000 /usr/lib/libsendfile.so.1
    0xa83e0000 /bea/jdk142_05/jre/lib/sparc/libioser12.so
    Heap at VM Abort:
    Heap
    def new generation total 339264K, used 293091K [0xa9400000, 0xbe950000, 0xbe950000)
    eden space 329024K, 87% used [0xa9400000, 0xbac61f00, 0xbd550000)
    from space 10240K, 58% used [0xbd550000, 0xbdb26ea0, 0xbdf50000)
    to space 10240K, 0% used [0xbdf50000, 0xbdf50000, 0xbe950000)
    tenured generation total 699072K, used 204153K [0xbe950000, 0xe9400000, 0xe9400000)
    the space 699072K, 29% used [0xbe950000, 0xcb0ae7f8, 0xcb0ae800, 0xe9400000)
    compacting perm gen total 65024K, used 64974K [0xe9400000, 0xed380000, 0xf9400000)
    the space 65024K, 99% used [0xe9400000, 0xed373a30, 0xed373c00, 0xed380000)
    Local Time = Mon Nov 20 13:17:55 2006
    Elapsed Time = 150397
    # HotSpot Virtual Machine Error : 11
    # Error ID : 4F530E43505002EF 01
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Server VM (1.4.2_05-b04 mixed mode)
    any idea?

    Hi Jitesh
    JVM crash could be because of any code, it could be weblogic or your own application or a bug in JDK itself.
    1) You can run tools like GDB on the core file which will indicate the source of the crash.
    From the stack it looks like a Sun JDK bug
    2) Search on sun for this error code shows some known bugs. Checkout http://onesearch.sun.com/search/onesearch/index.jsp?charset=utf-8&col=developer-debugging&qt=4F530E43505002EF+01&rt=true&cs=false
    3) You can also upgrade the JVM to the latest version of 1.4.2. I believe you have 1.4.2_05
    Vimala-

Maybe you are looking for

  • Simulator is not updateing please help.

    I am very new at Xcode programming and have been working through a tutorial provided by apple. It has a classic hello world program and switches to a to do list program. I will provide the address for the tutorial at the end. The tutorial instructed

  • I need a sample excel data for practicing Dashboards

    Hi Experts ,                     I am new to SAP  BO  Dashboards. i need sample excel data for practicing and designing a dash boards . kindly help me to get sample excel files from any where .Please suggest me where i can get sample excel files. Reg

  • How Can I Side Scroll in Folder Pane

    I have recently started using Lightroom again (has 2 then upgraded to 5 in the past year) one thing I've noticed is that there's no side scrolling in the Folders pane. Because of that I can't read the folder names. I know if I move my photos to a hig

  • How to block Phone calls and SMS on iphone 3G S

    Dear users, Please let me know if there is a way to block phone calls / SMS from reaching your iphone or is there any application we can download to block them / trash them? Thanks, SChouery

  • Can't get rid of bing as homepage?

    can't get rid of bing as homepage in firefox?