  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Struts - A MVC web framework | | Tomcat - JSP/Servlet container | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | | JSP - A mailing list about Java Server Pages specification and reference | |
Struts & Hibernate
|
|
|
  | | | weblogic.ejbc | weblogic.ejbc 2003-11-19 - By SasiDharma Tharmarajah
Back Hi add tools.jar location in path sasi
-- --Original Message-- -- From: Ritesh_Srivastava [mailto:Ritesh_Srivastava@(protected)] Sent: Wednesday, November 19, 2003 6:03 PM To: J2EE-INTEREST@(protected) Subject: weblogic.ejbc
Hi, While doing weblogic.ejbc on Weblogic8.1 server, I am getting error as [java] Compiler class: 'com.sun.tools.javac.Main', not found [java] java.lang.ClassNotFoundException : com.sun.tools.javac.Main. Build file location which is giving the error is:
<java classname="weblogic.ejbc" fork="yes" > <arg value="-J-mx128m"/> <arg value="${jar}/${jar.name.SEC}${jar.naked.suffix}"/> <arg value="${jar}/${jar.name.SEC}${jar.ejb.suffix}.jar"/> <classpath> <pathelement path="${classpath.jar}"/> <pathelement path="${classpath.weblogic}"/> <pathelement location="${jar}/${jar.name.EAMClient}.jar"/> </classpath> </java>
The same command works fine when I use Weblogic6.1. Any clues? Regards Ritesh
**************************************************************************
This email (including any attachments) is intended for the sole use of the intended recipient/s and may contain material that is CONFIDENTIAL AND PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or distribution or forwarding of any or all of the contents in this message is STRICTLY PROHIBITED. If you are not the intended recipient, please contact the sender by email and delete all copies; your cooperation in this regard is appreciated.
**************************************************************************
=========================================================================== To unsubscribe, send email to listserv@(protected) and include in the body of the message "signoff J2EE-INTEREST". For general help, send email to listserv@(protected) .sun.com and include in the body of the message "help".
=========================================================================== To unsubscribe, send email to listserv@(protected) and include in the body of the message "signoff J2EE-INTEREST". For general help, send email to listserv@(protected) and include in the body of the message "help".
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859 (See http://iso-8859.ora-code.com)-1">
<META content="MSHTML 6.00.2800.1276" name=GENERATOR> <STYLE>@(protected) Section1 {size: 8.5in 11.0in; margin: 1.0in 1.25in 1.0in 1.25in; } P.MsoNormal { FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman" } LI.MsoNormal { FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman" } DIV.MsoNormal { FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman" } A:link { COLOR: blue; TEXT-DECORATION: underline } SPAN.MsoHyperlink { COLOR: blue; TEXT-DECORATION: underline } A:visited { COLOR: purple; TEXT-DECORATION: underline } SPAN.MsoHyperlinkFollowed { COLOR: purple; TEXT-DECORATION: underline } SPAN.EmailStyle17 { COLOR: windowtext; FONT-FAMILY: Arial } DIV.Section1 { page: Section1 } </STYLE> </HEAD> <BODY lang=EN-US vLink=purple link=blue> <DIV><SPAN class=991380013-19112003><FONT face=Arial color=#0000ff size=2>Hi </FONT></SPAN></DIV> <DIV><SPAN class=991380013-19112003><FONT face=Arial color=#0000ff size=2>add tools.jar location in path</FONT></SPAN></DIV> <DIV><SPAN class=991380013-19112003><FONT face=Arial color=#0000ff size=2></FONT></SPAN> </DIV> <DIV><SPAN class=991380013-19112003><FONT face=Arial color=#0000ff size=2>sasi</FONT></SPAN></DIV> <BLOCKQUOTE dir=ltr style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px"> <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma size=2>-- --Original Message-- --<BR><B>From:</B> Ritesh_Srivastava [mailto:Ritesh_Srivastava@(protected)]<BR><B>Sent:</B> Wednesday, November 19, 2003 6:03 PM<BR><B>To:</B> J2EE-INTEREST@(protected)<BR><B>Subject:</B> weblogic.ejbc<BR><BR></FONT></DIV> <DIV><SPAN class=593390012-19112003><FONT face=Arial size=2>Hi,</FONT></SPAN></DIV> <DIV><SPAN class=593390012-19112003><FONT face=Arial size=2>   ; While doing weblogic.ejbc on Weblogic8.1 server, I am getting error as</FONT></SPAN></DIV> <DIV><SPAN class=593390012-19112003><FONT face=Arial size=2> [java] Compiler class: 'com.sun.tools.javac.Main', not found<BR> [java] java.lang.ClassNotFoundException : com.sun.tools.javac.Main.</FONT></SPAN></DIV> <DIV><SPAN class=593390012-19112003><FONT face=Arial size=2></FONT></SPAN> </DIV> <DIV><SPAN class=593390012-19112003><FONT face=Arial size=2>   ; Build file location which is giving the error is:</FONT></SPAN></DIV> <BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"> <DIV><SPAN class=593390012-19112003><FONT face=Arial size=2> <java classname="weblogic.ejbc" fork="yes" ><BR> <arg value="-J-mx128m"/><BR> <arg value="${jar}/${jar.name.SEC}${jar.naked.suffix}"/><BR>   ;<arg value="${jar}/${jar.name.SEC}${jar.ejb.suffix}.jar"/><BR> <classpath><BR> <pathelement path="${classpath.jar}"/><BR> <pathelement path="${classpath.weblogic}"/><BR> < ;pathelement location="${jar}/${jar.name.EAMClient}.jar"/><BR> < /classpath><BR> </java></FONT></SPAN></DIV></BLOCKQUOTE> <DIV><SPAN class=593390012-19112003><FONT face=Arial size=2> The same command works fine when I use Weblogic6.1.</FONT></SPAN></DIV> <DIV><SPAN class=593390012-19112003><FONT face=Arial size=2> Any clues?</FONT></SPAN></DIV> <DIV><SPAN class=593390012-19112003><FONT face=Arial size=2></FONT></SPAN> </DIV> <DIV><SPAN class=593390012-19112003><FONT face=Arial size=2>Regards</FONT></SPAN></DIV> <DIV><SPAN class=593390012-19112003><FONT face=Arial size=2>Ritesh</FONT></SPAN></DIV> <P><FONT face=Arial size=2>********************************************************************** **** </FONT></P> <P><FONT face=Arial size=2>This email (including any attachments) is intended for the sole use of the intended recipient/s and may contain material that is CONFIDENTIAL AND PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or distribution or forwarding of any or all of the contents in this message is STRICTLY PROHIBITED. If you are not the intended recipient, please contact the sender by email and delete all copies; your cooperation in this regard is appreciated.</FONT></P> <P><FONT face=Arial size=2>********************************************************************** ****</FONT></P>================================================================= ========== To unsubscribe, send email to listserv@(protected) and include in the body of the message "signoff J2EE-INTEREST". For general help, send email to listserv@(protected) and include in the body of the message "help". <P></P></BLOCKQUOTE></BODY></HTML> =========================================================================== To unsubscribe, send email to listserv@(protected) and include in the body of the message "signoff J2EE-INTEREST". For general help, send email to listserv@(protected) and include in the body of the message "help". <p>
|
|
 |