(Answer) (Category) FAQ-O-Matic : (Category) JBuilder 4 Known Bugs :
Team/CVS Project Create Module fails on Windows 2000
JBuilder's CVS support is using a form of Runtime.exec() which does not handle paths with spaces.
 
Windows 2000's user.home path contains, in part,
 
  C:\Documents and Settings
The command line JBuilder is attempting to execute is:
 
  C:\Documents and Settings\...\cvscmd.bat
 
The Runtime.exec() call is parsing the string and assuming the first space delimits the command from the parameters. So, the JVM is trying to execute the command "C:\Documents" instead.
 
The workaround for this problem is to force JBuilder to use a different directory for user.home. Create a directory, say:
 
  C:\MyProfiles\myname
 
Or select something which already exists and which contains NO spaces in its path.
 
Now edit JBuilder4/bin/jdk.config and add the following line at the end of the file:
 
  vmparam -Duser.home=C:\MyProfiles\myname
This will create a new user.home location for JBuilder. JBuilder will ask you to re-enter your License information, and it will lose any customizations stored in your original .jbuilder4 directory. (You may be able to copy the contents of the original .jbuilder4 directory to the new location, but I haven't tested this. Beware any paths stored within any of those files, they may point back to the old location.)
 
Another possibility would be to change the location of your Windows user profile.
2001-Jan-22 7:25pm gyles19@visi.com
[Append to This Answer]
2001-Jan-22 7:25pm
Previous: (Answer) I'm using a non-English keyboard and JBuilder's license dialog won't accept the ? character.
Next: (Answer) Compiler Error: "Error #: 2301 : internal compiler error: java.lang.NullPointerException"
This document is: http://www.visi.com/~gyles19/cgi-bin/fom.cgi?file=68
[Search] [Appearance]
This is a Faq-O-Matic 2.709.
This FAQ administered by gyles19@visi.com.

Other JBuilder Links

Java Community
Java Tools
Code Central
JB OpenTools
Community
Recent
Threads
Borland Chat
Chat FAQ
Feature Matrices
3.0 |  3.5 |  4.0
5.0 |  6.0 |  7.0
Shop for
JBuilder
JBuilder
Downloads
and reg keys
Report Piracy
Online Manuals
4.0 |  5.0 |  6.0
7.0
Borland
DevSupport's
Bug/RFE Form

Quality Central Client
JB Patches &
Updates
JBuilder FAQs TIs
JBuilder
Newsgroups
Tamaracka's
News Archive
Mr. Haki's
JBuilder Machine
JGuru's
JBuilder FAQ
Sun's Bug
Parade
Netring Home - About - Privacy
The
JBuilder Netring Logo
The Borland JBuilder Netring by JBuilder FAQ-O-Matic
[ Join Now | List Sites | Random | << Prev | Next >> ]
[ Previous 5 Sites | Skip Previous | Skip Next | Next 5 Sites ]