[Ikvm-developers] Problem with Mono
Brought to you by:
jfrijters
|
From: Mark E. <mar...@bl...> - 2003-09-11 21:44:36
|
I know this is probably me being a dumb ass, but when I try running the
following program with Mono on GNU/Linux, I get a permission denied
error:
//Hello2.java
public class Hello2
{
public static void main(String args[])
{
System.out.println("Hello from Java!");
cli.System.Console.WriteLine("Hello from .NET!");
}
}
It compiles with the following command:
javac Hello2.java -classpath ../classpath/mscorlib.jar
But when I try to run it as follows:
Mono ikvm.exe -cp .;/../classpath/mscorlib.jar Hello2
I get the error message:
bash: ../classpath/mscorlib.jar: Permission denied
If anyonw has any suggestions then I would be very grateful
TIA
Mark
______________________________________
mar...@bl...
|