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

Reply via email to