Install error:  pathname of a J2SE installation

Hi,
I'm trying to get sql developer running on mandriva, and this stops the process - "Type the full pathname of a J2SE installation (or Ctrl-C to quit), the path will be stored in ~/.sqldeveloper_jdk".
what the location of the .sqldeveloper_jdk file?
do in need to install the jdk before i go ahead?

You will need to have a jdk kit installed OR a jre plus tools.jar.
~/ denotes your home directory in unix/linux. Usually wherever your directory defaults to when you open a new shell. 'echo $HOME' usually shows the location.
Eric

Similar Messages

  • How do I find whatever a "J2SE Installation" is?

    The raptor script (on Fedora Core 4 Linux) asks me to "Type the full pathname of a J2SE installation". I have searched for anything beginning with J2SE or j2se and come up empty.
    I have also installed the Sun JDK and provided the path to tht installation, to which the script replies "Error: Java home /usr/java/jdk1.5.0_06/jre/bin/java is not a J2SE SDK.
    Running Oracle Raptor 1.0 under a JRE is not supported."
    I have Enterprise 10gR2 installed on this host.
    How do I locate this "J2SE Installaion", and if its not installed, where do I get it?
    Thanks

    hi
    I get the same thing with Raptor on Red Hat Linux 9 , i cant start it although I got latest J2SE and latest JDKs
    Oracle SQL Developer 1.0
    Copyright (c) 2005 Oracle Corporation. All Rights Reserved.
    Working directory is /home/oracle/sqldeveloper/jdev/bin
    Exception in thread "main" java.lang.NullPointerException
    at java.util.Hashtable.get(Hashtable.java:333)
    at java.util.logging.LogManager.getLogger(LogManager.java:437)
    at java.util.logging.Logger.getLogger(Logger.java:228)
    at oracle.ide.performance.PerformanceLogger.<init>(PerformanceLogger.java:64)
    at oracle.ide.performance.PerformanceLogger.get(PerformanceLogger.java:94)
    at oracle.ideimpl.Main.main(Main.java:21)
    has anyone got around it?
    have a nice day!!

  • J2SE installation for JDev 10.3

    Hi,
    I have just installed JDEv 10.3. When I start it up, I am asked "Type the full pathname of a J2SE installation". I have a J2RE installed, but apparently, this is not sufficient. Is there a doc somewhere that describes the setup and requirements?
    Thanks

    The runtime environment alone is not sufficient. You need the J2SE SDK, because JDeveloper is a development environment. The SDK contains development tools.
    Full details on the installation requirements are here:
    http://www.oracle.com/technology/products/jdev/htdocs/10.1.3.0.3/install_se.html
    Thanks,
    Brian

  • 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...

  • Itunes 64 bit on windows 7 is unable to install, i have the 64 bit installer version but it keeps saying "errors occurred" at the ( rolling back ) phase. HELP!

    itunes 64 bit on windows 7 is unable to install, i have the 64 bit installer version but it keeps saying "errors occurred" at the ( rolling back ) phase. HELP!!!

    I have the answer and this might be useful for any one else wondering about this in the future. If it helped you or explained what you wanted to know. Replay to the post pls
    It's quite easy actually. First have your "iTunes Library Extras", "iTunes Library Genius", "iTunes Library", and "iTunes Music Library" backed up. Download ans install iTunes 64-bit. I don't know what's so 64-bit about iTunes 64 since Win7 reports it as a 32-bit application in the task manager. But anyway. Install iTunes 64 and launch it. If you migrated your library to another drive like me go to settings in iTunes and change the directory to your location. Close iTunes. Replace the newly created files with your backed up files. Launch iTunes. iTunes will load and then update your library and from there you are set to go! so basically it is just like a normal upgrade. But if you hesitated to go from 32 to 64 like me, here is your answer.
    By the way. I'm using Windows 7 64-bit with iTunes 64-bit and it works without problems and syncing with my iPod Touch also works flawlessly.

  • New itunes install error - Installation package could not be opened. Verify

    I Just bought a brand new computer last night. I am trying to install Itunes and get the following error. "This installation package could not be opened. Verify that the package exists ad that you can access it, or contacnt the applicaiton vendor to verify that this is avalid windows installer package"
    I am running windows 7 64 bit home premium. I have verified that i have downloaded the correct itunes version itunes64setup.exe
    So far i have tried
    -downloading and installing all microsoft updates
    -disabled all anti virus and firewall software,
    -rebooting and re-downloading
    -tried installing quicktime first. (gives me the same error)
    -stopping and restarting windows installer
    -deleted all items from the temp folder
    -tried running itunes64setup.exe as admin and also in compatibility mode
    -verified i have downloaded itunes64setup.exe with IE 64 bit
    I am at a loss. I can not find any real solution for this problem. I am now 5 hours into trying to find an answer. This is a brand new computer and I have installed no other programs on it than what came out of the box.
    Any help would be greatly appriciated!!

    Well if anyone else runs into this problem, this is how i got it fixed.
    I did a complete system restore to the origional factory default on the computer. I would not have thought that this would have been needed as it was brand new out of the box with nothing downloaded/changed on it.
    However it worked. The only thing I can thing of, is that on the origional factory install of the software there may have been a corrupt or missing file that when I did a new install corected itself.
    If you have the origional windows disk that came with the computer I would use that to completely reinstall windows. If you are like me and they didnt provide you a disk, I made a complete backup of the system to disk and made a recovery disk just to be safe before restoring the system.
    Hopefully this is helpfull to someone.

  • Windows vista home premium service pack 2.error measage __(the windows installer service could not be accessed.this can occur if the windows installer is not correctly installed .contact your support personnel for assistance )no error nurber

    windows vista home premium service pack 2。error measage __(the windows installer service could not be accessed.this can occur if the windows installer is not correctly installed .contact your support personnel for assistance )no error nurber

    Hi Abdallah,
    According to your description, could you please post the summary and detail logs for further analysis? By default, the logs can be found in: C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log.
    Usually, the error occurs when the Windows Installer Service is not running or the Windows Installer registry settings are corrupted.  I recommend you reset the Windows Installer Service settings in the registry and restart the Windows Installer Service,
    then reinstall SQL Server 2008 R2. For more details, please review this similar
    article.
    Thanks,
    Lydia Zhang

  • Quicktime not installed error message upon installation of Itunes

    HI,
    I have Quicktime already installed (7.7 1680.34) and I have Itunes (10.4.0.80).  Now when I seek to update to the latest Itunes I receive an error message saying 'Quicktime not installed' and then it stops the installation.  Same thing happens after reinstallation of Quicktime.  -What to do now?
    //J Sundberg

    Try removing QuickTime from Control Panel before installing iTunes 10.4.1.
    Check out this Apple document, if you need a walkthrough of uninstalling from Control Panel -> Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7
    Make sure you read the detailed steps, if you run in to a problem.

  • Why  would an error pop up saying the installer is damaged. The Installer can't open the package. There may be a problem with file ownership or permissions. when trying to install java 7?

    why  would an error pop up saying the installer is damaged. The Installer can’t open the package. There may be a problem with file ownership or permissions. when trying to install java 7?

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Select
    /var/log ▹ install.log
    from the hierarchical list on the left. If you don't see that list, select
    View ▹ Show Log List
    from the menu bar. Then select the messages from the last installation or update attempt, starting from the time when you initiated it. If you're not sure when that was, click the Clear Display button in the toolbar of the Console window and then try the installation again.
    Copy the messages to the Clipboard by pressing the key combination command-C. Paste into a reply to this message (command-V).
    If there are runs of repeated messages, post only one example of each. Don’t post many repetitions of the same message.
    When posting a log extract, be selective. Don't post more than is requested.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Edit it out by search-and-replace in a text editor before posting.

  • Error after install reboot: Now I cannot continue Installation

    So I'm working with a new MBPro which was running Leopard.
    I put the disk in, it started to install, rebooted, installed for another 10 minutes and then I got an error and had to restart.
    I was brought to the Welcome, Select a Language dialogue box (cringe).
    Now I am stuck at a screen where it tells me to continue installing, I tell it to and I get a, cannot install error.
    I'm stuck! I've tried repairing the volume in Disk Util, no luck.
    In terminal I can still access my root in /Volumes/Mac HD/Users...

    Restore the bootable backup/clone or Time Machine backup you made of the original installation and try again. Alternatively, since it's new, use the restore disks that shipped with the machine and restore those, make a bootable backup/clone onto an ext FireWire HD, and try again.
    See these for details:
    http://docs.info.apple.com/article.html?artnum=106941
    http://www.macmaps.com/upgradefaq.html
    http://www.macmaps.com/backup.html
    http://www.thexlab.com/faqs/installswupdates.html
    http://www.thexlab.com/faqs/backuprecovery.html

  • Adobe reader install Error 1321: The Installer has insufficient privileges

    need your help for issue try to download install adobe reader and so following intruction but displayed  adobe reader install Error 1321: The Installer has insufficient privileges and also my laptop was had install adobe reader displayed on my desktop program but  last 2 days ago was not displayed or delete. and I tried to re-install adobe reader but received error message error 1321...please help me

    I suggest that you
    download the offline installer from http://get.adobe.com/reader/enterprise/ and save it to disk
    right-click on the downloaded installer and select Run as Administrator

  • I'm trying to install Creatice Suite 5.5 on a new Mac but I get the error message "Inconsistency in the installer database. Please restart your computer and install again."

    I'm trying to install Creatice Suite 5.5 on a new Mac but I get the error message "Inconsistency in the installer database. Please restart your computer and install again."
    I have restarted but that doesn't help.

    Jonkpirateboy did you migrate/transfer/copy your CS5.5 application to this new Mac?
    If so then please utilize the uninstallers located in the Applications/Utilities/Adobe Installers folder.  You will then want to run the CC Cleaner Tool located at Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6 - http://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html.
    Finally if you need a fresh copy of the installation files they are available for download at Download CS5.5 products.

  • HT201210 what is unknown error(1) !!! it appears every time i tried to update and install iphone soft ware!!! Further, that error appears once the firmware installation is in process !!!

    what is unknown error(1) !!! it appears every time i tried to update and install iphone soft ware!!! Further, that error appears once the firmware installation is in process !!!

    Usually occurs on devices that have either been jailbroken or attempts have been made to downgrade the iOS.  You can try putting it in DFU mode to restore but you may not be able to fix it.  If you phone has been jailbroken we can't support you in these forums as it is against the terms of use.

  • "The installed product does not match the installation source" error

    Each time I attempt to use the SL disk to update the Apple drivers in Windows XP SP3 on my MacBook Pro 13" I get the error message posted in the title. I used this same disk successfully to update my MacPro. Anyone know what this means?
    "The installed product does not match the installation source. Until a matching osurce is provided or the installed product and source are synchronized, this action can not be performed."

    I get the same error, and I have an idea of what's going on.
    When I try to install Boot Camp 3, Windows asks me to locate "BootCamp.msi". If I try to uninstall Boot Camp via "Add/Remove Programs", the same prompt comes up.
    What I think is happening is that the original installer for Boot Camp 2.0 is being requested. But I have applied the Boot Camp 2.1 update, which has no BootCamp.msi file associated with it.
    So I'm at a road block of sorts, unable to install Boot Camp 3.0. I cannot download the original Boot Camp 2.0 installer from Apple, only the 2.1 update. (I recently moved across the country and didn't bring my 10.5 media.)
    Any ideas out there on what can be done to get Boot Camp 3.0 installed?
    Message was edited by: Human Being

  • Getting "an error occurred while preparing the installation" when trying to install Yosemite

    I have verified i meet all the requirements to upgrade my imac from snow leopard to yosemite. i have verified date is correct, and reset the NVRAM by holding Command+Option+P+R while rebooting. Keep getting same error "An error occurred while preparing the installation. Try running this application again." Any other suggestions would be greatly appreciated.
    Hardware Overview:
    Model Name: iMac
      Model Identifier: iMac8,1
      Processor Name: Intel Core 2 Duo
      Processor Speed: 2.66 GHz
      Number Of Processors: 1
      Total Number Of Cores: 2
      L2 Cache: 6 MB
      Memory: 4 GB
      Bus Speed: 1.07 GHz
      Boot ROM Version: IM81.00C1.B00
      SMC Version (system): 1.29f1

    Try booting into the Safe Mode and installing Yosemite there.
    Safe Mode - About
    Safe Mode

Maybe you are looking for

  • Verifying digital signatures in PDF documents

    I'm working on verifying PDFs digital signatures. I know that when a PDF is signed, a byterange is defined, the certificates get embedded, and from what i've read, the signed message digest and the timestamp are also stored in the PDF. I already can

  • Unable to rename topic files in Robohelp

    We're translating Framemaker > Robohelp integrated project into Chinese, and as part of the process, we rename the Chinese topic file names to English so that the Webhelp output works on our chinese web site. This process has worked well, except we a

  • Next Meet-the-expert session: Composition tools in practice

    Composition Experts,<br> If you'd like to learn how BearingPoint Inc. uses the SAP Composition tools in their BAMS (Business Acquisition Management Solution) project, invest one hour and take part in the next Meet-the-expert session on Apr 11th, 5 -

  • JDeveloper 10.1.3 and Oracle Application Server 9.0.5

    Hi everybody, I am developing an application using JDeveloper 10.1.3 (ADF + ADFFaces). The problem is that I have to deploy that application on an Oracle Application Server 10g 9.0.5 Is this possible? Thanks in advance.

  • MacBook Pro using too much RAM

    I have  15" MacBook Pro, purchased in February, 2013.  It has 2.6 Ghz Intel i7 processor, 8 GB RAM and a 750 GB hard drive.  The HD is about 25% filled, mostly with photos.  It came with Mountain Lion, I upgraded to Mavericks, then to Yosemite.  I go