first startup, compiler errors
in
Android Processing
•
3 years ago
hi there,
i am trying to run a simple program with android processing on the emulator. but unfortunatly i can't compile the code correctly. it throws a lot of errors... here are the output of the first lines:
it says that it can't run javac.exe. i added the enviroment variables that the path variable contains the jdk path and i also added the java_home variable. so in conclusion i can run javac.exe from cmd but i still get the error above.
i am using windows7 64bit and downloaded the latest version from the processing android website.
any ideas?
thanks in advanced
b_we
i am trying to run a simple program with android processing on the emulator. but unfortunatly i can't compile the code correctly. it throws a lot of errors... here are the output of the first lines:
- Android SDK Tools Revision 6
- Project Target: Google APIs
- Vendor: Google Inc.
- Platform Version: 2.1-update1
- API level: 7
- Importing rules file: C:\devel_src\android-sdk-windows\platforms\android-2.1\ant\ant_rules_r2.xml
- BUILD FAILED
- C:\devel_src\android-sdk-windows\platforms\android-2.1\ant\ant_rules_r2.xml:255: Error running javac.exe compiler
- Total time: 0 seconds
- C:\devel_src\android-sdk-windows\platforms\android-2.1\ant\ant_rules_r2.xml:255: Error running javac.exe compiler
- at org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter.executeExternalCompile(DefaultCompilerAdapter.java:509)
- at org.apache.tools.ant.taskdefs.compilers.JavacExternal.execute(JavacExternal.java:61)
- at
it says that it can't run javac.exe. i added the enviroment variables that the path variable contains the jdk path and i also added the java_home variable. so in conclusion i can run javac.exe from cmd but i still get the error above.
i am using windows7 64bit and downloaded the latest version from the processing android website.
any ideas?
thanks in advanced
b_we
2