Re: [flexcoders] Command-line compiler Java errors

2007-01-29 Thread Derek Vadneau
to, try 'java -version' from the command line. I hope this helps, Wagner dos Anjos - Original Message From: Derek Vadneau [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, January 25, 2007 11:53:47 AM Subject: [flexcoders] Command-line compiler Java errors Hi all, I have

Re: [flexcoders] Command-line compiler Java errors

2007-01-28 Thread Wagner dos Anjos
Vadneau [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, January 25, 2007 11:53:47 AM Subject: [flexcoders] Command-line compiler Java errors Hi all, I have Flex Builder 2 but I need to start using the command-line compilers to produce projects

Re: [flexcoders] Command-line compiler Java errors

2007-01-26 Thread Christian Edward Gruber
I would check what version of Java you're running the class in. I suspect that you are using an older or incorrect version of Java and the flex compiler jars are not compatible with it. I can't remember what 48.0 is. Do any of the Adobe folks know what version of Java was used to compile the

[flexcoders] Command-line compiler Java errors

2007-01-25 Thread Derek Vadneau
Hi all, I have Flex Builder 2 but I need to start using the command-line compilers to produce projects that are being integrated with a build system. However, when I try running from the command-line I get this: Exception in thread main java.lang.UnsupportedClassVersionError: flex2/tools/C

Re: [flexcoders] Command-line compiler Java errors

2007-01-25 Thread Shannon Hicks
Sounds to me like you need one of these: http://labs.adobe.com/wiki/index.php/Flex_Ant_Tasks http://labs.adobe.com/wiki/index.php/Flex_Compiler_Shell Just released! Shan Derek Vadneau wrote: Hi all, I have Flex Builder 2 but I need to start using the command-line compilers to produce

Re: [flexcoders] Command-line compiler Java errors

2007-01-25 Thread Derek Vadneau
I tried that before I posted, to no avail - it produces the same error. On 1/25/07, Shannon Hicks [EMAIL PROTECTED] wrote: Sounds to me like you need one of these: http://labs.adobe.com/wiki/index.php/Flex_Ant_Tasks http://labs.adobe.com/wiki/index.php/Flex_Compiler_Shell Just released!

Re: [flexcoders] Command-line compiler Java errors

2007-01-25 Thread Derek Vadneau
My bad. I missed the detail on this page: http://www.adobe.com/products/flex/productinfo/systemreqs/ Requirements for Flex 2 SDK: Windows 2000, XP, or Server 2003, Java 1.4 (Sun, IBM, or BEA) or 1.5 (Sun) I'm going to install JRE 1.4. I'll post back after I've tried again. On 1/25/07, Derek