| View previous topic :: View next topic |
| Author |
Message |
Rudy Guest
|
Posted: Fri Sep 05, 2003 8:39 pm Post subject: VM parameters |
|
|
I am trying to run the following VM parameters:
-Djava.rmi.server.codebase="file:/C:/Documents and
Settings/Rudy/jbproject/DentistRMI/classes/
file:/C:/JBuilder8/lib/dx.jar" -Djava.security.policy=file:/C:/Documents and
Settings/Rudy/jbproject/DentistRMI/SampleRMI.policy
but i am getting the error:
java.lang.NoClassDefFoundError: and
Exception in thread "main"
how can i make the 'Documents and Settings' be seen as one string,
thanks
Rudy
|
|
| Back to top |
|
 |
Petar Guest
|
Posted: Mon Sep 15, 2003 6:44 pm Post subject: Re: VM parameters |
|
|
go to the dos box.
and type dir /x
this will display short and long filenames. Consider using copy/paste from
dos box since it is easy to make a typos while copying ugly names such as
C:DOCUME~1
good luck
"Rudy" <rhentzen (AT) yahoo (DOT) com> wrote
| Quote: | I am trying to run the following VM parameters:
-Djava.rmi.server.codebase="file:/C:/Documents and
Settings/Rudy/jbproject/DentistRMI/classes/
file:/C:/JBuilder8/lib/dx.jar" -Djava.security.policy=file:/C:/Documents
and
Settings/Rudy/jbproject/DentistRMI/SampleRMI.policy
but i am getting the error:
java.lang.NoClassDefFoundError: and
Exception in thread "main"
how can i make the 'Documents and Settings' be seen as one string,
thanks
Rudy
|
|
|
| Back to top |
|
 |
Rudy Guest
|
Posted: Thu Sep 18, 2003 12:37 pm Post subject: Re: VM parameters |
|
|
Cheers for this Petar much appricated, however i dont think i can do the ant
thing, but nevermind...i find a way.
Thanls alot Rudy
"Petar" <petar (AT) usa (DOT) net> wrote
| Quote: | go to the dos box.
and type dir /x
this will display short and long filenames. Consider using copy/paste from
dos box since it is easy to make a typos while copying ugly names such as
C:DOCUME~1
good luck
"Rudy" <rhentzen (AT) yahoo (DOT) com> wrote in message
news:3f58f476$1 (AT) newsgroups (DOT) borland.com...
I am trying to run the following VM parameters:
-Djava.rmi.server.codebase="file:/C:/Documents and
Settings/Rudy/jbproject/DentistRMI/classes/
file:/C:/JBuilder8/lib/dx.jar" -Djava.security.policy=file:/C:/Documents
and
Settings/Rudy/jbproject/DentistRMI/SampleRMI.policy
but i am getting the error:
java.lang.NoClassDefFoundError: and
Exception in thread "main"
how can i make the 'Documents and Settings' be seen as one string,
thanks
Rudy
|
|
|
| Back to top |
|
 |
|