由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - Java on AIX
相关主题
help:tomcat5 on FC4java beginner question
Eclipse and java 1.6java内存泄露问题
java这个是什么逻辑?mac不需要下载安装JDK,那还需要建立新的executable path么?
震惊:java 的矩阵操作比 c++ 快?java编译的文件能不能作成可执行文件?
大家都用Java 7吗faint, unreachable statement in java
这几年Java跟其他语言的差距拉大了。help "java.lang.NoSuchMethodError"
我google了java进入了它的主页,然后提示下载javaant javac error in eclipse 3.0?
去做J2EE好,还是Android好?请问一个最初级问题
相关话题的讨论汇总
话题: java话题: aix话题: javac话题: does话题: jvm
进入Java版参与讨论
1 (共1页)
y****i
发帖数: 5690
1
IF I can run Java but not Javac on a AIX server, what does it mean?
%javac
Can't find class java.lang.System
%java -?
Usage: java [-options] class [args...]
(to execute a class)
or java -jar [-options] jarfile [args...]
(to execute a jar file)
Does it mean that only JVM is installed on the sever, but JDK? So I can only run jav
c***r
发帖数: 4631
2

only run java code but no compile it on this server?

Or you didn't get permission to do this.

【在 y****i 的大作中提到】
: IF I can run Java but not Javac on a AIX server, what does it mean?
: %javac
: Can't find class java.lang.System
: %java -?
: Usage: java [-options] class [args...]
: (to execute a class)
: or java -jar [-options] jarfile [args...]
: (to execute a jar file)
: Does it mean that only JVM is installed on the sever, but JDK? So I can only run jav

y****i
发帖数: 5690
3
I still didn't find out why but I found out that there are some other
folders on the server where java is installed. And one of them works.
I'm just wondering could there be the situation where you only
install JVM so only java available but javac not?

【在 c***r 的大作中提到】
:
: only run java code but no compile it on this server?
:
: Or you didn't get permission to do this.

m****n
发帖数: 10
4
did you check where javac is and itz permission?
did you set up the classpath?
if you see javac there, you should set your path point to that directory

【在 y****i 的大作中提到】
: I still didn't find out why but I found out that there are some other
: folders on the server where java is installed. And one of them works.
: I'm just wondering could there be the situation where you only
: install JVM so only java available but javac not?

B******N
发帖数: 445
5

of course。if you install java runtime evironemnt,that's JVM. then only
java.exe avaialbe. if your install java SDK, then both java.exe and javac.exe
avialabe.


【在 y****i 的大作中提到】
: I still didn't find out why but I found out that there are some other
: folders on the server where java is installed. And one of them works.
: I'm just wondering could there be the situation where you only
: install JVM so only java available but javac not?

m****n
发帖数: 10
6
what r u talking about? see title again

【在 B******N 的大作中提到】
:
: of course。if you install java runtime evironemnt,that's JVM. then only
: java.exe avaialbe. if your install java SDK, then both java.exe and javac.exe
: avialabe.
:

c***r
发帖数: 4631
7
one rule to prevent hacker is to install as small amount of compilers as
possible.



【在 y****i 的大作中提到】
: I still didn't find out why but I found out that there are some other
: folders on the server where java is installed. And one of them works.
: I'm just wondering could there be the situation where you only
: install JVM so only java available but javac not?

y****i
发帖数: 5690
8
Anything BBloveNN said wrong? I thought he said the right thing(what I
suspected). Does it have anything to do with AIX OS?

javac.exe

【在 m****n 的大作中提到】
: what r u talking about? see title again
m****n
发帖数: 10
9
how can you run a java.exe on a AIX?

【在 y****i 的大作中提到】
: Anything BBloveNN said wrong? I thought he said the right thing(what I
: suspected). Does it have anything to do with AIX OS?
:
: javac.exe

y****i
发帖数: 5690
10
I think he meant the executable java, not necessarily java.exe.

【在 m****n 的大作中提到】
: how can you run a java.exe on a AIX?
m****n
发帖数: 10
11
whatever, find where ur sdk is and set the path to it.

【在 y****i 的大作中提到】
: I think he meant the executable java, not necessarily java.exe.
P*****f
发帖数: 2272
12
install IBM's JDK for AIX.
you can consult their customer service

【在 y****i 的大作中提到】
: IF I can run Java but not Javac on a AIX server, what does it mean?
: %javac
: Can't find class java.lang.System
: %java -?
: Usage: java [-options] class [args...]
: (to execute a class)
: or java -jar [-options] jarfile [args...]
: (to execute a jar file)
: Does it mean that only JVM is installed on the sever, but JDK? So I can only run jav

1 (共1页)
进入Java版参与讨论
相关主题
请问一个最初级问题大家都用Java 7吗
土人问个J2EE的弱问题 *_<这几年Java跟其他语言的差距拉大了。
Jasper找不到JDK居然我google了java进入了它的主页,然后提示下载java
请帮忙看看这个编译错误去做J2EE好,还是Android好?
help:tomcat5 on FC4java beginner question
Eclipse and java 1.6java内存泄露问题
java这个是什么逻辑?mac不需要下载安装JDK,那还需要建立新的executable path么?
震惊:java 的矩阵操作比 c++ 快?java编译的文件能不能作成可执行文件?
相关话题的讨论汇总
话题: java话题: aix话题: javac话题: does话题: jvm