Well is it needed UNINSTALL first the 13 JDK ?

I installed JDK update 13, [not netbeans till now installed=any ver.] well now I want to install upper but below:
bundle JDK update 14 & Netbeans 6.7 all together in one file...
well is it needed UNINSTALL first the 13 JDK ?

Okay, I will explain in detail.
Under normal operating circumstances, you do not need to change any system variables. Only in specific cases do you need to do that.
COMPILING AND RUNNING FROM COMMANDLINE:
- you want to add the bin directory of the JDK to the PATH variable. You have to do this yourself on windows.
- you may want to set a CLASSPATH variable, but only if you do not use ANT or Maven. Alternatively you can run javac and java with the -cp commandline property. Even better is to use a build tool like ANT to automate a build for you.
RUNNING ANT OR MAVEN:
- you may need to set the JAVA_HOME variable to the directory where you installed the JDK.
RUNNING ANT:
- you may need to set the ANT_HOME variable to the directory where you installed Ant.
- you may want to add the bin directory to the PATH variable
- further configuration (such as classpath) is configured in the build files
RUNNING MAVEN:
- you may need to set the MAVEN_HOME variable to where you installed maven
- you may want to add the bin directory to the PATH variable
- you may also want to set a MAVEN_OPTS variable so you can define minimum and maximum heap space used by maven
- further configuration (such as classpath) is configured from the pom files
These are borderline cases that I can think of. If you use an IDE, all configuration is done within the IDE itself. For example when you install Netbeans it will allow you to choose which JDK you want to use, it will even detect a default one for you. Project classpath settings are controlled from within the netbeans project. Eclipse works similarly.

Similar Messages

  • I just created an iCloud email and I want to use that email for my iTunes account as well. I need help suiting the old apple I'd because I do not remember anything associated with that email and I don't know the security questions

    I just created an iCloud email and I want to use that email for my iTunes account as well. I need help switching the old apple ID because I do not remember anything associated with that email and I don't know the security questions or the login for that old email.

    You cannot do that.  The AppleID you used to create the iCloud account is an active primary email address.  The email address you created with the iCloud account is also an active primary email address (all Apple domain email address automatically become AppleIDs as well).  You cannot replace the primary email address on one active AppleID with the primary email address on another, active AppleID.
    You can use your iCloud email/AppleID with iTunes, but it will be a separate account, so all your previous purchases remain tied to the other AppleID you have.
    I don't understand your statement that you could not remeber your old AppleID password, as you would have had to use it to create the iCloud account in the first place (the first step of creating the iCloud account required you to login with your existing AppleID and password)?

  • "You may need to enter the name and password for an admin" ....

    Hi everyone!
    I'm getting this error when trying to copy files over to a network drive. First, it'll pop up and say:
    "You may need to enter the name and password for an administrator on this computer to change the item named"
    At the same time, it will create an empty file on the target drive. When I click "Continue", it asks me for my username and password, which I happily enter. At that point, it errors out and says "The operation cannot be completed because an item with the name "xyz" already exists".
    I've tried repairing permissions, chmod 777'ing a file, etc. It did work for a short time (it seemed to work while I was at work, but once I arrived home, it quit working and hasn't worked since.) I've tried rebooting as well.
    Does anyone have any suggestions? I'm really puzzled over this!
    Thanks!

    Actually I get some other errors as well:
    "You may need to enter the name and password..."
    Then I click continue...
    "The item "filename" contains one or more items you do not have permission to read. Do you want to copy the items you are allowed to read?"
    I click continue...
    "The operation cannot be completed because you do not have sufficient privileges for some of the items."
    I am copying a text file made from textedit. I have logged into the shared drive on my iMac. I get the same errors coying to my own user folder. Same account on both machines.
    But it does copy a blank version of the file to the drive and adds the .txt extension to it. Then I can delete it from the share.

  • LAN Networking / UUID error - "You may need to enter the name and password"

    I'm having an issue with networking via ethernet cable. I'm connecting to Windows Vista via ethernet from my macbook pro.
    Everything was going hunky dory until today when I connected and tried to copy a folder over from my desktop to a folder on my vista machine.
    The error is a three tier one, as follows:
    1. +"You may need to enter the name and password for an administrator on the computer to change the item name "..." - stop or continue"+
    2. +"The item "..." contains one or more items you do not have permission to read. Do you want to copy the items you are allowed to read?" - stop or continue+
    3. +"The operation cannot be completed because you do not have sufficient privileges for some of the items."+
    This happens with all files and folders that I try to transfer over. I have full permissions on both ends to do this and the folders have full permissions.
    I've done a bit of trawling and have found out that if you goto: system prefs - accounts (click unlock) - right click on the user in question - advanced options, you can click on the "create new" button under UUID and create a new UUID digit, then restart. This works!!!!... But...
    ...it only works for a little while. After transferring a few folders or files accross, it comes up with the three tiered warning: "you may need to enter the name and... etc etc."
    This is really annoying.
    I've found my initial answers on this thread: http://discussions.apple.com/thread.jspa?threadID=1823835&tstart=45, but this issue seems to go one step further by constantly not allowing me access
    Has anyone got any thoughts about what I can do? I've also tried running applejack on startup, but this doens't work either...

    Actually I get some other errors as well:
    "You may need to enter the name and password..."
    Then I click continue...
    "The item "filename" contains one or more items you do not have permission to read. Do you want to copy the items you are allowed to read?"
    I click continue...
    "The operation cannot be completed because you do not have sufficient privileges for some of the items."
    I am copying a text file made from textedit. I have logged into the shared drive on my iMac. I get the same errors coying to my own user folder. Same account on both machines.
    But it does copy a blank version of the file to the drive and adds the .txt extension to it. Then I can delete it from the share.

  • Upgrade JDeveloper JDK to the latest JDK 1.3 Beta ?

    I need to use the latest JDK 1.3 from Sun and thought how
    do I upgrade the JDK in JDeveloper ? Any specific instructions
    are appreciated. Thanks.
    null

    Hi
    Yes. You can use a different version of the JDK by following
    these steps:
    1. Tools | Default Project Properties (or Project | Properties
    depending on
    your need).
    2. Target JDK version: Click Define.
    3. Click New. Browse for java.exe. The Class path and Source path
    will
    auto-populate.
    4. Click OK.
    5. Select the new target JDK for any existing projects you wish
    to use.
    regards
    raghu
    Alan Lee (guest) wrote:
    : I need to use the latest JDK 1.3 from Sun and thought how
    : do I upgrade the JDK in JDeveloper ? Any specific instructions
    : are appreciated. Thanks.
    null

  • To reinstall the software. Do I need to uninstall first?

    to reinstall the software. Do I need to uninstall first?

    What software? What system? You need to be more specific.
    Mylenium

  • Hello. I am using OS X v.10.8.2. Reinstalled Java 1.6.0_37 from Apple Inc. after uninstalling Java7. However, "you need to download the java runtime environment" continues to appear. What should I do?

    Hello. I am using OS X v.10.8.2. Reinstalled Java 1.6.0_37 from Apple Inc. after uninstalling Java7. However, "you need to download the java runtime environment" continues to appear. What should I do?
    Java Test indicates that Java 6 is running well on my Mac. But when trying to run online applications the mentioned error message appears.
    Thanks for your help!
    Eernestojuan

    Hi, Thanks for that further bug description In Your Last Message That Describes The Problem I Am Having perfectly and is exactly the same for me.
    unfortunately that fix for my camera Powershot G6 does not work or apply as the view pictures switch is different on G6 is not usable during download as once you plug in DC/USB cable it turns off, and makes no diff and problem still exists exactly as you just described.
    thanks anyways "Selz Boy"
    it has been 17 days since apple promised to get back to me within 3-5 days hopefully with a solution, but I have still not heard from them.
    They blew me off, i guess, probably i will have to wait for new Yosemite OS update, which they pre-warned me could take as much as 6 months.
    I cannot believe apple released this new update with such major bug issues for camera downloads and that horrible "Photos" pgm which has all sorts of downgrades in features, usefulness and new bugs compared to iPhotos which I just finally got used to and was much better software.
    I am starting to lose faith in Apple and I am getting that Microsoft "FEEL" like I used to have when I was a PC user, which was why I originally switched to Apple  computers in first place.
    Oh well got my fingers crossed here.
    Thankfully the memory card reader solution  is working well, but cost me $45.

  • HT1923 Tried to do an itunes upate and found this message program cant shut because MSVCR80.dll is missing from your computer  now says I should reinstall itunes, do I need to do an uninstall first

    Using Windows 7, I attempted to install an update for Itunes, when i returned to computer it gave this message ....Program cannot shut because MSVCR80.dll is missing from your computer. When I tried to open itunes it told me becuase of this error I needed to reinstall Itunes, my question is do I need to uninstall first before installing and will I lose contents of my library if I uninstall?

    Hey Dianna Walker,
    Thanks for the question. Yes, you'll want to completely remove iTunes and all related components (it is important to remove all components in the order listed):
    Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8
    http://support.apple.com/kb/HT1923
    Note that uninstalling iTunes will not affect your iTunes Media folder or iTunes Library.
    Additional Information:
    How to restart the Apple Mobile Device Service (AMDS) on Windows
    http://support.apple.com/kb/TS1567
    Issues installing iTunes or QuickTime for Windows
    http://support.apple.com/kb/HT1926
    Thanks,
    Matt M.

  • I BOUGHT DW CS6, well... IF I ENTER CREATIVE CLOUD THIS WILL BE UNTOUCHED OR NEEDED UNINSTALL

    I BOUGHT DW CS6, well... IF I ENTER CREATIVE CLOUD THIS WILL BE UNTOUCHED OR NEEDED UNINSTALL?

    lsepolis123 wrote:
    So I want use in my mac Lion and win7 creative cloud most Apps,  and in same Mac (virtual machine win vista) and in win xp (my another laptop) dreamweaver that bought so needed activate the serial in latter... so whereas this use serial?
    Hi Ken, if he wants to use his two Dreamweaver CS6 perpetual license activations on two additional machines (separate from the systems with Creative Cloud installed), how does he do that?
    If a user purchased both CS6 perpetual and Creative Cloud, and has them registered and joined all under the same Adobe ID account, how are the apps and activations distinguished within the account?
    We've got a reader who says he is unable to activate his perpetual CS6 copy on a third machine, because he is prompted to log in there - and then the Adobe license server interprets it as another attempted activation of the Creative Cloud...
    What should someone do in this case?  Thanks!

  • My hard drive crashed on my MacBook Pro crashed and I need to get my CS5 up and running on the new hard drive. I copied what I could onto an external hard drive but when I drag and drop I get directions to uninstall but the uninstall folder I have does sa

    my hard drive crashed on my MacBook Pro crashed and I need to get my CS5 up and running on the new hard drive. I copied what I could onto an external hard drive but when I drag and drop I get directions to uninstall but the uninstall folder I have does says it is an alias that is no longer present. I get error 6. I would like to get my software up and running on the laptop again please

    If you subscribed to iTunes match the songs are kept in icloud. If you didn't but you did save the actual iTunes library folder which should include the music, video, etc.  you should be able to just drag this file back to your machine in the same place and when you open iTunes it will give you a chance to identify the iTunes library folder. 
    You can test this to find out if you saved the media files or not and don't need to attach your nano to do it. 
    You are correct that once you connect the nano it will clear the existing files from it and sync it with the new iTunes library. 
    If you don't have the media files i'm not sure if/how to get them back on a windows ipod.  I have everything backed up regularly because of the horror stories I have seen & heard.

  • I have Adobe Photoshop Elements 10 and Adobe Premier 10 loaded on a Dell PC. Do I need to uninstall from the Dell before I install on a recently purchased Apple Mac Pro? There are separate disks for Mac and PC in the package.

    I have Adobe Photoshop Elements 10 and Adobe Premier 10 loaded on a Dell PC. Do I need to uninstall from the Dell before I install on a recently purchased Apple Mac Pro? There are separate disks for Mac and PC in the package.

    Generally, it's ok to install on two machines as long as they are both yours and you only use one version at a time.
    BTW, this is the forum for Adobe Contribute.

  • When I plug my iPhone 4s into my PC, I get an error message that says iTunes needs a newer version of Apple Mobile Device Support. It wants me to uninstall both the AMDS and iTunes and then reinstall iTunes. Has anyone else run into this problem recently?

    When I plug my iPhone 4s into my PC, I get a message that says iTunes needs a newer version of Apple Mobile Device Support. It wants me to uninstall both the AMDS and iTunes and then reinstall iTunes. iTunes won't recognize my phone and so I can't synch it. Has anyone else run into this problem recently and how did you resolve it? Thanks!

    Thank you both. I suppose I should have prefaced my question with the concern that I've read a number of other posts from people who have had a similar issue and when they tried to follow the directions, they ran into a multitude of other problems. As you might imagine, I'm hoping to avoid the creation of new problems as I try to solve this one. Thanks again.

  • I need to get the tagName after a node of the first child of the Root

    Hi All,
    I need to get the TagName of the Node immediete after the Root. I won't know what is the TagName, and based on the Tagname only I can process the records.
    For example I might receive a SALES object or a MARKETING object wrapped under the root.
    eg.
    <PARENT>
    <SALES>
    </SALES>
    </PARENT>
    or
    <PARENT>
    <MARKETING>
    </MARKETING>
    </PARENT>
    I tried to using like this
                   DocumentBuilder documentBuilder = documentBuilderFactory.newDocumentBuilder();
                   File file = new File("c:/example.xml");
                   document = documentBuilder.parse(file);
                   Node node = document.getDocumentElement().getFirstChild();
                   System.out.println("node Name:" +node.getNodeName());
                   System.out.println("node Value:" +node.getNodeValue());
    It returns only something like #text, but I need the response like 'SALES'.
    Can anyone let me know if im missing something somewhere.
    thanks in advance,
    Harish

    That's because the first child of the document element is that whitespace text node between <PARENT> and <SALES>. You need to scan through the children of the document element until you find one that is an Element node.

  • Need to display the first 5 values of a Multi value parameter in SSRS report

    Hi All,
    I have SSRS report with multi value parameter. I need to display the parameter selection values in a text box. I've more than 50 records in the multi value parameter list. I've included the code to display "All" if I choose "select
    all" option otherwise it will show the selected values. But, I need to change the logic. I have to show only the 1st 5 records if I choose more than 5 records.
    How can I implement this?
    I have used the below code
    =iif(
    Parameters!Country.Count = Count(Fields!Country.Value,
    "Country")
    ,"All"
    ,iif(Parameters!Country.Count>5
    ,"Display the 1st 5 values"
    ,Join(Parameters!Country.Value,",")
    Regards,
    Julie

    Hi Julie,
    Per my understanding that you want to always show the first values from the param country to a textbox when you have select more then five values from the dropdown list, if you checked "select all", textbox will display "All", if
    you select <=5 amount of values. it will display the selected values, right?
    I have tested on my local environment and that you can create an hide parameter(Param2) to display just the first five values from the Country and when you select more then five values from country you will get the Join(Parameters!Param2.Value,",")
    to display.
    Details information below for your reference:
    Create an new DataSet2 which the Param2 will get the values from:
    SELECT     TOP (5) Country
    FROM        tablename
    Create an new param2 and hide this parameter, Set the "Available values" and "Default values" by select the "Get the values from a query"(DataSet2)
    You can also Specify first five value for the "Available values" and "Default values", thus you will not need to follow the step1 to create the dataset2
    Modify the expression you have provided as below:
    =iif(Parameters!Country.Count = Count(Fields!Country.Value, "DataSet1"),"All" ,iif(Parameters!Country.Count>5 ,Join(Parameters!Param2.Value,","),Join(Parameters!Country.Value,",")))
    Preview like below
    If you still have any problem, please feel free to ask.
    Thanks, 
    Vicky Liu
    If you have any feedback on our support, please click
    here.
    Vicky Liu
    TechNet Community Support

  • I updated my OS from 10.6.4., to 10.8.2 I want to buy iDVD and I Movie, but bought iPhoto and can't get it to work yet.  Hesistant to buy the others without now having the original applications on my laptop. Do I need to buy the older versions first?

    I updated my OS from 10.6.4., to 10.8.2.  I want to buy iDVD and iMovie, but I bought iPhoto and can't get it to work yet.  I'm hesitant to buy the others without now having the original applications on my laptop. Do I need to buy the older versions first?  They are probably on my Snow Leopard install disc, but I am now running Mt Lion that I bought, and downloaded a few days ago...so I don't want to insert the old OS disc, thinking it might want to reinstall the old OS...  Thanks,
    KathyH-P

    Download iPhoto Library Manager and use its rebuild function. (In Library Manager it's the FIle -> Rebuild command)
    This will create an entirely new library. It will then copy (or try to) your photos and all the associated metadata and versions to this new Library, and arrange it as close as it can to what you had in the damaged Library. It does this based on information it finds in the iPhoto sharing mechanism - but that means that things not shared won't be there, so no slideshows, books or calendars, for instance - but it should get all your events, albums and keywords, faces and places back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.  

Maybe you are looking for

  • Datawarehouing and data mining

    Where to find complete details on this topic "Theorem of Ugly Duckling "

  • My Game Center App is not working

    I recently purchased a game in the app store that requires me to log onto Game Center, whever I do, I get a blank green window. Ive tried logging into different computers with my Apple ID and it does the same thing. Ive even changed my password and I

  • Call .bat file from java code

    I need to call an application that uses a .bat file to execute from a java program. Is that possible? This is the .bat file: importcli.exe ciaf2735 C:\Importcli\files\SAI2735*.txt   importcli.exe ciaf2735 C:\Importcli\files\CI2735*.txt   importcli.ex

  • Image size for playbook wallpaper

    What is the image size supposed to be for the wallpapers on the playbook? I have been tinkering with wallpapers, and read where the image needs to be 1024x600.  I have tried files of this size and the playbook cuts off the edges. I have ended up crea

  • Can I write test results to bookmarks in a word document?

    I have a word document which I have created bookmarks in. Is it possible to write data to these bookamrks? Regards Conor