由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - So weird.
相关主题
Re: 编.bat文件碰到的问题,怎样知道java bin目录在那里? 有啥办法?谢谢应该站哪条队:.NET 还是 Java/J2EE?
[合集] 大家都用什么平台使用JAVA?Java fun
Java 6和Java 8的问题eclips还是netbeans?
JAVA IDE ?请问用什么java developer? 在哪里下载?
[转帖]如何才算掌握Java(J2SE篇)[请教]有关JAVA IDE的问题
我google了java进入了它的主页,然后提示下载javajava 新手
现在做JAVA开发的用什么系统可靠点啊?any clone of netbeans of look&feel?
调查:最好的Java IDEhow to run Java on Linux?
相关话题的讨论汇总
话题: java话题: find话题: installed话题: install话题: so
进入Java版参与讨论
1 (共1页)
c**********e
发帖数: 2007
1
I installed Java on my computer, but could not find it.
Windows 7. Even search could not find it! Anybody know the reason?
h*****0
发帖数: 4889
2
you installed what?

【在 c**********e 的大作中提到】
: I installed Java on my computer, but could not find it.
: Windows 7. Even search could not find it! Anybody know the reason?

s***8
发帖数: 1136
3
java
check path in a dos window
c**********e
发帖数: 2007
4
"已验证 Java 版本
祝贺您!
您已安装了推荐的 Java 版本 (Version 6 Update 20)。"
But could not find it!

【在 h*****0 的大作中提到】
: you installed what?
h*****0
发帖数: 4889
5
what r u trying to find?
open cmd, type:
g*****g
发帖数: 34805
6
echo %path%, then check out all of them one by one, java must be in it.

【在 c**********e 的大作中提到】
: "已验证 Java 版本
: 祝贺您!
: 您已安装了推荐的 Java 版本 (Version 6 Update 20)。"
: But could not find it!

u****s
发帖数: 2186
7
default it's installed in
\Program Files\Java\jdk1.6.0_20\
unless you changed the install directory
check registry key HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit
\1.6.0_20\JavaHome

【在 c**********e 的大作中提到】
: I installed Java on my computer, but could not find it.
: Windows 7. Even search could not find it! Anybody know the reason?

c**********e
发帖数: 2007
8
java version "1.6.0_14"
Java(TM) SE Runtime Environment (build 1.6.0_14-b08)
Java Hotspot(TM) 64-Bit Server VM (build 14.0-b16, mixed mode)

【在 h*****0 的大作中提到】
: what r u trying to find?
: open cmd, type:

h*****0
发帖数: 4889
9
so you have it, that's it.
what else do you expect to find?

【在 c**********e 的大作中提到】
: java version "1.6.0_14"
: Java(TM) SE Runtime Environment (build 1.6.0_14-b08)
: Java Hotspot(TM) 64-Bit Server VM (build 14.0-b16, mixed mode)

c**********e
发帖数: 2007
10
I have the torch icon. If I open it, it is "Java Control Panel". How to run
a simple java code?

【在 h*****0 的大作中提到】
: so you have it, that's it.
: what else do you expect to find?

相关主题
我google了java进入了它的主页,然后提示下载java应该站哪条队:.NET 还是 Java/J2EE?
现在做JAVA开发的用什么系统可靠点啊?Java fun
调查:最好的Java IDEeclips还是netbeans?
进入Java版参与讨论
h*****0
发帖数: 4889
11
You still didn't get it.
You probably installed something called "jdk", or "j2se developer's toolkit",
This is a command line toolkit. It's not a texteditor.
1. Try to locate your java installation directory. It's
somewhere like "c:\program files\java....". You can find a "bin"
directory, and inside it you should be able to find "javac.exe"
2. Use any texteditor to type in your source code.
3. Compile your source code using "javac.exe"
4. run your code using "java.exe", which is by default alrea

【在 c**********e 的大作中提到】
: I have the torch icon. If I open it, it is "Java Control Panel". How to run
: a simple java code?

b***i
发帖数: 3043
12
you installed java run time environment, which runs java byte code. For
example, if a web page contains java code, you can see it now.
To write java software, you have to install an IDE with java compiler, such
as Eclipse.

【在 c**********e 的大作中提到】
: I installed Java on my computer, but could not find it.
: Windows 7. Even search could not find it! Anybody know the reason?

h*****0
发帖数: 4889
13
you don't necessarily need to install an IDE. especially for a beginner.
Actually eclipse is 'poisonous' for beginners. Just installk JDK, and use
something like ultraedit.
after you know what is 'java' and would never ask questions like
"where is my java", then you could think about which IDE you wanna
use.

such

【在 b***i 的大作中提到】
: you installed java run time environment, which runs java byte code. For
: example, if a web page contains java code, you can see it now.
: To write java software, you have to install an IDE with java compiler, such
: as Eclipse.

n***d
发帖数: 8857
14
install netbeans

【在 c**********e 的大作中提到】
: I have the torch icon. If I open it, it is "Java Control Panel". How to run
: a simple java code?

t******h
发帖数: 120
15
install netbeans
it has got everything ready for you to begin java programming.
a good choice for beginners.
1 (共1页)
进入Java版参与讨论
相关主题
how to run Java on Linux?[转帖]如何才算掌握Java(J2SE篇)
A question about JRE and JDK:我google了java进入了它的主页,然后提示下载java
JDK7现在做JAVA开发的用什么系统可靠点啊?
安装tomcat不成功调查:最好的Java IDE
Re: 编.bat文件碰到的问题,怎样知道java bin目录在那里? 有啥办法?谢谢应该站哪条队:.NET 还是 Java/J2EE?
[合集] 大家都用什么平台使用JAVA?Java fun
Java 6和Java 8的问题eclips还是netbeans?
JAVA IDE ?请问用什么java developer? 在哪里下载?
相关话题的讨论汇总
话题: java话题: find话题: installed话题: install话题: so