" ... On some Microsoft Windows platforms, the WebLogic configuration tool commands (including wlst, config, pack, and unpack) can fail if the WebLogic installation path contains a space. In this case, the command may fail with a java.lang.ClassNotFoundException, where the class is derived from the portion of the installation path after the space. The commands fail when short file name generation has been disabled in the Windows registry."
My own experience is that there is much better solution of this problem.What's more, if you use the WebCenter Content, short name can make you a lot of unexpected problems.
My solution is:
- Don't use path names with spaces. And if you must to use the resources installed in the "Program Files" directory, simply create a symbolic link, by example:
mklink /D c:\Oracle\JDK "c:\Program Files\Java\JDK 1.6.0.23" - Turn off short names in your Windows machne.
Run regedit.
Navigate to the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem folder.
Double-click NtfsDisable8dot3NameCreation and set its value to 1.
Reboot for the change to take effect.
No comments:
Post a Comment