由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - java virtual machine 急问!!在线等
相关主题
A good way to compress client side data?Criticism of Java Persistence Frameworks
encrypt the compressed fileJava那些XML的config file是怎么生成的?
How to delete an entry in JAR?Java 有没有类似 C++里 Virtual的东东?
How to write a file to the same directory of the class file?关于actionPerformed()的问题
how to improve performance for web serviceJava virtual machine
heap dump 请教Java都在什么时候进行Garbage collection?
self-modifying code?微软面试 zt
How to represent n:n relationship in Java?Java的method不都是virtual的么?private就不同了?
相关话题的讨论汇总
话题: java话题: virtual话题: machine话题: click话题: 在线
进入Java版参与讨论
1 (共1页)
p***e
发帖数: 29053
1
老师这样和我说:
double click on the program after you install “JAVA Virtual Machine”。
文件是xxx.jar
我装了JAVA Virtual Machine 但是还是不能运行那个文件。
后来一个同学和我说:
You just double click the NetEdit23.jar. If it does not work, you need to
some work.
This file is a compressed file. So if it is associated to some compress
programs such as Winrar,
you need to modify it.
1. Right click the NetEdit23.jar
2. Click the property
3. Click the change in General Tap
4. Select javaw
但是尽管装了JAVA Virtual Machine,但是没有那个选项啊,好像没有装过那样
开始
e***g
发帖数: 158
2
不行就命令行 java -jar xxx.jar

【在 p***e 的大作中提到】
: 老师这样和我说:
: double click on the program after you install “JAVA Virtual Machine”。
: 文件是xxx.jar
: 我装了JAVA Virtual Machine 但是还是不能运行那个文件。
: 后来一个同学和我说:
: You just double click the NetEdit23.jar. If it does not work, you need to
: some work.
: This file is a compressed file. So if it is associated to some compress
: programs such as Winrar,
: you need to modify it.

p***e
发帖数: 29053
3
气愤之下装了linux,还是不行啊

【在 p***e 的大作中提到】
: 老师这样和我说:
: double click on the program after you install “JAVA Virtual Machine”。
: 文件是xxx.jar
: 我装了JAVA Virtual Machine 但是还是不能运行那个文件。
: 后来一个同学和我说:
: You just double click the NetEdit23.jar. If it does not work, you need to
: some work.
: This file is a compressed file. So if it is associated to some compress
: programs such as Winrar,
: you need to modify it.

p***e
发帖数: 29053
4
xp下的命令行?

【在 e***g 的大作中提到】
: 不行就命令行 java -jar xxx.jar
e***g
发帖数: 158
5
any OS

【在 p***e 的大作中提到】
: xp下的命令行?
p***e
发帖数: 29053
6
OS? 实在不懂,都没有弄过java,但是一个作业要打开一个java的咚咚
shiza

【在 e***g 的大作中提到】
: any OS
b***s
发帖数: 117
7
操作系统的意思,包括windows系列,Linux,Unix.....

【在 p***e 的大作中提到】
: OS? 实在不懂,都没有弄过java,但是一个作业要打开一个java的咚咚
: shiza

c***r
发帖数: 4631
8

Start->Run-> type "cmd" and then hit return->in the opened window, input "cd
c:\your\directory\of\the\file"->input "java -jar netedit.jar"

【在 p***e 的大作中提到】
: OS? 实在不懂,都没有弄过java,但是一个作业要打开一个java的咚咚
: shiza

w******t
发帖数: 1422
9
good boy :)

【在 c***r 的大作中提到】
:
: Start->Run-> type "cmd" and then hit return->in the opened window, input "cd
: c:\your\directory\of\the\file"->input "java -jar netedit.jar"

1 (共1页)
进入Java版参与讨论
相关主题
Java的method不都是virtual的么?private就不同了?how to improve performance for web service
请问如何才能下载JDeveloper?heap dump 请教
可以从.jar文件中删除一些class吗? (EOM)self-modifying code?
新手问一个:如何找.jar文件里都有什么class?How to represent n:n relationship in Java?
A good way to compress client side data?Criticism of Java Persistence Frameworks
encrypt the compressed fileJava那些XML的config file是怎么生成的?
How to delete an entry in JAR?Java 有没有类似 C++里 Virtual的东东?
How to write a file to the same directory of the class file?关于actionPerformed()的问题
相关话题的讨论汇总
话题: java话题: virtual话题: machine话题: click话题: 在线