当前位置: 技术问答>初次使用VMWare,高兴,进来拿分。用过的进来提建议,没用的看看。
iis7站长之家
######大家进来拿分吧###############
来源: 互联网 发布时间:2015-07-10
本文导语: 我用Jbuild5+weblogic5.1开发一个实体bean,生成.java文件后报以下两个错误,我以前用时是可以的,请问各位到底是怎么回事呀,很急,很急!!!! 1、"test1.ejbgrp": ERROR: Error from ejbc: ERROR: The classes which ejbc generated...
我用Jbuild5+weblogic5.1开发一个实体bean,生成.java文件后报以下两个错误,我以前用时是可以的,请问各位到底是怎么回事呀,很急,很急!!!!
1、"test1.ejbgrp": ERROR: Error from ejbc: ERROR: The classes which ejbc generated from your home and remote interfaces cannot be loaded. Please ensure that you have set the -d option to a writeable directory.
2、"test1.ejbgrp": ERROR: ejbc found errors
1、"test1.ejbgrp": ERROR: Error from ejbc: ERROR: The classes which ejbc generated from your home and remote interfaces cannot be loaded. Please ensure that you have set the -d option to a writeable directory.
2、"test1.ejbgrp": ERROR: ejbc found errors
|
Usage: java [-options] class [args...]
(to execute a class)
or java -jar [-options] jarfile [args...]
(to execute a jar file)
where options include:
-client to select the "client" VM
-server to select the "server" VM
-hotspot is a synonym for the "client" VM [deprecated]
The default VM is client.
-cp -classpath
set search path for application classes and resources
-D=
set a system property
-verbose[:class|gc|jni]
enable verbose output
-version print product version and exit
-showversion print product version and continue
-? -help print this help message
-X print help on non-standard options
-ea[:...|:]
-enableassertions[:...|:]
enable assertions
-da[:...|:]
-disableassertions[:...|:]
disable assertions
-esa | -enablesystemassertions
enable system assertions
-dsa | -disablesystemassertions
disable system assertions
是不是-D参数的问题?
(to execute a class)
or java -jar [-options] jarfile [args...]
(to execute a jar file)
where options include:
-client to select the "client" VM
-server to select the "server" VM
-hotspot is a synonym for the "client" VM [deprecated]
The default VM is client.
-cp -classpath
set search path for application classes and resources
-D=
set a system property
-verbose[:class|gc|jni]
enable verbose output
-version print product version and exit
-showversion print product version and continue
-? -help print this help message
-X print help on non-standard options
-ea[:...|:]
-enableassertions[:...|:]
enable assertions
-da[:...|:]
-disableassertions[:...|:]
disable assertions
-esa | -enablesystemassertions
enable system assertions
-dsa | -disablesystemassertions
disable system assertions
是不是-D参数的问题?
|
直接用你的程序生成的jar文件配置试试,运行与测试没问题就可以了。
|
好象你打包不对,因为在jdk中编译时,带包的要 带-d参数。
你可以看看是不是你jbuilder配置的不对。
你可以看看是不是你jbuilder配置的不对。
|
把文件属性改成可写的,因为你的文件属性现在是只读的。
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。