Re: [flexcoders] Re: Problem using sdk version 3.3

2009-04-22 Thread Tom Chiverton
On Tuesday 21 Apr 2009, arieljake wrote: Thank you Tom, you really helped me a lot. I had to debug something and couldn't debug without that. Thanks. Have you tried running 'dir' on the string you gave for the path, for instance ? -- Helping to centrally implement efficient cutting-edge

[flexcoders] Re: Problem using sdk version 3.3

2009-04-22 Thread arieljake
LOL. This is already fixed. I got it right away after your previous post. No really, thanks Tom. :) --- In flexcoders@yahoogroups.com, Tom Chiverton tom.chiver...@... wrote: On Tuesday 21 Apr 2009, arieljake wrote: Thank you Tom, you really helped me a lot. I had to debug something and

Re: [flexcoders] Re: Problem using sdk version 3.3

2009-04-21 Thread Tom Chiverton
On Tuesday 21 Apr 2009, arieljake wrote: java -jar DMV-source.jar C:\Documents and Settings\All Users\Application Data\Adobe\Flex One of the paths is wrong. -- Helping to autoschediastically synthesize paradigms as part of the IT team of the year, '09 and '08 Tom Chiverton Developer Tel:

[flexcoders] Re: Problem using sdk version 3.3

2009-04-21 Thread arieljake
Thank you Tom, you really helped me a lot. I had to debug something and couldn't debug without that. Thanks. --- In flexcoders@yahoogroups.com, Tom Chiverton tom.chiver...@... wrote: On Tuesday 21 Apr 2009, arieljake wrote: java -jar DMV-source.jar C:\Documents and Settings\All

[flexcoders] Re: Problem using sdk version 3.3

2009-04-20 Thread arieljake
Anyone know why this is happening when i try to expand the data visualization source code? java -jar DMV-source.jar C:\Documents and Settings\All Users\Application Data\Adobe\Flex Exception in thread main java.lang.NoClassDefFoundError: flex/license/Logger Caused by:

[flexcoders] Re: Problem using sdk version 3.3

2009-03-04 Thread markgoldin_2000
Not sure I uderstand how to download and install it. --- In flexcoders@yahoogroups.com, Matt Chotin mcho...@... wrote: Make sure to download the DMV components. On 3/4/09 11:35 AM, markgoldin_2000 markgoldin_2...@... wrote: After pointing Builder to sdk 3.3 I am getting an error:

Re: [flexcoders] Re: Problem using sdk version 3.3

2009-03-04 Thread Matt Chotin
Download from: http://www.adobe.com/products/flex/flexdownloads/ Instructions: http://www.adobe.com/support/documentation/en/flex/3/releasenotes_flex3_sdk.html#Datavisualization On 3/4/09 11:51 AM, markgoldin_2000 markgoldin_2...@yahoo.com wrote: Not sure I uderstand how to download and

[flexcoders] Re: Problem using sdk version 3.3

2009-03-04 Thread markgoldin_2000
I am having problem with: .. Extract the sources for the data visualization components from DMV-source.jar If I open DMV-source.jar with winrar I see folders named Flex and META-INF so java –jar DMV-source.jar C:\Documents and Settings\All Users\Application Data\Adobe\Flex does not create

Re: [flexcoders] Re: Problem using sdk version 3.3

2009-03-04 Thread Matt Chotin
Java -jar will actually run the executable code that's included within that JAR. It requires the license key found in your license.properties which should be located in the location we specified. Look in that folder and see if license.properties is there. If it isn't, find your

[flexcoders] Re: Problem using sdk version 3.3

2009-03-04 Thread markgoldin_2000
Right, and this is my command line: java -jar D:\Program Files\Adobe\Flex Builder 3\sdks\3.3.0\lib\DMV-source.jar C:\Documents and Settings\All Users\Application Data\Adobe\Flex Still no fbpro is created. --- In flexcoders@yahoogroups.com, Matt Chotin mcho...@... wrote: Java -jar will

[flexcoders] Re: Problem using sdk version 3.3

2009-03-04 Thread markgoldin_2000
Actually this command triggers execution: java -jar D:\Program Files\Adobe\Flex Builder 3\sdks\3.3.0\lib\DMV-source.jar C:\Documents and Settings\All Users\Application Data\Adobe\Flex Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\Documents and

[flexcoders] Re: Problem using sdk version 3.3

2009-03-04 Thread markgoldin_2000
Ok, this finally created the fbpro folder: D:\Program Files\Adobe\Flex Builder 3\sdks\3.3.0\libjava -jar DMV-source.jar C:\Documents and Settings\All Users\Application Data\Adobe\Flex --- In flexcoders@yahoogroups.com, markgoldin_2000 markgoldin_2...@... wrote: Actually this command

Re: [flexcoders] Re: Problem using sdk version 3.3

2009-03-04 Thread Matt Chotin
Ah, yeah the quotes for the arg. Sorry bout that, I'll look and see if we can get that updated in the release notes. On 3/4/09 2:09 PM, markgoldin_2000 markgoldin_2...@yahoo.com wrote: Ok, this finally created the fbpro folder: D:\Program Files\Adobe\Flex Builder 3\sdks\3.3.0\libjava -jar