Ok, Java 6 did the job. Now on to the next problems.
1. I had remove "subsonic-booter" and "subsonic-installer" from the parent pom, because these include calls to native programs which i don't own and which probably wouldn't run on Linux. Since i don't need a installer or booter (just the war), this should not be a problem, right? (Btw. isn't it dangerous to provide your exe2j license to public?)
2. "subsonic-flex" wont't compile.
- Code: Select all
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] One or more required plugin parameters are invalid/missing for 'flex2:compile-swf'
[0] Inside the definition for plugin 'maven-flex2-plugin' specify the following:
<configuration>
...
<flexHome>VALUE</flexHome>
</configuration>
-OR-
on the command line, specify: '-Dflex.home=VALUE'
Do i have to download and install flex manually and provide the "flex.home" property or can i remove the module, because i don't use the flash player?