larrywpursley / apk-downloader

Automatically exported from code.google.com/p/apk-downloader
0 stars 0 forks source link

exe文件对JRE版本检测有误 #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
下载不包含JRE版本,运行exe文件,提醒需要更新JRE至1.6或更��
�。

但本机已安装JRE 1.7_11。command line结果如下:
D:\Tools\ApkDownloader>java -version
java version "1.7.0_11"
Java(TM) SE Runtime Environment (build 1.7.0_11-b21)
Java HotSpot(TM) 64-Bit Server VM (build 23.6-b04, mixed mode)

Original issue reported on code.google.com by Progra...@gmail.com on 8 Feb 2013 at 1:59

GoogleCodeExporter commented 8 years ago
由于使用的java打包exe工具已经很久没有人维护,暂时没有方�
��解决这个问题,您可以先下载包含JRE的版本。

Original comment by chenfei...@gmail.com on 17 Feb 2013 at 4:44

GoogleCodeExporter commented 8 years ago
可能是JRE是64位导致的,我在尝试修复这个问题中,下周会有
结果

Original comment by chenfei...@gmail.com on 21 Feb 2013 at 9:23

GoogleCodeExporter commented 8 years ago
刚尝试下载了1.7.0_15的最近64位JDK,程序可以正常使用啊!

您将您的JDK目录下的jre文件夹复制到APK 
Downloader程序目录,看下是否OK?

如果不行,升级下JDK版本至最新版试下呢?

欢迎您的反馈!

Original comment by chenfei...@gmail.com on 21 Feb 2013 at 10:11