Compiling plugins with java 6?
This is a locked post that has been migrated from our previous forum. Please start a new post if you would like to continue the discussion.
Geneious User:
I have Mac OS Lion and as far as I know the only Java platform available for it is Java 1.6. So far its working fine for plugin development but I wonder if I can distribute a plugin compiled against Java 1.6 or if I need to use java 1.5.
Geneious Support:
Hi Mike,
I'm actually in the same situation and the good news is we're going to drop Java 5 soon. However, there is a command line arg (target="1.5" which you should see in our ant scripts) to tell Java 6 to compile Java 5 compatible code.
If you want to test a build, I have a Leopard machine I can test on.
Shane
Geneious User:
Now that you mention it, I have a Leopard machine to test on too. Moving to Java 6 or 7 would be good. I wonder if that opens up the possibility of using JavaFX in plugins.
Geneious User:
I have Mac OS Lion and as far as I know the only Java platform available for it is Java 1.6. So far its working fine for plugin development but I wonder if I can distribute a plugin compiled against Java 1.6 or if I need to use java 1.5.
Geneious Support:
Hi Mike,
I'm actually in the same situation and the good news is we're going to drop Java 5 soon. However, there is a command line arg (target="1.5" which you should see in our ant scripts) to tell Java 6 to compile Java 5 compatible code.
If you want to test a build, I have a Leopard machine I can test on.
Shane
Geneious User:
Now that you mention it, I have a Leopard machine to test on too. Moving to Java 6 or 7 would be good. I wonder if that opens up the possibility of using JavaFX in plugins.
0
Post is closed for comments.
Comments
0 comments