Java 1.6.0 amd64 problems

Hi.
I've installed the lastest AMD64 binary of the JDK and JRE (1.6.0u3 at the moment) and I have a problem.
I'm running Windows Vista x64 and , even after installing the two packages , the JVM is still not seen by the system.
When I try installing Netbeans it says that "No JVM is installed" and trying to run "jar" files just say that there isn't any application that can open that kind of file. Even selecting "java.exe" as application doesn't make the JAR work.
Do you have any advice? Have I to set any environment variable?
Thanks
Marcello

I am having similar problems, but on Windows XP x64 Edition. When I try to install new applications, they tell me there's no JRE installed, when in fact there are two - 1.5.0u11 and 1.6.0u3. No applets will display in Firefox - it asks me to download the JRE! CLASSPATH, PATH and JAVA_HOME are all set in my environment variables. I've developed Java apps on here previously, so I know it worked at some point.
OpenOffice, IntelliJ, Eclipse, etc - all installed before this problem began - continue to work. In OpenOffice, under the JRE settings, it shows no JREs installed. When I try to specify a JRE to use, it tells me the folder I'm specifying doesn't contain a JRE.
Reinstalling the JRE has had no effect at all.
Any ideas what's going on? It's very strange, and I need to get some new Java apps installed.

Similar Messages

  • Java.exe has encountered a problem and needs to close.

    I installed Oracle8i on my P4 then when I reboot I get the error "java.exe has encountered a problem and needs to close." even if I click on "don't report" if keeps popping up, anything to do to resolve this?
    Thanks.

    Hello...
    i had the same problem. then when i searched oracle documentation, it suggested as follows:
    1. go to your %ORACLE_HOME%\Apache\Apache\conf\httpd.conf
    2. comment out 2 lines that has
    include ....\jserv.conf
    include ....\oracle_apache.conf
    so your new line will be:
    #include ....\jserv.conf
    #include ....\oracle_apache.conf
    Those lines are at the end of the file.
    3. save the file.
    4. reboot your machine.
    that solution works for me.. hope it works for you too.
    GOOD LUCK!
    --Melani                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Exception in thread "main" java.lang.Error: Unresolved compilation problem

    The following code:
         public boolean find(MusbachJ_Person person,BstNode node)
              //p.l(person);p.l(node.intData);
              if(node.intData.compareTo(person)==0)
                   return true;
              if( node.leftNode != null ) find(person,node.leftNode );
              if( node.rightNode != null ) find( person, node.rightNode);
              else
                   return false;
         }returns the following compilation error:
    Exception in thread "main" java.lang.Error: Unresolved compilation problem:
         This method must return a result of type boolean
         at MusbachJ_TreeNode.find(MusbachJ_TreeNode.java:32)
         at MusbachJ_PeopleTree.main(MusbachJ_PeopleTree.java:91)
    But I don't understand, the else statement is right there, what more does it want? Thanks! :)

    John_Musbach wrote:
    Exception in thread "main" java.lang.Error: Unresolved compilation problem: Unresolved compilation problem is an error that you'll only ever see if you're using an IDE. If you used the javac compiler, then you would have seen that the code doesn't even compile.
    The reason (as others have pointed out) is, that some paths through your method don't return a value.
    I'll re-write your code in the code-style that I usually use, because then it might be easier for you to see the problem:
    public boolean find(MusbachJ_Person person,BstNode node)
         if(node.intData.compareTo(person)==0) {
              return true;
         if( node.leftNode != null ) {
              find(person,node.leftNode );
         if( node.rightNode != null ) {
              find( person, node.rightNode);
         else {
              return false;
    }There are two prolbems. I'll spell out the first and let the other one for you to find:
    1.) you don't do anything with the return-values of the find-methods you are calling. What do you want to do with them?
    2.) What do you return if the current node is not the one that you want and you've got a right node?

  • Can i download java for my ipad, the problem is i open glovis.usgs from my ipad, but i can't see the full page, cause the page need a java...help me please

    Can i download java for my ipad, the problem is i open glovis.usgs from my ipad, but i can't see the full page, cause the page need a java...help me please

    Nope. The iPad (and iPhone and iPod touch) cannot execute Java applets. It's a limitation in iOS from the beginning (just like lack of Flash). You will either need to use a desktop computer or access a desktop computer via RDP or VNC to access that page on iPad.mIn short: there is no native way to use a Java applet on iOS.

  • I use Ameritrade website for the stock market. When accessing Command Center it asks for an old version of Java. I have no problems with Chrome.

    Mac OSX 10.6 Intel. I can use an older version of Firefox, 3.67 without problems, but any of the new versions wont load the Command Center that allows me to keep track of stock sales and etc. The program asks me to install Java. It seems to want an older version of Java.
    I have no problem using Command Center with Google Chrome.

    There's nothing Firefox can do about that. You need to contact Command Center.
    Using old, possibly insecure, programs is never a good idea.

  • Install error FJS-00003: JAVA Add-In on AMD64 platform (NW04 SR1)

    Hi gurus:
    I came over an ugly error while trying to install the XI.
    1. - I downloaded the corresponding software from the SAP Marketplace, as in the normal DVDs the AMD64 platform was not included.
    2. - I copied the CDs for the EXPORT and the JAVA-Engine to one directory each, respective called export and JavaDVD. In directory JavaDVD I had to modify the LABEL.ASC file to be later accepted.
    3. - I installed the ABAP WAS 6.40, unicode version. Everything worked ok. Also the post installation tasks could be carried out without problems.
    4. - I wnated to install the JAVA Add-In. Everything starts fine, but the installation stops with the following lines in "sapinst_dev.log":
    ERROR      2006-08-17 18:34:33 [iaxxejsbas.cpp:170]
               EJS_ErrorReporter
    FJS-00003  TypeError: fmgt.getNode(listOnCD) has no properties (in script InstallationScript_265, line 8607: ???)
    TRACE      [iaxxcwalker.cpp:301]
               CDomWalker::processStep()
    No way out - I can only stop the installation.
    The respective lines in the install script are:
    8591: var sdaPath  = installer.getCD("J2EE-ENG")+"/FS";
    8593: // OS400 needs its own kind of pathname 
    8594: if (installer.onOS400()) sdaPath = os4_convertPath(sdaPath);
    8597: // fill table with SDA which are to be deployed
    8599: deployUnitsTable.remove();
    8601: var listOnCD = sdaPath+"/DEPLOY.LST";
    8603: var sdaList = new Array ();
    8605: var fmgt = new FileMgt();
    8607: var fstream = fmgt.getNode(listOnCD).getFileStream("READ");
    ... (blank lines deleted)
    I can not heal that problem, I only understand that such a file does not exist! The directory has the following files:
    I:\JavaDVD\CDLABEL.ASC
    I:\JavaDVD\CDLABEL.EBC
    I:\JavaDVD\content of JavaDVD.txt
    I:\JavaDVD\Copy of LABEL.ASC
    I:\JavaDVD\COPY_TM.HTM
    I:\JavaDVD\COPY_TM.TXT
    I:\JavaDVD\CRCFILE.DAT
    I:\JavaDVD\J2EE_OSINDEP
    I:\JavaDVD\LABEL.ASC
    I:\JavaDVD\LABEL.EBC
    I:\JavaDVD\LABELIDX.ASC
    I:\JavaDVD\SCS_NTAMD64
    I:\JavaDVD\SHAFILE.DAT
    I:\JavaDVD\sss.txt
    I:\JavaDVD\VERSION.ASC
    I:\JavaDVD\VERSION.EBC
    I:\JavaDVD\J2EE_OSINDEP\CDVersion.txt
    I:\JavaDVD\J2EE_OSINDEP\J2EE-ENG
    I:\JavaDVD\J2EE_OSINDEP\JDI
    I:\JavaDVD\J2EE_OSINDEP\JDKVersion.xml
    I:\JavaDVD\J2EE_OSINDEP\KernelVersions.xml
    I:\JavaDVD\J2EE_OSINDEP\LABEL.ASC
    I:\JavaDVD\J2EE_OSINDEP\LABELIDX.ASC
    I:\JavaDVD\J2EE_OSINDEP\PROD_LABEL
    I:\JavaDVD\J2EE_OSINDEP\SDM
    I:\JavaDVD\J2EE_OSINDEP\TEST-APP
    I:\JavaDVD\J2EE_OSINDEP\J2EE-ENG\FS
    I:\JavaDVD\J2EE_OSINDEP\J2EE-ENG\J2EENGINE
    I:\JavaDVD\J2EE_OSINDEP\J2EE-ENG\JDMP
    I:\JavaDVD\J2EE_OSINDEP\J2EE-ENG\LABEL.ASC
    I:\JavaDVD\J2EE_OSINDEP\J2EE-ENG\FS\TC_SEC_JAVA_CRYPTO_FS_LIB.SDA
    I:\JavaDVD\J2EE_OSINDEP\J2EE-ENG\J2EENGINE\J2EEINSTALL.SAR
    I:\JavaDVD\J2EE_OSINDEP\J2EE-ENG\J2EENGINE\SLDSERV.JAR
    I:\JavaDVD\J2EE_OSINDEP\J2EE-ENG\JDMP\EXPDUMP.001
    I:\JavaDVD\J2EE_OSINDEP\J2EE-ENG\JDMP\IMPORT.XML
    I:\JavaDVD\J2EE_OSINDEP\J2EE-ENG\JDMP\LABEL.ASC
    I:\JavaDVD\J2EE_OSINDEP\JDI\LABEL.ASC
    I:\JavaDVD\J2EE_OSINDEP\JDI\OFFLINE
    I:\JavaDVD\J2EE_OSINDEP\JDI\ONLINE
    I:\JavaDVD\J2EE_OSINDEP\JDI\OFFLINE\DEPLOY.LST
    I:\JavaDVD\J2EE_OSINDEP\JDI\OFFLINE\SAPDEVINFF09_0.SCA
    I:\JavaDVD\J2EE_OSINDEP\JDI\ONLINE\DEPLOY.LST
    I:\JavaDVD\J2EE_OSINDEP\JDI\ONLINE\SAPBUILDT09_0.SCA
    I:\JavaDVD\J2EE_OSINDEP\JDI\ONLINE\SAPDEVINF09_0.SCA
    I:\JavaDVD\J2EE_OSINDEP\SDM\LABEL.ASC
    I:\JavaDVD\J2EE_OSINDEP\SDM\SDMKIT.JAR
    I:\JavaDVD\J2EE_OSINDEP\TEST-APP\630
    I:\JavaDVD\J2EE_OSINDEP\TEST-APP\LABEL.ASC
    I:\JavaDVD\J2EE_OSINDEP\TEST-APP\630\calculator.ear
    I:\JavaDVD\J2EE_OSINDEP\TEST-APP\630\CalculatorLibrary.sda
    I:\JavaDVD\J2EE_OSINDEP\TEST-APP\630\ShoppingCalculator.ear
    I:\JavaDVD\J2EE_OSINDEP\TEST-APP\630\UtilityLibrary.sda
    I:\JavaDVD\SCS_NTAMD64\LABELIDX.ASC
    I:\JavaDVD\SCS_NTAMD64\SCS
    I:\JavaDVD\SCS_NTAMD64\SCS\LABEL.ASC
    I:\JavaDVD\SCS_NTAMD64\SCS\NT
    I:\JavaDVD\SCS_NTAMD64\SCS\NT\AMD64
    I:\JavaDVD\SCS_NTAMD64\SCS\NT\AMD64\SCS.SAR
    I:\JavaDVD\SCS_NTAMD64\SCS\NT\AMD64\SCSCLIENT64NUC.SAR
    I:\JavaDVD\SCS_NTAMD64\SCS\NT\AMD64\SCSCLIENT64UC.SAR
    Any help appreciated!!
    Many thanks in advance!
    stephan

    SOLVED
    hi peers. Finally I've got an answer from SAP. The file was simply missing from the distribution! I created it in the corresponding subdirectory:
    I:\JavaDVD\J2EE_OSINDEP\J2EE-ENG\FS\
    with just one line of text in it:
    TC_SEC_JAVA_CRYPTO_FS_LIB.SDA
    This solved that problem - the step could be carried out without any more problems.
    BTW: What I do not understand is that the file was missing. Not only from the downloaded media, also from SPA's original DVDs. No such installation can work....

  • 64-bit JNI C++ to JAVA invocation multiple threads classloader problem

    Hi ALL,
    I have a C++ app that invokes Java classes on 64-bit Solaris 10 with 64-bit JVM.
    Here is the problem:
    The native non-main (not the thread that initializes the JVM) threads would not be able to find any user-define class.
    Here are the symptoms and observations:
    1. JNIEnv::ExceptionDescribe() showed the following StackOverflowError:
    Exception in thread "Thread-0" java.lang.StackOverflowError
            at java.util.Arrays.copyOf(Arrays.java:2734)
            at java.util.Vector.ensureCapacityHelper(Vector.java:226)
            at java.util.Vector.addElement(Vector.java:573)
            at java.lang.ClassLoader.addClass(ClassLoader.java:173)
            at java.lang.ClassLoader.defineClass1(Native Method)
            at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
            at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
            at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
            at java.net.URLClassLoader.access$000(URLClassLoader.java:56)
            at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
            at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
            at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)2. The "main thread" that instantiates the JVM has no problem finding and loading any class or method
    3. But the other threads (non-main threads) would not be able to find the user-defined classes unless the classes were already loaded by the main thread.
    4. The non-main threads can find the "standard" java classes with no problem
    5. The same app ran fine on 32-bit system.
    6. Except for the JVM reference is global, each thread acquired JNIEnv by either GetEnv() or AttachCurrentThread().
    Any idea why it is a problem with 64-bit?
    I have the sample program to reproduce this issue in this thread: http://forums.sun.com/thread.jspa?messageID=10885363&#10885363. That was the original thread I raised but I have narrowed it down to a more concrete scenario. That's why I am creating this new thread. I hope this does not break any rule on this forum. If it does, I apologize.
    I really appreciate it if anyone can provide any help/suggestion.
    Regards,
    - Triet

    Here is the sample program. Again, this works on 32-bit but not 64-bit.
    #include <string>
    #include "jni.h"
    #include "TestThread.h"
    static JavaVM *g_pjvm = NULL;  /* denotes a Java VM */
    static JNIEnv *g_penv = NULL;  /* pointer to native method interface */
    void initJVM(char** jvmOptions) {
        printf("RJniTest init starts...\n");
        JavaVMInitArgs vm_args; /* JDK/JRE 6 VM initialization arguments */
        JavaVMOption* poptions;
        int optionLen = 0;
        while (jvmOptions[optionLen]) {
            optionLen++;
        printf("RJniTest::init len=%d\n", optionLen);
        if (optionLen > 0) {
            printf("RJniWrapper::init jvmOptions\n");
            poptions = new JavaVMOption[optionLen];
            //poptions[0].optionString = "-Djava.class.path=/usr/lib/java";
            int idx = 0;
            while (jvmOptions[idx]) {
                poptions[idx].optionString = jvmOptions[idx];
                idx++;
        printf("RJniTest::init vm_args: version(%x), nOptions(%d)\n",
                JNI_VERSION_1_6, optionLen);
        vm_args.version = JNI_VERSION_1_6;
        vm_args.nOptions = optionLen;
        vm_args.options = poptions;
        vm_args.ignoreUnrecognized = JNI_FALSE;
        // load and initialize a Java VM, return a JNI interface
        // pointer in env
        printf("RJniTest::init creates JVM\n");
        JNI_CreateJavaVM(&g_pjvm, (void**)&g_penv, &vm_args);
        printf("RJniTest init ends\n");
    void findClass(const char* classname) {
        static const char* fname = "justFindClasses";
        printf("%s: findClass: %s\n", fname, classname);
        JNIEnv* jenv;
        jint ret = g_pjvm->GetEnv((void**)&jenv, JNI_VERSION_1_6);
        if (ret == JNI_EDETACHED) {
            ret = g_pjvm->AttachCurrentThread((void**)&jenv, NULL);
            if (ret != JNI_OK || jenv == NULL) {
                printf("%s: get env error: ret=%d\n", ret, fname);
            } else {
                printf("%s: got new env\n", fname);
        } else if (ret == JNI_OK) {
            printf("%s: env already there\n");
        jclass classref;
        classref = jenv->FindClass(classname);
        if (classref == NULL) {
            printf("%s: %s class not found!\n", fname, classname);
            if (jenv->ExceptionOccurred()) {
                jenv->ExceptionDescribe();
                jenv->ExceptionClear();
        printf("%s: found class: %s\n", fname, classname);
    class RJniTestThread : public TestThread {
    public:
        void threadmain();
    void RJniTestThread::threadmain() {
        printf("RJniTestThread::threadmain: Starting testing\n");
        findClass("org/apache/commons/logging/Log");
        findClass("java/util/List");
        printf("RJniTestThread::threadmain: done.\n");
    int main(int argc, char** argv) {
        char **jvmOptions = NULL;
        printf("RJniTestDriver starts...\n");
        if (argc > 1) {
            jvmOptions = new char*[argc];
            for (int i = 0; i < argc ; i ++) {
                jvmOptions[i] = argv[i + 1];
            jvmOptions[argc - 1] = NULL;
        } else {
            int size = 8;
            int i = 0;
            jvmOptions = new char*[size];
            jvmOptions[i++] = (char*) "-Djava.class.path=<list of jar files and path here>";
            jvmOptions[i++] = (char*) "-Djava.library.path=/sandbox/mxdev/3rdparty/java/unix/jdk1.6.0_14/jre/lib/sparc";
            jvmOptions[i++] = (char*) "-Djava.compiler=NONE";
            jvmOptions[i++] = (char*) "-verbose:jni";
            jvmOptions[i++] = (char*) "-Xcheck:jni";
            jvmOptions[i++] = NULL;
        printf("init JVM\n");
        initJVM(jvmOptions);
        // UNCOMMENT HERE
        // findClass("org/apache/commons/logging/Log");
        // findClass("java/util/List");
        // UNCOMMENT END
        printf("start test thread\n");
        RJniTestThread testThread;
        ThreadId tid = testThread.launch();
        printf("wait for test thread\n");
        int ret = pthread_join(tid, NULL);
        printf("RJniTestDriver ends\n");
    }

  • With Firefox 5.0.1 and Firefox 6 beta there are display problems apparently due to Java and some Javascript compatibility problems -- there were links to solutions, but they are no longer active. What to do?

    The box and button lines are not displayed or are mis-sized, if they appear at all; problem varies with the website and page style.
    The threads I found in discussions mentioned a couple pages that are no longer active/cannot be opened -- so these solutions don't work.
    When starting version 5x and 6beta I get information certain add-ons are STILL incompatible with these versions?
    Are there any work-arounds or patches?

    I am having this problem too. Just like WinOnBatch the problem started for me around firefox 5.0.1.
    I have not been able to get rid of this problem. I have tried creating a new profile, restarting firefox in safe mode. disabling extensions 1 by 1. When I built this computer I did a clean install of firefox 5.0.1, and 2 weeks later with no extensions the problems came back. At that point I had the Java and flash plugins only.
    When firefox 6 was released I did another fresh install (uninstalled firefox, went through my hard disc and deleted any reference to firefox and mozilla. Did the same in the registry, then run a registry cleaner and restarted the computer) before I installed firefox 6 and the problem was happening in less than a week. The I said to hell with it and re-created my entire profile from scratch and installed all my old extensions (updated them off course). 2 weeks ago it got really sever and I couldn't see any buttons on the chome interface and all web pages I visited were displaying really messed up. The only way i can describe it is kinda like greentech70 screenshots but on every inch of the application window. Like a really bad screen tearing effect.
    The only thing that seem to help is when I downgraded to firefox 3.6.18. That fixed it but like greentech70 I have security and privacy concerns, so upgraded to firefox 6 again as the issue went away for 1 day, then came back but not as severe. since then I have been downgrading to firefox 3.6.18 re-installing java and flash, then upgrading back to firefox 6. It keeps the problem minimised but im still plagued by it. I also wonder if its a problem with firefox's 6 graphical engine.

  • (HP Share to Web)/(java 1.5 JRE) incompatibility problem?

    A Java application developed with JDK 1.3, and which used JRE 1.3, ran fine, but upon migrating from Java 1.3 to Java 1.5 (i.e. compiled with JDK 1.5 and using JRE 1.5), the application started having problems running on a given machine, which would give the fatal error, "javaw.exe has generated errors and will be closed by windows." This error would occur after the application would start and when the user would start to interact with application. The problem was traced to the application HP Share-to-Web, which was running on the machine in question. This problem would happen on machines running Win2K and Win98, and the aforementioned application, HP Share-to-Web, but would not happen on XP. When the application, HP Share-to-Web, was uninstalled, the Java 1.5 application would work fine. The following log file concerning this error was written on the Win98 machine. Hey..if anyone has any idea what be a happening, or if someone has experienced this same problem, any response would be appreciated.
    JAVAW caused an invalid page fault in
    module AWT.DLL at 0167:6d0ea81e.
    Registers:
    EAX=00000000 CS=0167 EIP=6d0ea81e EFLGS=00010246
    EBX=00000000 SS=016f ESP=0b76fa34 EBP=817858a0
    ECX=00000001 DS=016f ESI=006f84c0 FS=120f
    EDX=81780e9c ES=016f EDI=00000000 GS=0000
    Bytes at CS:EIP:
    8b 07 57 ff 50 58 ff 76 18 8b 07 57 ff 50 58 ff
    Stack dump:
    006c1b80 006f8500 006f84c0 6d0ea7d1 00000000 6d0ea924 00000001 0042f5d0
    7ff38b7d 006f8500 0042f5d4 0042f5d8 00000000 7ff387cf 7ff380f8 00000002

    AWT strongly suggests gui to me.
    That often means video software or hardware problems which can also include fonts.
    Does the particular software package grap the screen? And is it certified to work on the OS with the particular video hardware and software (including versions)?

  • XSLT mapping calls Java class, with hardcoded values-problem at Transport

    Hi All,
    I know the subject may be  misguiding, but i need some suggestions how to handle the following scenario.
    From my XSLT mapping, i am calling a java function which performs a data connection to an oracle database and then returns some values, whcih i have mapped in the mapping.
    The problem is, i have hardcoded the Connection parameters....
    and now that we transport these objects to production, the connection parameters will change.
    I thought of two solutions
    1) i create a new java class for Production system
    2) i define the parameters as input arguemnts to my method, whcih is called from XSLT mapping
    But in both cases, if theres any chg in future, there will a dependancy on one of the objects to be changed and sent again.
    What is the suggested way? is there nothing like a property file(like in EP), where you define dependant parameters...and the file is only changed.
    XI Gurus, please suggest me the correct way to handle.....
    Thanks a lot.
    Mona

    Mona,
    This is what i do..
    1) Parametrize ur current calling class,
    2) define a separate class called dbConnect.java there, you have all your parameters that way when there is a change your main program is untouched, and you just need to change the dbconnect.
    The call from your current class will be just like
    dbConnect.Runsql("sql as a string");
    the runSql can then internally call
    dbConnect().connect(); //that should do the connection opening.
    then create a prepared statement from your string input and call the db.......
    this is the implementation that would be best suited for your scenario, you can further parametrize the method to where you can add the database params from the calling xml..so all that needs to be done when the machine is changed or any param is changed is ..modify the xml........not too bad was that.....
    Regards
    Ravi

  • Java ME SDK 3.0 Problems

    I need to develop J2me (Midlet for graduation project)...I installed Java ME SDK 3.0 after installing JDK 6.0
    I was running Java ME SDK 3.0 and I faced some errors:
    An error: A java.io.IOException exception has occurred
    java.net.ConnectException:connection refused
    This error keeps poping up 100 times+ while the Java ME SDK is launching...
    After that when it launches the sample application don't run because of the following:
    Reference Problem:"CLDC Sun Java(TM) MicroEdition SDK 3.0EA" platform couldn't be found
    As a result I try to solve reference problem a pop up window appears saying:
    "Use java docs to register the API documentation for your JDK in the IDE
    Click Add Platform to register other Java SE and Java ME platform versions"
    I posted before at Nokia forums and got no useful answer so if any one want to know more ifo Please refer to:
    http://discussion.forum.nokia.com/fo...962#post731962

    Don't double post. I've removed the thread you started in the Java Programming forum with the identically same question.
    db

  • Java 1.5_13 applet loading problem due to 'activate control' fix

    I updated my JRE to Java 1.5 revision 13, and it seems to introduce a new problem. In order to fix the "click here to activate this control" problem in internet explorer, I iterate the document model and set the outerHTML of the applet tag to the same outerHTML. This removes the annoying rectangle in IE. This also causes the applet to load and break down the first time the page is displayed, because IE removes the old applet instance and creates a new one when replacing the outerHTML. When this happens on the new Java JRE release, an exception is thrown to the user saying:
    java.lang.NullPointerException
         at sun.plugin.AppletViewer.loadJarFiles(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    The applet loads correctly, but the message should not be displayed. Also, it only seems to happen sometimes (maybee because sometimes the applet does not yet start before IE runs the script to replace its contents)
    Full lifecyle from the console panel:
    basic: Registered modality listener
    basic: Registered modality listener
    liveconnect: Invoking JS method: document
    liveconnect: Invoking JS method: URL
    basic: Referencing classloader: sun.plugin.ClassLoaderInfo@181fbd6, refcount=5
    basic: Added progress listener: sun.plugin.util.GrayBoxPainter@982291
    basic: Loading applet ...
    basic: Initializing applet ...
    basic: Starting applet ...
    basic: Unregistered modality listener
    basic: Stopping applet ...
    basic: Removed progress listener: sun.plugin.util.GrayBoxPainter@982291
    basic: Finding information ...
    basic: Releasing classloader: sun.plugin.ClassLoaderInfo@181fbd6, refcount=4
    basic: Done ...
    basic: Joining applet thread ...
    basic: Destroying applet ...
    basic: Disposing applet ...
    java.lang.NullPointerException
         at sun.plugin.AppletViewer.loadJarFiles(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    basic: Exception: java.lang.NullPointerException
    java.lang.NullPointerException
         at sun.plugin.AppletViewer.loadJarFiles(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    basic: Joined applet thread ...
    basic: Unregistered modality listener
    basic: Quiting applet ...
    basic: Registered modality listener
    liveconnect: Invoking JS method: document
    liveconnect: Invoking JS method: URL
    basic: Referencing classloader: sun.plugin.ClassLoaderInfo@181fbd6, refcount=5
    basic: Added progress listener: sun.plugin.util.GrayBoxPainter@1347dad
    basic: Loading applet ...
    basic: Initializing applet ...
    basic: Starting applet ...
    Does anyone know how to fix this new issue? Or does anyone know of a better way to solve the 'activate control' problem in IE that does not cause the reloading of this applet?
    Thanks.

    Hi!
    *1 -* Poor_Sitar_player's solution that i used.
    a - Build the applet's comented code into a div ...
    </div id='555>
    <!--
    <body>
    <applet name="EditoRTFa.class" id='editor' archive="../pages/expediente/Modelo/Editor/EditoRTFa.jar"
    code="br.gov.pa.tj.processo.expediente.casos.editor.EditoRTFa.class" width="750" height="550">
    </applet>
    <body>
    -->
    </div>
    b - After, insert a javascript the will remove the coments....
    <script type="text/javascript">
    var x = document.getElementById('555');
    var texto = x.innerHTML;
    texto = texto.replace('<!--','').replace('-->','');
    x.innerHTML = texto;
    <script type="text/javascript">
    *2 - Another solution*
    If you are using struts2 or your applet is inside a internal frame, is possible that the above solution will not work.
    So, the solution that i found was place the applet code in the main page, with width and heigh iguals "*0*" and style="float: left;" to hide the applet.
    This way, the applet will be load before you call the right page.
    That's all.
    Edited by: carlosmcp on Oct 14, 2008 7:01 AM

  • Java runtime 6 (crazy) install problem - OS X 10.7.5

    Hello everyone,
    I have been reading the various threads on this issue, but found no answer to my problem:
    I am under Lion version 10.7.5 - MacBookPro
    I need Java 6 for a program I use for my work.
    When I want to install from Java Preferences, i get the following message:
    "To open “Java Preferences,” you need to install a Java SE 6 runtime, but you are not connected to the Internet." But I AM connected to the internet.
    Accroding to waht I read, I went to the Apple download files and downloaded JavaForOSX.dmg file...
    But when I want to install it, I get the message:
    "Alert: A newer version of this package is already installed."
    When I run terminal java -version
    The answer is "No Java runtime present, requesting install."
    And thus I am back to where I started...
    If you could help that would be incredibly helpful!
    Thanks
    Helene

    MadMAC0 posted at https://discussions.apple.com/message/20107182?ac_cid=tw123456#20107182 that:
    Apple has posted (10/22/12) the approved solution for restoring the Java 6 plug-in:
    Java for OS X 2012-006: How to re-enable the Apple-provided Java SE 6 applet plug-in and Web Start functionality.

  • Java stored procedure deployment : resolution problem

    Hi,
    I am trying to upload a Java class (to be able to send mail with attached files).
    At deployment, I have many errors of this type :
    errors : class javax/xml/transform/sax/SAXTransformerFactory
    ORA-29521: referenced name org/xml/sax/XMLFilter could not be found
    This is due to the "upload" of J2EE in the database but I do not find the options to bypass this in the "Deployment Profile Settings".
    I tried to uncheck "-resolve", to check "-noverify", to check "-force" options.
    I tried many combinations of those options but there is nothing to do !
    I even tried to "exclude package tree" in the "Dependency Analyzer Filters" but nothing is working.
    Does anyone has any idea ??
    Thanks,
    Ju.

    Hi everybody.
    I found the solution myself.
    I am posting it because I am sure I am not the onlyone that got that problem...
    The trick is to upload jar files manually by successive calls like
    "loadjava -user [user]/[passwd]@[tnsentry] mail.jar -resolve".
    The result of the commmand could list some errors but we do not care, the upload is done anyway...
    Then, you can upload your classes through JDeveloper.
    I did not managed to upload source files (it produces errors), I only uploaded class files (choose deploy "As Compiled Output Only").
    Also take care to uncheck everything in the "Dependency Analyzer" (you have already uploaded dependencies manually).
    In the "loadjava options", do NOT use "-force" param but use "-resolve" param.
    The only thing you still need to do is to click on "Deploy"...
    That's all folks !

  • Java won't install. Problems with "zipper.exe"

    I know there are lot of these posts concerning the installation problems of Java. But so far none has answered to the problem i am currently having. I am trying to install JRE 6.14 or something like that. Same thing happens in offline installation and online installation. I start to downlaod the thing and it goes fine. Then i run the file and it starts to install Java. This is where it gets stuck. On the part where it starts "extracting the installer", everything stops.
    When i press ctrl + alt + del, it seems that there is this executable file named "zipper.exe" which is trying to do something. Takes 25% of my Quad core processor = 1 core. Also there are 4 to 6 of "msiexec.exe" running but taking 00 of my processor.
    OS: Windows XP Home Edition with Servicepack 3
    Firewall: Comodo Internet security
    Processor: Not sure, Intel and Quadcore it is in my opinion.
    Any help is apreciated.

    *(Quoted from my post on gofractal's issue)*
    I am glad that I'm not the only one with this issue. I also have XP sp3, and I am thinking that is what it is coming down to, the possibility that there is not a Java version that is actually compatible with XP sp3, although some people do get lucky.
    I am going to try to change the registry to make Windows think it has sp2 again, and see if that doesn't help (The reason I say again, is because I actually have xp sp2, but I am not going to update to xp sp3 anytime soon, because after I did, a shaderapidx9.dll error came up with Valve/Steam's games that use the source engine, ie. half-life2, left4dead, counter-strike:source, etc., which ultimately ended up in me having to reformat).
    If any of you would like to try this, then proceed at your own risk.
    The method is:
    Step 1: Run Regedit by Clicking on Start -> Run , type in regedit and press enter
    Step 2: Make a backup of your registry (just in case)
    Step 3: Browse to "HKEY_LOCAL_MACHINE\SYSTEM\ CurrentControlSet\ Control\ Windows"
    Step 4: Modify the value of "CSDVersion" from "0x00000300" (SP3) to the Windows XP SP2 value of "0x00000200" (Double click where it says CSDVersion and in the Value Data box, enter 200, for XP sp2, or 300, for xp sp3)
    Step 5: Close registry editor
    Step 6: Reboot
    Note: I did this trick for the recent games that require XP sp3, like GTA4 and Tom Clancy's H.A.W.X. and haven't had any problems spur from this change as of yet.+
    Edited by: Sim74 on Jul 17, 2009 4:41 PM
    Edited by: Sim74 on Jul 17, 2009 4:45 PM

Maybe you are looking for

  • PB Al 15" won't display to Dell 2001FP via DVI

    After hooking up a Dell 2001FP display to my PowerBook Al 1.5Ghz/15" via DVI, the external display displays nothing. The Mac senses the display per Monitors system preference and Apple System Profiler but nothing is output to the display. I'm using D

  • Could this be the DC-in Board?

    Hello! I'm hoping someone can help me out. I have an iBook G4, 1.4G w/ 512 onboard. (No peripherals plugged in) - Ok, so here's the deal: History: Yesterday I was burning a DVD. I copied the dvd to my harddrive, and then opened Toast to burn it to a

  • Elements 12 Mobile Albums not uploading to Revel

    I have three Mobile Albums in Elements 12 that I set up to upload to the free Revel service.  They all uploaded photos for the first 30 days and then stopped (as expected).  I am in a new month and when I log onto my Revel account (online) it states

  • MOVED: REQUEST GOP / UEFI BIOS for MSI R9 270 GAMING

    This topic has been moved to GAMING Graphics Cards. https://forum-en.msi.com/index.php?topic=251368.0

  • Problems starting Designer 6.5 of Oracle 8i in Personal Ed. 8i in PC

    HI YOU! Can you help me? I have problems starting Oracle Designer 6.x in Windows 98 and Personal Edition 8i. I'm not in a LAN and I don't have the client installed. I don't know the user systems for Designer, I prooved with the SYSTEM anad SYS user b