NWDS and new Location of the JRE/JDK

Hello everybody,
i had to uninstall my local JDK and reinstalled in a new directory. Now when i try to open the NWDS i get a Popup telling me that there is no JRE or JDK installed on the "old directory".
How can i tell the NWDS the new directory of my JDK?
regards,
Markus

The problem is, i cant open the NWDS anymore.  The Popup i mentioned appears as soon as i click on the icon for the NWDS on my desktop, thus i cant configure the settings.
regards,
Markus

Similar Messages

  • Just downloaded Firefox 4. Running Windows XP. Some of the new features are mising such as the new "Firefox Button" and the new location for the bookmarks button. The look is almost like Firefox 3. Why is this happening?

    Hi. I just downloaded Firefox 4. Some of the new features are missing such as the new "Firefox Button" and the new location for the bookmarks button. It almost looks just like Firefox 3. I am using Windows XP on this desktop computer. On my laptop, running Windows Vista, Firefox 4 has all the updates advertised. Why is this happening? How do I fix?
    Thanks
    Jamie

    Thanks so much!

  • Can I click and drag a clip to a new location on the time line ?

    Can I click and drag a clip to a new location on the time line ?

    Did you try?

  • How do I know which is the correct location of the JRE?

    How do I know which is the correct location of the JRE / JVM? What do I add to my PATH environment variable? I'm trying to install Sybase ASE on my Sun Fire v480 SPARC box, but keep getting the below error...
    "A suitable JVM could not be found. Please run the program again using the option -is:javahome <JAVA HOME DIR>"
    So I did the following...
    STEP 01) To confirm that Java is installed, I ran the java -version command. I received the following output...
    bash-3.00# java -version
    java version "1.5.0_17"
    Java(TM) Platform, Standard Edition for Business (build 1.5.0_17-b04)
    Java HotSpot(TM) Server VM (build 1.5.0_17-b04, mixed mode)
    STEP 02) Then I tried to locate the location of where Java was installed...
    bash-3.00# which java
    /usr/bin/java
    STEP 03) Then I tried to confirm if it was a symbolic link or not...
    bash-3.00# ls -al /usr/bin/java
    lrwxrwxrwx 1 root other 16 Jun 24 01:54 /usr/bin/java -> ../java/bin/java
    STEP 04) The symbolic link doesn't seem to match any of the output below. Which is the correct location / path of Java (JVM / JRE)?
    bash-3.00# find / -name java -print;
    /usr/share/lib/java
    /usr/share/java
    /usr/bin/java
    /usr/sfw/include/mozilla/java
    /usr/include/firefox/java
    /usr/jdk/instances/jdk1.5.0/bin/java
    /usr/jdk/instances/jdk1.5.0/bin/sparcv9/java
    /usr/jdk/instances/jdk1.5.0/jre/bin/java
    /usr/jdk/instances/jdk1.5.0/jre/bin/sparcv9/java
    /usr/jdk/packages/javax.help-2.0/doc/api/com/sun/java
    /usr/java
    /usr/apache/tomcat/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/java
    /usr/apache/tomcat55/classes/org/apache/naming/java
    /usr/apache/jserv/docs/api/org/apache/java
    /usr/j2se/bin/java
    /usr/j2se/bin/sparcv9/java
    /usr/j2se/jre/bin/java
    /usr/j2se/jre/bin/sparcv9/java
    /usr/appserver/samples/blueprints/adventure1.0.4/project/apps/activitysupplier/activitysupplier-ejb/src/java
    /usr/appserver/samples/blueprints/adventure1.0.4/project/apps/airlinesupplier/airlinesupplier-ejb/src/java
    /usr/appserver/samples/blueprints/adventure1.0.4/project/apps/bank/bank-ejb/src/java
    /usr/appserver/samples/webservices/security/web/apps/clientCert/clientCert-share/src/java
    /usr/appserver/samples/webservices/security/web/apps/clientCert/clientCert-war/src/java
    /usr/appserver/samples/webservices/security/web/apps/xms/xms-client/src/java
    /usr/appserver/samples/webservices/security/web/apps/xms/xms-share/src/java
    /usr/appserver/samples/webservices/security/web/apps/xms/xms-war/src/java
    /usr/appserver/samples/xml/apps/dom/src/java
    /usr/appserver/samples/xml/apps/sax/src/java
    /usr/appserver/samples/xml/apps/xslt/src/java
    /opt/staroffice8/share/Scripts/java

    I've been racking my head against the wall, but can't seem to find the solution... I've even installed the latest JRE (in a new location), but still seem to have the same problem. Please see the notes below...
    I installed the latest JRE in /export/home/jvm/jre1.6.0_17/
    bash-3.00# /export/home/jvm/jre1.6.0_17/bin/java -version
    java version "1.6.0_17"
    Java(TM) SE Runtime Environment (build 1.6.0_17-b04)
    Java HotSpot(TM) Server VM (build 14.3-b01, mixed mode)
    bash-3.00# PATH=/export/home/jvm/jre1.6.0_17/bin:$PATH
    bash-3.00# export PATH
    bash-3.00# echo $PATH
    /export/home/jvm/jre1.6.0_17/bin:/usr/sbin:/usr/bin
    bash-3.00# JAVA_HOME=/export/home/jvm/jre1.6.0_17/bin
    bash-3.00# export JAVA_HOME
    bash-3.00# echo $JAVA_HOME
    /export/home/jvm/jre1.6.0_17/bin
    bash-3.00# env
    HZ=100
    LC_MONETARY=en_CA.UTF-8
    TERM=xterms
    SHELL=/sbin/sh
    LC_NUMERIC=en_CA.UTF-8
    OLDPWD=/export/home/jvm/jre1.6.0_17
    PATH=/export/home/jvm/jre1.6.0_17/bin:/usr/sbin:/usr/bin
    MAIL=/var/mail/root
    LC_MESSAGES=C
    LC_COLLATE=en_CA.UTF-8
    PWD=/export/home/jvm/jre1.6.0_17/bin
    JAVA_HOME=/export/home/jvm/jre1.6.0_17/bin
    EDITOR=vi
    TZ=Japan
    SHLVL=1
    HOME=/
    LOGNAME=root
    LC_CTYPE=en_CA.UTF-8
    LC_TIME=en_CA.UTF-8
    _=/usr/bin/env
    bash-3.00# cd /cdrom/disc1050709/
    bash-3.00# ./setup -console
    InstallShield Wizard
    Initializing InstallShield Wizard...
    Searching for Java(tm) Virtual Machine...
    .........................A suitable JVM could not be found. Please run the program again using the option -is:javahome <JAVA HOME DIR>
    Is there something I'm missing?
    Thank you

  • Lightroom 5 is tied to my photos in a folder on my computer, if I move that folder to a hard drive, how to I connect Lightroom to the new location on the hard drive vs my computer?

    Lightroom 5 is tied to my photos in a folder on my computer, if I move that folder to a hard drive, how to I connect Lightroom to the new location on the hard drive vs my computer?

    How to recreate iTunes Library
    No content shows up in iTunes after updating

  • How to provide space and new line to the text in AI Script

    how to provide space and new line to the text in AI Script

    ?? can you explain better, can you at least add another sentence?
    space
    var mySpace = " ";
    new line
    var newLine = "\n";

  • Making the frame same size and same location as the field.

    In my report, some frames only contain one field. To save space, I need to make those frames same size (same width, same height), and same location as the field. It means the size and location of those frames should exactly match their fields.
    But, for those frames which only consist of one field, when I use the mouse to adjust their sizes and location to match their fields, Object Navigator will show that their fields moved outside of them. Is there anyway to solve this problem?

    Hello 1011308
    Hi in your case check out the lock object option into report builder.
    After Putting filed into parent fame , if u off the lock option , then field can go outside.
    just check onces.
    Thanks
    Harsh shah

  • HT204081 I recently updated i tunes and had previously relocated my library to an external hard drive, on restart I realized that itunes did not update the new location on the external but created a new itunes folder on my regular hard drive. how do I com

    I need to know how to fix this. I updated itunes and it created a new itunes folder on my hard drive after I ported all of it to an external for space concerns. It took all my files from that folder and recreated part of it to my hard drive. Now when backing up I have no idea where it is backing up to. Any help appreciated

    Sort of. My media was on multiple hard drives, some local, and actually some networked, and then I conolidated it to a single external hard drive. Renaming drives and moving files sounds like a recipe for disaster.
    When doing a consolidation, files are copied to a new location and the old ones are left untouched. Does iTunes create a backup database of the file locations before doing a consolidation? I could use the backup if that were the case, since everything still exists in the original locations.
    I've recieved my replacement hard drive for the one that crashed and I may be able to copy everything back manually if I knew where it went. I looked inside the iTunes Music Library.xml to see if I could figure out the folder structure, but for some reason they all say they're located in the iTunes folder in My Documents. They're not, of course.
    Would the Previous iTunes Library.itl be of any use, or is that for another purpose?

  • HT2712 Network ip address keeps changing and for some reason I can't find the right settings. The diagnostics says to check with my network  administrator,  but idk whom that is being at a motel and all. I have made. New locations, & changed the ipv4 addr

    Network ip address keeps changing and for some reason I can't find the right settings. The diagnostics says to check with my network  administrator,  but idk whom that is being at a motel and all. I have made. New locations, &amp; changed the ipv4 address. Help plz

    Hmmm, is Network set to using DHCP?
    Go to System Preferences
    Click Network
    Highlight AirPort and click Configure...
    Choose “By default, join: Preferred networks”
    Select your access point and Remove your access point with the minus button.
    Launch your keychain access in Utilities and delete your access point keychain entry.
    Reboot
    Go back to the “By default, join:” page and click the plus this time to add your access point. Enter the correct password, save, reboot.
    Instead of joining your network from the list, click the WiFi icon at the top, and click join other network. Fill in everything as needed

  • Verifying JVM problem and how to delete the jre on linux

    I donot know is this the correct forum for this message or not but could you please help me.
    I had first installed jre-1_5_0_07-linux-i586.bin on my Fedora. Then when I tried to installed sjsas_pe-8_2_2005Q2-nb-5_0-fcs-bin-linux.bin
    The wizard asked me where the java sdk was or give it the path of the java. Because I had not yet installed jsdk then (Although I tried to give the path of jre).
    Now I have installed jdk-1_5_0_08-linux-i586.bin but when I started to install sjsas_pe-8_2_2005Q2-nb-5_0-fcs-bin-linux.bin it show that it had started the wizard on the first line and then it display that varyfing JVM and with that it ends.
    The same thing happens when I tried to install netbeans-5_0-linux.bin
    So First how can I install them and second can you please tell me how can I uninstall jre from the system (is there some procedure that I had to follow or I can just simply delete the jre (jre1.5.0_07) folder.
    Adeel Raza

    We are on r12, i have got the request to delete back-dated concurrent request "Purge Concurrent Request and/or Manager Data', but this request doesn't delete physical file (Log File, Out Put) from server side & increasing space , Please share any program which delete the physical file on server side.Please see these docs.
    Purge Concurrent Requests/Manager Data, FNDCPPUR, Not Removing Files From Filesystem [ID 1060707.1]
    Not All Files Are Purged [ID 1124774.1]
    Concurrent Processing - How To Run the Purge Concurrent Request FNDCPPUR, Which Tables Are Purged, And Known Issues Like Files Are Not Deleted From File System or Slow Performance [ID 822368.1]
    Concurrent Processing - Purge Concurrent Request and/or Manager Data Program (FNDCPPUR) [ID 104282.1]
    Thanks,
    Hussein

  • Please help me to merge two places.sqlite to get my old and New history at the same time, every time i rename my two places.sqlite to see my old and new history

    every time i rename my new places.sqlite to see my old history and come back rename old places.sqlite to see my new history, i tired and i found No Way to merge two places.sqlite :( but it's must be found this way for The PPL to see their old and new history :(
    Thank You all in Advance

    You can't merge history otherwise then using Sync to store the history and bookmarks of one places.sqlite on the Sync server and then disconnect.<br />
    Copy the second places.sqlite file to your Firefox profile folder with Firefox closed.
    Then setup Sync once again using that account and merge the content on the Sync server with your computer.
    * Merge this device's data with my Sync data

  • How do i get my itunes library from old HDD to link in from the new location on the new HDD

    My old HDD died and I had to install a new one.  Fortuantely I had recent backup which I transferred to the D drive on my new HDD.  I relioaded iTunes but can't figure out how to link the files on the D drive to the newly installed iTunes 10.X
    Any help appreciated.
    Thanks
    CD

    1: 2xClick in MacintoshHD.
    2: Click the keys: cmd+3 to view in Columns-Modus
    3: Navigate trough the Columns to:
    User/your name/Music/iTunes
    4:Select the folder "iTunes" (one click) and click "cmd+C" (Copy)
    5:Go to the same folder at the new computer,delete the folder iTunes and
    click "cmd+V" (Paste)
    6:Go to Trash in the Dock and with right mouse-click empty the Trash.
    7: Read "MacOS-X for dummies" ,it´s very userful for new users.
    Greets and merry christmas!

  • New Features and New Bits on the way

    I have the pleasure of sharing some really big news with the community. The teams behind the FlexUnit and Fluint projects have worked together to produce a new version of the FlexUnit framework that combines the best of both of these frameworks.
    The new version provides all of the features currently available in both of these frameworks. Further, it is fully backwards compatible with both FlexUnit and Fluint tests, so your existing tests from either of these sources can be run without change. In addition, the new framework provides a cadre of long requested features, including:
    • Metadata based Test and Suite identification (no more need to extend testcase or testsuite)
    • Hamcrest matchers courtesy of the hamcrest-as3 project.
          More Info:
          • Hamcrest AS3: http://github.com/drewbourne/hamcrest-as3/tree/master
          • Hamcrest: http://code.google.com/p/hamcrest/
          • Hamcrest Tutorial for Java: http://code.google.com/p/hamcrest/wiki/Tutorial
          • Hamcrest Tutorial for PHP: http://sebastian-bergmann.de/archives/735-Getting-Started-with-Hamcrest.html
    •Theories, DataPoints and Assumptions
          More Info:
          • http://shareandenjoy.saff.net/tdd-specifications.pdf
    • Ignorable tests
    • Enhanced Sorting and Filtering
    • Enhanced multiple asynchronous support for any portion of the test setup/teardown or execution
    • UIComponent testing facade
    And, perhaps coolest of all, a complete extensibility layer for others to write their own custom runners. This means that community projects such as Fluint, FUnit, FlexMonkey or ASUnit could plug into the framework directly to run mixed suites of tests from various frameworks.
    There will be information posted in the next couple of days on where to find the bits for a public alpha.
    I am excited to see where the community can take a framework built for extensibility and to watch this new platform evolve.
    Cheers,
    Labriola

    Greetings, and welcome to the BlackBerry.com Community Support Forums.
    Oh, there's no real authoritative PlayBook information here in the forum, we're a user to user support forum. RIM has not created a "Playbook" section yet in the forum since it's not released.
    if you want to catch some of the latest rumors (and a few facts) on the playBook, check out this link and scroll through for several Playbook stories.
    http://www.berryreview.com/
    If you just want more games for husband's BlackBerry, check out AppWorld and mobihand.com, there's more than his BlackBerry can handle
    Good luck!
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Where to find MD5 or SHA1 for the JRE/JDK?

    I am trying to download the latest 1.6 JRE and JDK, but I don't see any MD5/SHA1 hashes?
    Anyone know where I can get these (from Oracle, not a third party).
    Given recent security issues, I would be surprised if they didn't offer these.
    Thanks!

    That's not completely true. It depends on where you download it from. For example you can go to http://www.oracle.com/technetwork/java/javase/downloads/java-archive-downloads-javase7-521261.html#jdk-7u17-oth-JPR which will let you choose which build of 7u17 you want. You can download Windows x86 (or x64) which will download the entire offline installation. I also use http://www.filehippo.com/download_jre_32/tech/14874/ (becuase I trust it). While I download the EXEs and MSIs from oracle's website, filehippo has MD5 hashes listed. Just an idea. If you're needing a script that can get MD5 hashes you could like at using AutoIt. It has a build hashing function. The scripting language is easy to use and it has a strong community (http://www.autoitscript.com/autoit3/docs/libfunctions/_Crypt_HashFile.htm).

  • Keep iTunes info when identifying a new location for the media folder

    I keep my iTunes media folder on an external hard drive which failed. I was able to transfer my media folder to another external drive. How to I let iTunes know where it is and keep my playlists and albums and other info intact in iTunes.

    A "library" is everything in the iTunes folder.  However, in some cases, such as yours, you have moved your media folder out of the iTunes folder which iTunes does not really like but can live with as long as nothing happens such as a drive failing.  The whole organization is stored in a file called iTunes Library.itl.  Right now your .itl tells iTunes that when you click on track xyz it needs to play the file xyz.mp3 in a certain folder on a drive named___
    The two ways to get iTunes to work are, as I said, either fool it into thinking the drive is the same one, or to get it to try to fix all the broken links.
    Now, I use an older (and IMHO a much better) OSX version.  I don;'t know about your version (I guess they have not changed in this regard) I know I can simply click on an external drive and rename it just as I would a any other file or folder.  Of course if you changed the folder organization too that will confuse iTunes, but I don't know exactly what you have done until you tell me.
    What are the iTunes library files? - http://support.apple.com/kb/HT1660
    More on iTunes library files and what they do - http://en.wikipedia.org/wiki/ITunes#Media_management
    What are all those iTunes files? - http://www.macworld.com/article/139974/2009/04/itunes_files.html
    Where are my iTunes files located? - http://support.apple.com/kb/ht1391
    iTunes 9 [and later]: Understanding iTunes Media Organization - http://support.apple.com/kb/ht3847 - plus supplemental information about organizing to new structure https://discussions.apple.com/message/26404702#26404702
    Image of folder structure and explanation of different iTunes versions (turingtest2 post) - https://discussions.apple.com/docs/DOC-7392 and making an iTunes library portable.

Maybe you are looking for

  • Help with a simple applescript for combining Artist text with Track name

    Hi all, I'd like to put together a simple script that takes the artist names from a list of tracks in iTunes and copies the text to the start of the Title name, followed by " - ". This is because, e.g. on a classical album, I want the artist names to

  • Error while updating CE 7.11 to 7.2 with ceupdatemanager

    Hi, I am trying to update my CE 7.11 to CE 7.2 using the ceupdatemanager. In the dialog phase the error occurs at CE_getNewJDBCDriverADA  checkClientSoftware ERROR 2011-02-24 10:38:44.903 MaxDB Client Software for system: ECE must exist! ERROR 2011-0

  • Connect to network over internet?

    Pardon my lack of knowledge; can I connect to my home network over the internet? if so, do I need an IP address? Is there any information that I need from my network?(if so, I may have to wait until i get home). I've searched, but to no avail. Any he

  • Master Data load duplicated records - 0ART_SALES_ATTR

    Hi All, I'm trying to load Master Data in the Test System and I'm getting an error that says that There are duplicates of the data record 70114 with the key '10 30 000000000001034170 ' for characteristic 0MAT_SALES . This is wrong, no data is duplica

  • USB Adapter Question

    I feel pretty ridiculous asking this; but I searched all the similar topics and am still confused. I have a first gen. ipod nano and an ipod usb power adapter. The usb cord that came with the nano works just fine and connects to my old imac, to the n