Adds code to get the Scala REPL working

This commit is contained in:
Simon Ochsenreither
2013-01-30 04:21:11 +01:00
parent 0c5471d25e
commit b1eb4b9718
7 changed files with 213 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* Copyright (c) 2008-2012, Avian Contributors
/* Copyright (c) 2008-2013, Avian Contributors
Permission to use, copy, modify, and/or distribute this software
for any purpose with or without fee is hereby granted, provided
@ -16,6 +16,11 @@ public class File implements Serializable {
public static final String separator = FileSeparator;
private static final String PathSeparator
= System.getProperty("path.separator");
public static final String pathSeparator = PathSeparator;
// static {
// System.loadLibrary("natives");
// }