The point here is that my classpath is very big and even using environment variables winnt complain about it.
> ---------- > De: Shapira, Yoav[SMTP:[EMAIL PROTECTED] > Responder: Tomcat Users List > Enviada: sexta-feira, 12 de dezembro de 2003 10:47 > Para: Tomcat Users List > Assunto: RE: new JVM feature, just an idea > > > Howdy, > You can use the environment variables on windows as well. And FYI, though > I'm not a big M$ fan, Windows XP and 2003 are not bad, I've been working > with them a bit without stability problems. > > Yoav Shapira > Millennium ChemInformatics > > > >-----Original Message----- > >From: Edson Alves Pereira [mailto:[EMAIL PROTECTED] > >Sent: Friday, December 12, 2003 9:16 AM > >To: 'Tomcat-User List' > >Subject: new JVM feature, just an idea > > > > Hello folks, as you know windows has a limit for command-line ( > >something like 128kb ), i�m not a windows fan, but here for a while i > still > >using this OS. > > > > Then as we cannot change this behaviour ( in win95, win98 and winnt, > >others i don�t known and i hope never use them ), would be a good idea > make > >JVM read classpath form a file named .javarc like .bash_profile and there > >create a entrypoint like: > > > >########################################################### > >#/home/edson/.javarc > > > >classpath=d:\arquiv~1\j2sdk1.4.1_01\commapi\comm.jar;\ > >d:\usr\local\skinlf-1.2.4\lib\skinregion.jar;\ > >d:\usr\local\skinlf-1.2.4\lib\skinlf.jar;\ > >d:\usr\local\ecs-1.4.1\lib\xerces-1.2.2.jar;\ > >d:\usr\local\ecs-1.4.1\lib\jakarta-regexp-1.2.jar;\ > >d:\usr\local\ecs-1.4.1\ecs-1.4.1.jar;\ > >d:\usr\local\java_cup\java_cup.jar;\ > >d:\usr\local\hsqldb_v.1.61\lib\hsqldb.jar;\ > >d:\usr\local\junit3.7\junit.jar;\ > >d:\usr\local\jakarta\apache-ant-1.5.4\lib\xmltask.jar;\ > >d:\usr\local\jakarta\apache-ant-1.5.4\lib\xml-apis.jar;\ > >d:\usr\local\jakarta\apache-ant-1.5.4\lib\xercesImpl.jar;\ > >d:\usr\local\jakarta\apache-ant-1.5.4\lib\optional.jar;\ > >d:\usr\local\jakarta\apache-ant-1.5.4\lib\ant.jar; > >########################################################### > > > > Here i give up to find a solution for my winnt, because there isn�t > >solution. Then i�ll create a new ClassLoader for my winnt machine to find > >my > >classpath in this file also. What do you think about it? Does it could be > a > >good implementation for JVM for windows or all JVMs? > > > > Regards, > > Edson > > > > This e-mail, including any attachments, is a confidential business > communication, and may contain information that is confidential, > proprietary and/or privileged. This e-mail is intended only for the > individual(s) to whom it is addressed, and may not be saved, copied, > printed, disclosed or used by anyone else. If you are not the(an) > intended recipient, please immediately delete this e-mail from your > computer system and notify the sender. Thank you. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >
