No.Arik Shalito wrote:. . . i have to make a gui to my program, Is that true? . . .
Out on HF and heard nobody, but didn't call CQ? Nobody heard you either. 73 de N7GH
All things are lawful, but not all things are profitable.
All things are lawful, but not all things are profitable.
For Korn and bash shells, run the following commands:
export JAVA_HOME=jdk-install-dir
export PATH=$JAVA_HOME/bin:$PATH
For the bourne shell, run the following commands:
JAVA_HOME=jdk-install-dir
export JAVA_HOME
PATH=$JAVA_HOME/bin:$PATH
export PATH
For the C shell, run the following commands:
setenv JAVA_HOME jdk-install-dir
setenv PATH $JAVA_HOME/bin:$PATH
export PATH=$JAVA_HOME/bin:$PATH
All things are lawful, but not all things are profitable.
Start Menu→All Programs→Accessories→Command PromptKnute Snortum wrote:. . . If you search for Command Prompt in the start menu . . .
So you're at a command prompt. To set JAVA_HOME for just this session, type
?
1
> set JAVA_HOME="C:\Program Files\Java\jdk1.8.0_60"
You should be able to type
?
1
> javac -version
and get a version number. Now to set it permanently, type
?
1
> setx JAVA_HOME %JAVA_HOME%
All things are lawful, but not all things are profitable.
at the command prompt. That assumes you installed JDK8u60 in its default location and that you have C as your default drive letter. Then tryset PATH="C:\Program Files\Java\jdk1.8.0_60\bin";%PATH%
All things are lawful, but not all things are profitable.
Knute Snortum wrote:
All things are lawful, but not all things are profitable.
Don't get me started about those stupid light bulbs. |