mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
new preproc work for int() et al on arrays.. routes through PApplet
This commit is contained in:
@@ -88,7 +88,7 @@ public class PdeCompiler implements PdeMessageConsumer {
|
||||
// necessary to make output classes compatible with 1.1
|
||||
// i.e. so that exported applets can work with ms jvm on the web
|
||||
"-target",
|
||||
PdePreferences.get("compiler.jdk_version"), //"1.1",
|
||||
PdePreferences.get("preproc.jdk_version"), //"1.1",
|
||||
// let the incompatability headache begin
|
||||
|
||||
// used when run without a vm ("expert" mode)
|
||||
|
||||
Reference in New Issue
Block a user