|
Hello,
I am trying to install Inline Java on windows xp pro and I am having a little problem. Probably something obvious, but not for me yet :-/
Here is my command error I get after ny nmake run. Thanks for any help.
H:\__WORK~1\_SUPPORT\Inline-Java-0.53_90>nmake
Microsoft (R) Program Maintenance Utility Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.
"C:\Program Files\Java\jdk1.6.0_21\bin\javac.exe" -deprecation -g -d Java\classes Java\sour
+ces\org\perl\inline\j
ava\*.java
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
"C:\Program Files\Java\jdk1.6.0_21\bin\jar.exe" cf Java\InlineJavaServer.jar -C Java\classe
+s org -C Java\classes
InlineJava.properties
"C:\Program Files\Java\jdk1.6.0_21\bin\jar.exe" cf Java\InlineJavaUser.jar -C Java\classes
+InlineJavaUserClassLi
nk.class
syntax error at -e line 1, near "'755')
"
Missing right curly or square bracket at -e line 1, at end of line
Execution of -e aborted due to compilation errors.
NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0xff'
Stop.
|