How to set jdk path in command prompt?

Asked by Azrn

Report
in progress 59
6 Answers 126 views

Leave a reply to Azrn : set jdk path in command prompt


Answers ( 6 )

  1. For Windows: set ANDROID_HOME=C:\\android-sdk-windows. set PATH=%PATH%;%ANDROID_HOME%\tools;%ANDROID_HOME%\platform-tools. …
    Read More

    Ratings : 63 %   

      
  2. One thing to note, I also came here looking for help on installing the Java development kit. I had to restart my computer before it registered the changes to the path.
    Read More

    Ratings : 24 %   

      
  3. review of these lines: …… 1. To set the environment variables: echo ‘export JAVA_HOME=/opt/jdk1.5.0_12′ > /etc/profile.d/jdk.sh echo ‘export PATH=$JAVA_HOME
    Read More

    Ratings : 40 %   

      
  4. Save time and avoid tedious work. Hurricane Batch Script Generator for AutoCAD makes creating and editing Batch Scripts easy. Just select your script, select you
    Read More

    Ratings : 36 %   

      
  5. If I modify or add an environment variable I have to restart the command prompt (minor inconvenience). Is there a command I could execute that would do this without
    Read More

    Ratings : 24 %