社区
Java EE
帖子详情
安装netdean时“找不到合适的JVM请选用选项-is:javahome 再次“
amwwfnh
2005-06-26 11:18:01
安装netdean时“找不到合适的JVM请选用选项-is:javahome <JAVA HOME DIR >再次“我要怎么样才能安装上去吗?
...全文
232
回复
打赏
收藏
安装netdean时“找不到合适的JVM请选用选项-is:javahome 再次“
安装netdean时“找不到合适的JVM请选用选项-is:javahome 再次“我要怎么样才能安装上去吗?
复制链接
扫一扫
分享
转发到动态
举报
写回复
配置赞助广告
用AI写文章
回复
切换为时间正序
请发表友善的回复…
发表回复
打赏红包
java
反编译工具jad 1.5.8g(可以反编译jdk1.5,1.6)
java
反编译工具jad 1.5.8g支持 jdk1.5,jdk1.6。说明很多记住一个万能的命令基本就够用了。jad -s
java
-r -8 -o **\*.class ---------------This is README file for Jad - the fast
Java
Decompiler.Jad
home
page: http://www.kpdus.com/jad.htmlCopyright 2001 Pavel Kouz
ne
tsov (jad@kpdus.com).0. Please read the disclaimer on the Jad
home
page.1. Installation.Unzip jad.zip file into any appropriate
dir
ectory on your hard drive.This will create two files: - an executable file named 'jad.exe' (Windows *) or 'jad' (*n*x) - this README fileNo other setup is required.2. How to use JadTo decompile a single
JAVA
class file 'example1.class' type the following: jad example1.classThis command creates file 'example1.jad' in the current
dir
ectory.If such file already exists Jad asks whether you want to overwrite it or not.Option -o permits overwriting without a confirmation.You can omit .class extension and/or use wildcards in the names ofinput files.Option -s allows to change output file extension: jad -s
java
example1.classThis command creates file 'example1.
java
'. Be careful when usingoptions -o and -s
java
together, because Jad can accidentally overwriteyour own source files.Jad uses
JAVA
class name as an output file name. For example, if classfile 'example1.class' contains
JAVA
class 'test1' then Jad will createfile 'test1.jad' rather than 'example1.jad'. If you want to specifyyour own output file name use the output re
dir
ection: jad -p example1.class > myexm1.
java
Option -d allows you to specify another
dir
ectory for output files,which are created, by default, in the current
dir
ectory. For example: jad -o -dtest -s
java
*.class (or jad -o -d test -s
java
*.class, which has the same effect)This command decompiles all .class files in the current
dir
ectory <
jdk1.7 64位官方版 jdk-7u79-linux-x64.tar.gz
jdk1.7 64位官方正式版 jdk-7u79-linux-x64.tar.gz
spring-boot-maven-plugin:<unknown> 插件
找
不到
的解决办法
在pom文件中引入该插件的
时
候一直报错,我最终解决的办法是给定了一个版本,代码如下就解决了,我尝试了其他的版本不可以,就只有这个成功解决了 <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <...
IDEA创建SpringBoot项目整合mybatis
时
mysql-con
ne
ctor-j报错异常分析
For artifact {com.mysql:mysql-con
ne
ctor-j:null:jar}: The version cannot be empty.报错异常分析
JDK8引进的
JVM
参数变化记录
1.PermGen空间被移除了,取而代之的是Metaspace 需要做的调整为-XX:PermSize=64m -XX:MaxPermSize=128m 变成 -XX:MetaspaceSize=64m -XX:MaxMetaspaceSize=128m 否则起不来 2.CompressedClassSpaceSize = 1073741824 (1024.0MB) 多出了这块, Compr
Java EE
67,541
社区成员
225,857
社区内容
发帖
与我相关
我的任务
Java EE
J2EE只是Java企业应用。我们需要一个跨J2SE/WEB/EJB的微容器,保护我们的业务核心组件(中间件),以延续它的生命力,而不是依赖J2SE/J2EE版本。
复制链接
扫一扫
分享
社区描述
J2EE只是Java企业应用。我们需要一个跨J2SE/WEB/EJB的微容器,保护我们的业务核心组件(中间件),以延续它的生命力,而不是依赖J2SE/J2EE版本。
社区管理员
加入社区
获取链接或二维码
近7日
近30日
至今
加载中
查看更多榜单
社区公告
暂无公告
试试用AI创作助手写篇文章吧
+ 用AI写文章