📄 如何搭建j2ee开发环境(2).htm
字号:
style="BORDER-BOTTOM: #e2e3e4 1px solid; BORDER-LEFT: #e2e3e4 1px solid; BORDER-RIGHT: #e2e3e4 1px solid; BORDER-TOP: #e2e3e4 1px solid"
width=580>
<TBODY>
<TR>
<TD bgColor=#e2e3e4 class=content height=21><IMG height=5 src=""
width=10><IMG align=absMiddle height=13
src="如何搭建J2EE开发环境(2).files/icon_1.gif" width=14> 相关评论</TD></TR>
<TR>
<TD bgColor=#ffffff vAlign=top>
<TABLE bgColor=#e1e1e1 border=0 cellPadding=1 cellSpacing=1
class=Name02 width="100%">
<TBODY>
<TR>
<TD bgColor=#ffffff height=23>1.没有getName()方法,自己写一个嘛<SPAN
class=content01> (<A
href="mailto:jack8812@163.com">jack8812</A> Apr 15, 2003
11:06:36 AM)</SPAN></TD></TR>
<TR>
<TD bgColor=#ffffff height=23>2.我的同同第二个一样,创建客户端测试时,提示"Method
getName() not found in class testses.TestSesTestClient at line
124",怎么回事呀!!请帮帮忙.....<SPAN class=content01> (<A
href="mailto:mengzhihai@163.com">haizzi</A> Mar 28, 2003
10:49:26 AM)</SPAN></TD></TR>
<TR>
<TD bgColor=#ffffff
height=23>3.我照上面做了。可是在编译这个项目--选择Project下的Make Project
TestSes.jpx时报如下信息:"TestSesMod.ejbgrpx": Spaces in the
temporary directory path may cause WebLogic EJBC utility to
produce fatal compile errors."TestSesMod.ejbgrpx":
D:\bea\jdk131_06\bin\javaw -classpath
"D:\bea\weblogic700\server\lib\weblogic_sp.jar;D:\bea\weblogic700\server\lib\weblogic.jar;"
weblogic.ejbc -keepgenerated -compiler D:/JBuilder7/bin/bcjW
E:/yiun/work/test/EJBTest/TestSes/TestSesMod.jar.jar
E:/yiun/work/test/EJBTest/TestSes/TestSesMod.jar"TestSesMod.ejbgrpx":
ERROR: Error from ejbc: 文件名、目录名或卷标语法不正确。"TestSesMod.ejbgrpx":
ERROR: ejbc found errors请问各位大虾是什么原因?谢谢!<SPAN class=content01>
(<A href="mailto:yiun@eyou.com">yiun</A> Mar 27, 2003
11:49:22 AM)</SPAN></TD></TR>
<TR>
<TD bgColor=#ffffff height=23>4.我怎么不能成功??客户端测试程序中的语句“String
name=client.getName();”出错,类TestSesTestClient没有方法getName()。多谢多谢。<SPAN
class=content01> (<A
href="mailto:sagaman@ccidnet.com">sagaman</A> Mar 17,
2003 8:28:20 PM)</SPAN></TD></TR>
<TR>
<TD bgColor=#ffffff
height=23>5.按照以上的方法成功了。只是不需要也没有找到那几个包。<SPAN class=content01>
(<A href="mailto:cd@163.com">cdliukui</A> Feb 20, 2003
11:54:28 AM)</SPAN></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><!-- 包含相关评论结束 -->
<TABLE align=center border=0 cellPadding=0 cellSpacing=0 width=580>
<TBODY>
<TR>
<TD> </TD></TR></TBODY></TABLE><!-- 包含评论表开始-->
<TABLE align=center border=0 cellPadding=0 cellSpacing=0
style="BORDER-BOTTOM: #e2e3e4 1px solid; BORDER-LEFT: #e2e3e4 1px solid; BORDER-RIGHT: #e2e3e4 1px solid; BORDER-TOP: #e2e3e4 1px solid"
width=580>
<TBODY>
<TR>
<TD bgColor=#e2e3e4 class=content01 height=23 width=489><IMG
height=5 src="" width=20>发表评论:</TD>
<TD bgColor=#e2e3e4 class=content01 width=103><A
href="http://developer.ccidnet.com/pub/disp/ListComment?articleID=27801&articleURL=/pub/disp/Article?columnID=295$articleID=27801$pageNO=2&articleTitle=如何搭建J2EE开发环境&channelid=287"
target=_blank>查看更多评论</A></TD></TR>
<TR>
<TD align=middle class=content colSpan=2>
<TABLE align=center border=0 cellPadding=0 cellSpacing=5
class=content width=580>
<FORM action="" method=post name=form2><INPUT name=articleURL
type=hidden
value=/pub/disp/Article?columnID=295$articleID=27801$pageNO=2>
<INPUT name=articleTitle type=hidden value=如何搭建J2EE开发环境> <INPUT
name=articleID type=hidden value=27801>
<TBODY>
<TR>
<TD height=18 noWrap width=90><FONT
color=#990000>*</FONT>姓 名:</TD>
<TD height=18 width=200><INPUT name=username></TD>
<TD height=18 noWrap width=90><FONT
color=#990000>*</FONT>电子邮件:</TD>
<TD height=18 width=200><INPUT name=email></TD></TR>
<TR>
<TD colSpan=4 width=400><TEXTAREA cols=73 name=content rows=4>请在此填写您的评论</TEXTAREA>
</TD></TR>
<TR>
<TD width=90> </TD>
<TD width=200> </TD>
<TD width=90> </TD>
<TD width=200> <INPUT name=Submit onclick=javascript:submitForm() type=button value=提交>
<INPUT name=Submit2 type=reset value=重填>
</TD></TR></FORM></TBODY></TABLE></TD></TR></TBODY></TABLE>
<SCRIPT language=JavaScript><!-- function IsEmail(str) { var nLen; var nCnt1, nCnt2; nCnt1=0; nCnt2=0; nLen = str.length; for(var i=0; i<nLen; i++) { if(str.charAt(i)==' ') { return false; } if(str.charAt(i)=='\'' || str.charAt(i)=='\"') { return false; } if(str.charAt(i)=='<' || str.charAt(i)=='>' ) { return false; } if(str.charAt(i)=='@') { nCnt1++; } if(str.charAt(i)=='.') { nCnt2++; } } if( nCnt1!=1 || nCnt2<1) { return false; } else return true; } function ValidateInput(){ if(document.form2.username.value == '') { alert("请填写姓名"); document.form2.username.focus(); return false; } if (IsEmail(document.form2.email.value)==false) { alert("请正确输入您的邮箱地址!"); document.form2.email.focus(); return (false); } return true; }//--></SCRIPT>
<SCRIPT language=JavaScript><!--function submitForm(){ if (ValidateInput()) { url = "Comment?username=" + document.form2.username.value + "&email=" + document.form2.email.value; url = url + "&articletitle=" + document.form2.articleTitle.value; url = url + "&content=" + document.form2.content.value; url = url + "&articleURL=" + document.form2.articleURL.value; url = url + "&channelid=287"; window.open(url,'用户点评提交成功','width=400,height=300') }}//--></SCRIPT>
<!-- 包含评论表结束-->
<TABLE align=center border=0 cellPadding=0 cellSpacing=0 width=580>
<TBODY>
<TR>
<TD> </TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
<TABLE align=center border=0 cellPadding=0 cellSpacing=0 height=16 width=760>
<TBODY>
<TR>
<TD bgColor=#cccc98 height=8 width=760></TD></TR>
<TR>
<TD bgColor=#ffffff height=8 width=760></TD></TR></TBODY></TABLE><!-- 模版文件头 -->
<DIV align=center>
<TABLE align=center border=0 cellPadding=0 cellSpacing=0 height=80 width=760>
<CENTER>
<TBODY>
<TR>
<TD align=middle class=content01 height=15>
<P align=center><A class=content01 href="http://developer.ccidnet.com/"
style="TEXT-DECORATION: none">返回主页</A> <A class=content01
href="http://developer.ccidnet.com/help/webmap.html"
style="TEXT-DECORATION: none">网站地图</A> <A class=content01
href="http://developer.ccidnet.com/help/aboutus.html"
style="TEXT-DECORATION: none">关于我们</A> <A class=content01
href="http://developer.ccidnet.com/help/readme.html"
style="TEXT-DECORATION: none">使用说明</A> <A class=content01
href="http://search.ccidnet.com/"
style="TEXT-DECORATION: none">网站检索</A> <A class=content01
href="mailto:ad@staff.ccidnet.com"
style="TEXT-DECORATION: none">联系广告</A> <A class=content01
href="http://developer.ccidnet.com/pub/disp/Article?columnID=295&articleID=27801&pageNO=2#"
style="TEXT-DECORATION: none">页面上端</A></P></TD></TR>
<TR>
<TD align=middle height=5>
<DIV align=center>
<P align=center><IMG height=2 src="如何搭建J2EE开发环境(2).files/green_dot.gif"
width=444><IMG height=1 src="如何搭建J2EE开发环境(2).files/green_dot.gif"
width=1></P></DIV></TD></TR></CENTER>
<TR>
<TD align=middle class=content01 height=53 vAlign=top>
<P align=center>与我们联系:<A class=content01
href="mailto:webmaster@staff.ccidnet.com">webmaster@staff.ccidnet.com</A>
Tel:8610-88558908<BR>发布广告:<A class=content01
href="mailto:ad@staff.ccidnet.com">ad@staff.ccidnet.com</A>
Tel:8610-88558952<BR><A class=content01
href="http://developer.ccidnet.com/help/copyright.htm">Copyright © 2001
CCIDnet.All rights
reserved.</A></P></TD></TR></TBODY></TABLE></DIV></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -