当前位置:编程学习 > JAVA >>

如何运行java程序在windows?

安装程序说明写下这句:
 At the prompt, type : make install

我按照做,但出现: "make" 不是内部命令...

所以,向各大人请教! 急!
--------------------编程问答-------------------- make是gnu的工具,怎么会在windows出现 --------------------编程问答-------------------- make是Linux上的集成命令
你确定说明说上说的是windows上这么用么? --------------------编程问答-------------------- 安装程序说明写下:
=======================
Windows platform
=======================
1. Set JAVA_HOME variable im Makefile to the appropriate location

2. You need to install Cygwin or Mingw which are the collections
   of Unix tools and utilities for Windows. You can download Mingw
   from http://www.mingw.org. And Cygwin from http://www.cygwin.com

3. Open the Makefile and set the JAVA_HOME variable to an appropriate location.

4. At the prompt, type :
make install

5. To run the application, go to dist directory and type: ... --------------------编程问答-------------------- 你得按照他说的,装个在Windows上的模拟shell
然后再启动这个shell,make install --------------------编程问答--------------------
引用 3 楼 lklmails 的回复:
安装程序说明写下:
=======================
Windows platform
=======================
1. Set JAVA_HOME variable im Makefile to the appropriate location

2. You need to install Cygwin or Mingw which are the collections
   of Unix tools and utilities for Windows. You can download Mingw
   from http://www.mingw.org. And Cygwin from http://www.cygwin.com

3. Open the Makefile and set the JAVA_HOME variable to an appropriate location.

4. At the prompt, type :
make install

5. To run the application, go to dist directory and type: ...


你装了吗? --------------------编程问答-------------------- 安裝了
Cygwin Terminal

但如何make install? --------------------编程问答-------------------- 先启动这个虚拟机 再make install

不是在cmd里 make install --------------------编程问答-------------------- -bash: make:命令找不到
不知道是否安装Unix tools and utilities for Windows出问题.
cygwin 中找unix只有dos2unix
真不知为什么安装java程序,这样麻烦!
补充:Java ,  Java相关
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,