I cannot finish installation of J2SE SDK, help!!!

I downloaded J2SE SDK v1.4.2.05, and installed on Windows 2000 Professional with SP4.
But the installation always waits endlessly on status:
Finishing installation, please wait. This may take several minutes.
It never success after my many times retries.
I donnot know why. It's the first time I meet such a problem.
If I terminate the installation forcely, the next J2ME installation won't find the j2se and report error.
Do you have the same experiences?
Please help me to resolve the boring prolem.
Thanks.

Did you wait for "several minutes"? This can take up to 5 minutes and longer! I also noticed this since the first 1.4 SDKs when i installed with the Windows installer. I also thought that it crashed but it continued after many minutes (5-10 minutes ...). I have no idea why this takes so long on a GHz server computer, but just give it a try.

Similar Messages

  • Intro movie repeats. Cannot finish installation

    I have a Powerbook G4. It was running Leopard but the hard drive died. I replaced the hard drive and reinstalled Leopard. The installation went cleanly up to the point when it indicated the Powerbook needed to restart to finish installation. The Powerbook restarts and an OSX intro movie plays. At the end of the movie I see a menu appear for a split second and the movie starts playing again. I touch the keyboard and mouse pad thinking it would end the movie, but no. The movie continues and at the end the meun appears briefly and then the movie starts playing again.
    Any ideas as to what the problem is and how to fix it?
    Regards

    Nevermind. I tried reinstalling and it worked the second time.
    Regards,

  • BT Netprotect cannot finish installation. Virtual ...

    Hi,
    New install of BT Netprotect plus on new 64 bit windows 7 machine. First part of Installation went ok and machine rebooted and downloaded some updates,then asked for VT as 2 x problems existed. Ran VT and rebooted. I problem fixed but Virtual Technician cannot fix the other problem, this being a product update. The "update now" link fails to work.
    Could use some help here please.

    Armonk wrote:
    Thanks but what should i do? A re install?
    Yes, a reinstall. But of a different AV. McAfee has been beset with problems for some time, and even when it works properly many people find it resource-hungry and intrusive. More here: BT Forum AV Advice.
    You could try MSE and check later to see if the NetProtect situation has improved, though you might not bother as MSE is very user-friendly with a light touch. If you do uninstall NetProtect don't forget to run the McAfee Removal Tool afterwards.
    You can click the white star next to this message if you think it was helpful.

  • I cannot complete installation of Adobe Reader to Read PDF

    I cannot complete the Adobe Reader Free installation to print or read documents, I get to the final install and the program does not install. it is in my downloads but I cannot finish the final steps? Help Please Jimbo4070   

    I'm sure that folks will be able to assist with getting Adobe Reader installed.  However, I just wanted to first make sure that you realize that your Mac can natively view and print PDF file using the Preview application.  Just double-click any PDF and it should open just fine.
    Assuming that you already realize that, but still want Adobe's Reader, please post what happens when you run the installer that you have downloaded from the Adobe Reader page (http://get.adobe.com/reader/).  Do you get a specific error message?

  • Installation error:  Cannot find a J2SE SDK installed at path C:\Program Fi

    I am installing latest version of SQL Developer, Release 1.2. I have Sun Java 2 Standard Edition Version 1.5.0 (build 1.5.0_10-b03). When I browse and select the java.exe found it comes up with error: Cannot find a J2SE SDK installed at patch
    C:\Program Files\Java\jre1.5.0_10
    I am installing the version I downloaded for Windows systems with JDK1.5.
    I have tried on two different machines.
    Any ideas?

    This is going to seem loooong, but comprehensive.
    I'd initially always suggest using the bundled
    package, since that's supposed to be a tested and
    proven combination.You know what, I'm gonna be mighty surprised if you're implying that Oracle hasn't 'tested and proven' the releases at http://www.oracle.com./technology/software/products/sql/index.html other than the first 77 MB download labeled Oracle SQL Developer for Windows... :)
    After having problems with a graphics card for
    example, installing the latest JDK might be
    indicated.Huh?!? Not a clue what you're talkin' 'bout! :S
    It's also easy for users who don't know which Java
    version to download, or even where to find it! You
    guys have proven that: although it's stated you need
    .First of all, it says right there on the download page (http://www.oracle.com./technology/software/products/sql/index.html) that:
    "JDK 1.5 (JDK 5.0) is required. This is the minimum JDK version required"
    And we've "proven that [..] although it's stated you need the JDK, [we]'ve tried running with the JRE" and have NOT been able to run the application. It just presents the user a dialog box to locate the 'SDK' manually and exits gracefully if you try to dismiss it. So, conclusively proven, the JDK (or as SQL Developer puts it, Java SDK) is required- QED.
    And given users might have several versions running
    on the same machine (I have half a dozen), sqldev
    could easily pick up a wrong version.And every JRE installation (atleast all of Sun's) make sure they update the default (via PATH and other required system variables) JRE point to the latest one installed. So if you have anything 1.5+ you're good to go; if not, you've got an incompatile JRE. Doesn't sound that hard to me!
    As for being bulky, even without the bundled JDK, it
    still is.Ya missed the point. Developers are making Java applications bulkier by including the JRE/JDK with their distributions. A SQL Developer release sans JDK is about 46 MB; with JDK that climbs to 77 MB (sizes quoted from download page linked above).
    Imagine what happens when you have, besides SQL Developer (JDK 1.5 included), some-cool-java-app that also includes the JRE/JDK it was built on; and then another-java-app that also includes a JRE/JDK... I bet JDeveloper also comes with a JDK bundled in. So, now you have FOUR copies of JRE/JDK (aside from the "have half a dozen" that probably installed themselves via Java Update Checker)!
    Here's the big picture, the savings in disk space would only be the beginning of your benefits. Here's a few others:
    - Class Data Sharing (http://java.sun.com/javase/6/docs/technotes/guides/vm/class-data-sharing.html) introduced in Java SE 5.0 provides for storing definitions of commonly used classes in a representation closer to machine code, even closer than bytecode, this reducing load and startup time. Plus all VM's launced using that particular distribution get to share the cache- Performace+ !!
    Running each app offa' it's own VM just causes multiple caches to be loaded. You just multiplied your losses! :(
    - Sun is currently working on a way to have applications simply inject into a running JVM. That way, there is no load and startup time for the JVM, just the time to load you app classes. Using different distros would completely defeat this!
    (The reason why this feature isn't out yet is because they're still trying to make it possible to specify hitherto VM configurations like security and logging as application configurations. Then there's also the issue of setting up class loading boundaries between applications.
    You say you don't have to bring over the VB runtime
    for each app? I remember in the 90's doing it all the
    time. Of course, being MS, now that's not necessary
    anymore, since it's "magical" Windows. I don't have
    any machine from Sun, but for sure they've got Java
    bundled with it, right?I don't believe you had to do that since VB 5; and that's because MS realized that they messed up on this very point upto then! Sun worked the simple solution to that into their deployment strategy- install only ONE runtime and run all apps off that. As for you're half-a-dozen, I think you can safely uninstall the five older versions; because, even today, people are running apps developed using JDK1.1 on Java SE 6.0!
    Again, I find the most logical difference between JRE
    and JDK being the debugger. As you say it yourself:
    JRE for end-users, who don't need to do any
    debugging.
    Now, sqldev is not just a table browser, but also for
    debugging PL/SQL. 1 + 1 = 2.I think it's a little naive to differentiate between the JRE and JDK on just the debugger! Aside from the obvious inclusion of a compiler, the JDK has several other tools for monitoring/managing the heap, threads and logging on the fly. There's also the Doclet API and Sun's javadoc implementation, dev interfaces for instrumenting the VM, native interfaces, ...
    And I reiterate, we're talkin' PL/SQL developers here. Why would I want to give a PL/SQL developer a Java Development Kit?!? ;|
    Nevertheless, as said in the other thread, if the
    team discloses how to circumvent the SDK check at
    startup, you can go ahead and use the JRE. In any
    case, you'd have to agree that won't work as
    out-of-the-box solution...You're right, it won't work like a standard Windows OOTB app. But, it WILL work as a Java OOTB that only mandates that there be a JRE available; just like the scores of Java apps out there- from tiny little Pong clones to large IDE's like NetBeans.
    BTW, don't even think about quoting Websphere/Rational/Eclipse as counter-arguments. They are the biggest offenders as far as this issue goes. And jikes is an abomination, a curse Sun must carry as a result to opening the VM Spec. But, I digress...

  • Oracle 11gR1 on Windows Xp Error Cannot find J2SE SDK installed at path

    When I type in path for java.exe in SQL Dev. , I get error 'Cannot find J2SE SDK installed at path: C:\Program Files\Java\jre6.' when I entered the path C:\Program Files\Java\jre6\bin\java. What is the reason for this error? How can I correct it? Database installation said it was successful

    SQL Developer needs the Java JDK not the JRE to operate successfully. Your path looks like a path to the JRE. There is a windows download that comes complete with a Java Developer kit.
    regards
    Niall

  • Cannot find a J2SE SDK installed at path C:\Program Files\Java\jre6

    Hi,
    I am trying to install the latest version of SQL Developer 3.0 on my brand new Windows7(64-bit) computer. I already installed the Java SDK6 (Update26). Unfortunatelly I am forcing some problems.
    When I start the sqldeveloper.exe for installing - at the beginning when I browse and select the java.exe an error comes up:
    Cannot find a J2SE SDK installed at path C:\Program Files\Java\jre6
    Why isn't it working?
    Can you help me? Any ideas?
    Thanks a lot!

    That's because you are trying to run SQLDeveloper with a JRE not a JDK.
    Since you already installed a JDK you should have a folder labeled
    jdk1.6.0_26in your C:\Program Files\Java directory.
    If you cant find the proper JDK in your system the 64 bit version for windows can be found here:
    http://download.oracle.com/otn-pub/java/jdk/6u26-b03/jdk-6u26-windows-x64.exe

  • Download the latest version adobe reader but one of the file is error cannot finish installing ,help

    Download the adobe reader the latest version but one of the file is error , cannot finish installing , please help .

    Mac or Win? From where are you trying to download Reader? In any case,
    you can try downloading the full offline Reader installer from
    http://get.adobe.com/reader/enterprise/

  • When SDDM x64 says "Cannot find a J2SE SDK installed at ..."  what is it actually looking for?

    First of all,please forgive me if this question has been answered before, but search facilities in this new forum are even more rubbish than the old one, which is an achievement I wouldn't have thought possible.
    Anyhoo.
    I have downloaded the 64-bit version of Data Modeller, which comes without the JRE.
    I have installed JDK1.3.0.21.  I have subsequently also downloaded and installed JRE 1.7u21.  However when I run datamodellerx64.exe for the first time it hurls with this message:  "Cannot find a J2SE SDK installed at C:\Program Files\Java\jdk1.7.0_21\bin".     It also doesn't like  C:\Program Files\Java\jre7\bin  (under the JDK install) or .C:\Program Files (x86)\Java\jre7\bin (the JRE install)
    So what path does it actually want?
    I suppose I could download and install the 32-bit version with the inbuilt JRE but that would be a pretty sorry workaround.
    Cheers, APC
    Message was edited by: APC - just realised I had typed "with the JRE" instead of "without", which is actually the entire source of the issue.  Doh!

    The first time you start up Data Modeler, it should prompt for the Java home.  You should select the java.exe file within the jre\bin folder of a Java JDK.
    Thanks!  This was the bit which was confusing me.  What I needed was C:\Program Files\Java\jdk1.7.0_21\jre\bin\java.exe
    Of course, then I get a message telling me that versions above 1.6 are not certified, but I'm not installing a monstrous rootkit on my new laptop simply to run SDDM, so I guess I'll just rub along without the certification.   It seems to start up just fine.
    Cheers, APC

  • Problem installing SQLdeveloper. Cannot find a J2SE SDK error

    I am trying to install SQL developer in my windows 7 64 bit machine. It is asking for the java path when clickin the sqldeveloper.exe. I am giving the path of java as C:\Program Files (x86)\Java\jre6\bin where i have java application file available. but i am getting cannot find a j2se SDK installed in the above path error. Please help

    Hello,
    please ask this in the appropriate forum: {forum:id=260}
    It seems to be a common problem
    https://forums.oracle.com/forums/search.jspa?objID=f260&q=win+64bit
    Regards
    Marcus
    Edited by: Marwim on 12.10.2011 10:59
    added search link

  • 5.0 shows installed on ff help. Programs and features shows only 3.6.8. When I try to download 5.0 computer says it must restart to finish installation of another ff. Restart has no effect. Looks like I am stuck on 3.6.8. Please help.

    This computer will not update to 5.0. I have tried to download and install 5.0 for many weeks. My OTHER computer updated fine. When I try to install 5.0 it say to restart to finish installation of another firefox. Restart does not change anything.
    I click on ff help, about ff and it says 5.0 is installed. I look on programs and features and only ff 3.6.8 is listed. I have tried clean ups, update java, plugins and stuff like that with no change to this issue.

    I guess no one cares.

  • Cannot find a J2SE SDK installed at path...

    I posted this in the SQL-Deveolper forum, but perhaps it is better posted here, since it is a Java issue.
    I found a thread for this same problem from 2007, but did not find an answer for it.
    I'm installing sql-developer on a Windows7 machine 64bit. When I go to run the exe, I get the popup:
    "Cannot find a J2SE SDK installed at path: C:\Program Files\Java\jre7."I've downloaded and installed a couple of jdk's to fix this:
    jdk-6u37-windows-x64.exe
    jdk-7u9-windows-x64.exe
    These did not work.
    Can anyone tell me what I need to download to get this to work and where I can find it?
    Thanks,

    I realized we have another wiindows machine that runs sql-developer just fine. I copied the jdk-6u25-windows-x64.exe from that machine and installed on the newer one. The install complained that a new version of java was already installed. But, the older version works where the newer one did not - does not.
    So I'm good. But it would be nice to know why the new versions do not include all the foo that seems to make sql-developer work.

  • Tech Help....Cannot finish previewing, could not complete requested operations

    Help Please.  I am running illustrator CS4 on a Mac.
    While working on Illustrator files, drawing, saving and opening/closing files over a perior of time, I suddenly get this message "Cannot finish previewing could not complete the requested operation."
    When this happens, the screen goes into Outline Mode, sometimes it allows me to save, other times it crashes CS4 Illustrator.
    This is resolved by restarting the computer and relaunching illustrator.  I have not had any problem at the launch of the application.
    Please help!  This is now happening multiple times per day.

    Have you already tried these general troubleshooting tips?
    http://kb2.adobe.com/cps/400/kb400760.html
    What' s in the files that cause the trouble?

  • Where can i download J2SE SDK  1.3.1_02 ??help!!

    i want use JavaTM 2 SDK, Enterprise Edition 1.3.1
    but in it's release notes
    Required Versions of the J2SE SDK
    SolarisTM 7 Operating Environment
    SolarisTM 8 Operating Environment 1.3.1_02
    Windows NT 4.0,
    Windows 2000 Professional 1.3.1_02
    Linux Redhat, v. 6.2 1.3.1_02
    there are much j2se 1.3.1_03 on web,but where 's 1.3.1_02????help!

    The thing should work with 1.3.1's newest version, 1.3.1_03 also.
    However if you are really sure to want an old version:
    http://java.sun.com/products/archive/

  • My mac mini v10.6.8 wont finish installation of update Yosemite and now im stock at boot :( Please help!!

    My mac mini v10.6.8 wont finish installation of update Yosemite and now im stock at boot Please help!!

    Try stating in Safe Mode:
    OS X: What is Safe Boot, Safe Mode?
    Next try reinstalling Yosemite by:
    Disabled
    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.
    iOS: Forgot passcode or device disabled
    If recovery mode does not work try DFU mode.                        
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings        
    For how to restore:                                                             
    iTunes: Restoring iOS software
    To restore from backup see:
    iOS: Back up and restore your iOS device with iCloud or iTunes       
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload most iTunes purchases by:                         
    Downloading past purchases from the App Store, iBookstore, and iTunes Store        
    If problem what happens or does not happen and when in the instructions? When you successfully get the iPod in recovery mode and connect to computer iTunes should say it found an iPod in recovery mode.

Maybe you are looking for

  • How do I eliminate side margins on web pages in Firefox 6.0.2 in Windows 7?

    I just got a new computer with Windows 7, and I downloaded Firefox 6.0.2. I've copied a Firefox profile from Firefox 6.0.2 on my old computer onto the new computer. For some reason, web pages have wide margins, which makes the lettering small. If I p

  • SQL Query with a little bit more complicated WHERE clause performance issue

    Hello, I have some performance issue in this case: Very simplified query: SELECT COUNT(*) FROM Items WHERE ConditionA OR ConditionB OR ConditionC OR ... Simply I have to determine how many Items the user has access through some complicated conditions

  • Parallel text box in selection screen

    Hi all, Can anyone please tell me that how can i create parallel text boxes in selection screen? Exa : Company code    <Input box>                        Date       <Input box>          Pers No.              <Input box>                    Cust No. <I

  • DOM Pl/sql parser

    Hi, I'm using DOM parser to parse XML satement which is in CLOB column. Node names are displaying correct and data is not displayed.. basically i want to retrive empnuber and emp salary. Any suggestions please? declare p xmlparser.parser; doc xmldom.

  • TS2972 Screen Saver problem.

    Cannot access computer file "My Pictures" on Apple TV.  Getting message "There are no photos in this album."  This worked prior to a software update done about 2 weeks ago.  Have sharing on in itunes and apple tv.  reset username and password in both