src/Java.st
branchjk_new_structure
changeset 758 be8e84381ce0
parent 756 dd9543675518
child 877 f5a5b93e1c78
--- a/src/Java.st	Sat Apr 09 07:28:53 2011 +0000
+++ b/src/Java.st	Sat Apr 09 11:33:24 2011 +0000
@@ -223,7 +223,7 @@
 
     CacheDirectory ifNil:[
         CacheDirectory := Filename homeDirectory / '.smalltalk' / 'libjava' / 'caches' /
-            ((stx_libjava svnRepositoryUrlBase copyReplaceAll:$/ with:$_) replaceAll:$: with:$_)
+            (((Smalltalk at:#stx_libjava) svnRepositoryUrlBase copyReplaceAll:$/ with:$_) replaceAll:$: with:$_)
     ].
     ^CacheDirectory