hi,
thanks, that problem is sorted out now.
but j2ee.bat gives the error : " set java_home to the path of valid jdk "
please help me out to solve this
these are my batch files
----------------------------------------------
setenv.bat
----------
rem
rem Set JAVA_HOME and J2EE_HOME before running this script.
rem
set JAVA_HOME=\jdk1.3
set J2EE_HOME=\j2sdkee1.2.1
rem first include user-specified definitions.
call %J2EE_HOME%\bin\userconfig.bat
set LIBDIR=%J2EE_HOME%\lib
set LOCALEDIR=%J2EE_HOME%\lib\locale
set CLOUDSCAPE_INSTALL=%LIBDIR%\cloudscape
set CLASSESDIR=%LIBDIR%\classes
set J2EEJARS=%LIBDIR%\j2ee.jar
set JAVART=%JAVA_HOME%\jre\lib\rt.jar
set JAVATOOLS=%JAVA_HOME%\lib\tools.jar
set SYSTEMJARS=%JAVART%;%JAVATOOLS%
set
CLOUDJARS=%CLOUDSCAPE_INSTALL%\RmiJdbc.jar;%CLOUDSCAPE_INSTALL%\client.jar
set JAVAHELPJARS=%LIBDIR%\jhall.jar
set
CPATH=%CLASSESDIR%;%LOCALEDIR%;%J2EEJARS%;%SYSTEMJARS%;.;%J2EE_CLASSPATH%;%C
LOUDJARS%;%JAVAHELPJARS%
set JAVACMD=%JAVA_HOME%\bin\java -Xmx128m
rem Comment the following line to turn on the JIT
set JAVA_COMPILER=NONE
----------------------------------------------
userconfig.bat
--------------
rem J2EE_CLASSPATH is appended to the classpath referenced by the EJB
server.
rem J2EE_CLASSPATH must include the location of the JDBC driver classes
rem (except for the Cloudscape driver shipped with this release).
rem Each directory is delimited by a semicolon.
rem
set J2EE_CLASSPATH=\j2sdk1.2.1\j2ee.jar;
rem
rem JAVA_HOME refers to the directory where the Java(tm) 2 SDK
rem Standard Edition software is installed.
rem
set JAVA_HOME=\jdk1.3;
rem
----------------------------------------------
----------------------------------------------
----- Original Message -----
From: Jiger Patel <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, February 01, 2001 11:20 AM
Subject: Re: help me : J2EE configuration
> Hi Arvind,
> Win95/98 keeps a very small memory space for user variable
> so classpath setting etc is making it go out of space. Increase the memory
> by right clicking the shortcut, click on memory tab, & increase the Intial
> Environment to something big say 2560 or so & then run it will work.
>
> Bye,
> Jiger
>
> Join ServerSide-India JUG at http://ServerSideIndia.patelsoftware.com
>
>
>
>
> >From: Aravind <[EMAIL PROTECTED]>
> >Reply-To: "A mailing list for discussion about Sun Microsystem's Java
> > Servlet API Technology." <[EMAIL PROTECTED]>
> >To: [EMAIL PROTECTED]
> >Subject: help me : J2EE configuration
> >Date: Thu, 1 Feb 2001 11:13:18 +0530
> >
> >i want to deploy me first EJ bean using J2EE
> >but executing J2ee -verbose command gives "out of environment space set
> >java_home to the path of valid jdk" error
> >
> >i tried with giving java_home as c:\jdk1.2 and c:\jdk1.3. but doesnt
work
> >out
> >
> >(im using win 98, J2EE 1.2.1, jdk and i have jdk1.2 and jdk1.3 )
> >
> >please help me out to solve this
> >Thanks in advance
> >Aravind
> >----------------------------------------------
> >
>
>___________________________________________________________________________
> >To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> >of the message "signoff SERVLET-INTEREST".
> >
> >Archives: http://archives.java.sun.com/archives/servlet-interest.html
> >Resources: http://java.sun.com/products/servlet/external-resources.html
> >LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>
> _________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
>
___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html