Creating plugins based on Java 5 Permanently deleted user Created October 17, 2007 15:35 How can I ensure that my plugin is compiled with Java 5?
See http://www.jetbrains.net/confluence/display/IDEADEV/BuildingPluginswithIntelliJIDEA+7.0
Although I think that just passing "-target 1.5" as compiler parameter should work as well (as long as you don't use 1.6 APIs).
Sascha
Hello Johan,
Please refer to the following instructions:
http://www.jetbrains.net/confluence/display/IDEADEV/BuildingPluginswithIntelliJIDEA+7.0
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"