することはできません:私は、その後私はWindows上で以下のディレクトリ内のファイルmale_female.clj持っロードファイル
U:\>c:
C:\>cd C:\Documents and Settings\vreinpa\My Documents\Books\ProgrammingClojure\code\src\examples
:REPLを起動する前に
C:\Documents and Settings\vreinpa\My Documents\Books\ProgrammingClojure\code\src\examples
を、私はそのディレクトリに切り替えREPLを起動します。
C:\Documents and Settings\vreinpa\My Documents\Books\ProgrammingClojure\code\src\examples>lein repl
Warning: classpath not declared dynamic and thus is not dynamically rebindable, but its name suggests otherwise. Please either indicate ^:dynamic classpath or change the name.
REPL started; server listening on localhost:13278.
私は、ファイルをロードしようとするが、次のエラーを取得する:
user=> (load-file "male_female.clj")
user=> FileNotFoundException male_female.clj (The system cannot find the file specified) java.io.FileInputStream.open (:-2)
私はここで間違っていますか?ファイルはREPLを開始する前に私が変更したディレクトリにあります。