Cannot find older flex SDK Installs

Please can someone tell me where i can find the Flex SDK
2.0.1 install.
The documentation here references it, but the FDS 2.0.1
installer is not available.
http://www.adobe.com/support/documentation/en/flex/2/install.html
I tried FTP'ing to the macromedia FTP server looking for
older versions, but i could not login.
If anyone has a link to archived version of the software,
please post.
Note, that i do not want the HotFix 1/2/3 packs, i just need
the 2.0.1 without hotfixes,
Thanks
Mick

You won't find the source .as files which is what it sounds like you are searching for. The SDK distribution has everything compiled and packaged up into libraries. The source is available in the SDK's SVN repository.

Similar Messages

  • [RESOLVED] Cannot find a J2SE SDK installed at path: C:\java16

    I have SQL Developer 3.0.04.34 in C:\apps\sqldeveloper\ and the 32-bit 1.6 JDK in C:\java16\. SQL Developer was working properly until this morning after I updated my JRE (C:\Program Files\Java\jre6\) from 1.5 to 1.6 and JDK (C:\java16\) from 1.6.something to 1.6.26. Now SQL Dev prompts me again for the path to java.exe, but when I specify C:\java16\bin\java.exe, it gives me the error shown in the thread title. The existing sqldeveloper.conf shows "SetJavaHome C:\java16". I found other threads that mention this error, but the problem is typically pointing to the JRE instead of JDK (C:\java16\ is the JDK in my case) or 32-bit vs. 64-bit (this is 32-bit JDK in XP x86). What else might cause the error? I'd rather not reinstall the SQL Developer package that includes the JDK since I already have the JDK elsewhere and it was working before.
    EDIT: Never mind. Something must have gone wrong when I was updating the JRE and JDK. I reinstalled the JDK, and now SQL Developer starts.

    When i start sqldeveloper.exe (there no exe with a 64 in the name) there ist a dialog that wants to know the path to the JRE.
    I tried to chose the directory i placed the Java 7 JDK.
    Tried the bin folder in that.
    Tried the jre folder and the bin folder in jre.
    Everytime i do this ther is the message "cannot find java se sdk installation".
    Maybe i am doing it wrong.
    What i did:
    Downloaded jdk-7u45-windows-x64.exe from oracle.com
    Downloaded sqldeveloper-4.0.0.12.84-no-jre.zip from oracle.com
    Unzipped sqldeveloper-4.0.0.12.84-no-jre.zip to directory
    Opened jdk-7u45-windows-x64.exe with 7zip, there opened tools.zip, unzipped tools.zip to a directory
    Started sqldeveloper.exe from software directory and tried to find the JRE... diddn't work
    Maybe sqldeveloper.exe ist looking for 32 bit Java?
    Update:
    Downloaded jdk-7u45-windows-i586.exe from oracle.com
    Opened jdk-7u45-windows-i586.exe, there opened tools.zip, unzipped tools.zip to a directory
    Started sqldeveloper.exe from software directory and tried to find the JRE... diddn't work
    Doesn't look like its working this way.
    I would realy be very happy to have the new SQL Developer packaged with JAVA again - thats the sollution i am looking for.
    Nachricht geändert durch user2905395 - added update

  • Installation error:  Cannot find a J2SE SDK installed at path C:\Program Fi

    I am installing latest version of SQL Developer, Release 1.2. I have Sun Java 2 Standard Edition Version 1.5.0 (build 1.5.0_10-b03). When I browse and select the java.exe found it comes up with error: Cannot find a J2SE SDK installed at patch
    C:\Program Files\Java\jre1.5.0_10
    I am installing the version I downloaded for Windows systems with JDK1.5.
    I have tried on two different machines.
    Any ideas?

    This is going to seem loooong, but comprehensive.
    I'd initially always suggest using the bundled
    package, since that's supposed to be a tested and
    proven combination.You know what, I'm gonna be mighty surprised if you're implying that Oracle hasn't 'tested and proven' the releases at http://www.oracle.com./technology/software/products/sql/index.html other than the first 77 MB download labeled Oracle SQL Developer for Windows... :)
    After having problems with a graphics card for
    example, installing the latest JDK might be
    indicated.Huh?!? Not a clue what you're talkin' 'bout! :S
    It's also easy for users who don't know which Java
    version to download, or even where to find it! You
    guys have proven that: although it's stated you need
    .First of all, it says right there on the download page (http://www.oracle.com./technology/software/products/sql/index.html) that:
    "JDK 1.5 (JDK 5.0) is required. This is the minimum JDK version required"
    And we've "proven that [..] although it's stated you need the JDK, [we]'ve tried running with the JRE" and have NOT been able to run the application. It just presents the user a dialog box to locate the 'SDK' manually and exits gracefully if you try to dismiss it. So, conclusively proven, the JDK (or as SQL Developer puts it, Java SDK) is required- QED.
    And given users might have several versions running
    on the same machine (I have half a dozen), sqldev
    could easily pick up a wrong version.And every JRE installation (atleast all of Sun's) make sure they update the default (via PATH and other required system variables) JRE point to the latest one installed. So if you have anything 1.5+ you're good to go; if not, you've got an incompatile JRE. Doesn't sound that hard to me!
    As for being bulky, even without the bundled JDK, it
    still is.Ya missed the point. Developers are making Java applications bulkier by including the JRE/JDK with their distributions. A SQL Developer release sans JDK is about 46 MB; with JDK that climbs to 77 MB (sizes quoted from download page linked above).
    Imagine what happens when you have, besides SQL Developer (JDK 1.5 included), some-cool-java-app that also includes the JRE/JDK it was built on; and then another-java-app that also includes a JRE/JDK... I bet JDeveloper also comes with a JDK bundled in. So, now you have FOUR copies of JRE/JDK (aside from the "have half a dozen" that probably installed themselves via Java Update Checker)!
    Here's the big picture, the savings in disk space would only be the beginning of your benefits. Here's a few others:
    - Class Data Sharing (http://java.sun.com/javase/6/docs/technotes/guides/vm/class-data-sharing.html) introduced in Java SE 5.0 provides for storing definitions of commonly used classes in a representation closer to machine code, even closer than bytecode, this reducing load and startup time. Plus all VM's launced using that particular distribution get to share the cache- Performace+ !!
    Running each app offa' it's own VM just causes multiple caches to be loaded. You just multiplied your losses! :(
    - Sun is currently working on a way to have applications simply inject into a running JVM. That way, there is no load and startup time for the JVM, just the time to load you app classes. Using different distros would completely defeat this!
    (The reason why this feature isn't out yet is because they're still trying to make it possible to specify hitherto VM configurations like security and logging as application configurations. Then there's also the issue of setting up class loading boundaries between applications.
    You say you don't have to bring over the VB runtime
    for each app? I remember in the 90's doing it all the
    time. Of course, being MS, now that's not necessary
    anymore, since it's "magical" Windows. I don't have
    any machine from Sun, but for sure they've got Java
    bundled with it, right?I don't believe you had to do that since VB 5; and that's because MS realized that they messed up on this very point upto then! Sun worked the simple solution to that into their deployment strategy- install only ONE runtime and run all apps off that. As for you're half-a-dozen, I think you can safely uninstall the five older versions; because, even today, people are running apps developed using JDK1.1 on Java SE 6.0!
    Again, I find the most logical difference between JRE
    and JDK being the debugger. As you say it yourself:
    JRE for end-users, who don't need to do any
    debugging.
    Now, sqldev is not just a table browser, but also for
    debugging PL/SQL. 1 + 1 = 2.I think it's a little naive to differentiate between the JRE and JDK on just the debugger! Aside from the obvious inclusion of a compiler, the JDK has several other tools for monitoring/managing the heap, threads and logging on the fly. There's also the Doclet API and Sun's javadoc implementation, dev interfaces for instrumenting the VM, native interfaces, ...
    And I reiterate, we're talkin' PL/SQL developers here. Why would I want to give a PL/SQL developer a Java Development Kit?!? ;|
    Nevertheless, as said in the other thread, if the
    team discloses how to circumvent the SDK check at
    startup, you can go ahead and use the JRE. In any
    case, you'd have to agree that won't work as
    out-of-the-box solution...You're right, it won't work like a standard Windows OOTB app. But, it WILL work as a Java OOTB that only mandates that there be a JRE available; just like the scores of Java apps out there- from tiny little Pong clones to large IDE's like NetBeans.
    BTW, don't even think about quoting Websphere/Rational/Eclipse as counter-arguments. They are the biggest offenders as far as this issue goes. And jikes is an abomination, a curse Sun must carry as a result to opening the VM Spec. But, I digress...

  • Cannot find a J2SE SDK installed at path...

    I posted this in the SQL-Deveolper forum, but perhaps it is better posted here, since it is a Java issue.
    I found a thread for this same problem from 2007, but did not find an answer for it.
    I'm installing sql-developer on a Windows7 machine 64bit. When I go to run the exe, I get the popup:
    "Cannot find a J2SE SDK installed at path: C:\Program Files\Java\jre7."I've downloaded and installed a couple of jdk's to fix this:
    jdk-6u37-windows-x64.exe
    jdk-7u9-windows-x64.exe
    These did not work.
    Can anyone tell me what I need to download to get this to work and where I can find it?
    Thanks,

    I realized we have another wiindows machine that runs sql-developer just fine. I copied the jdk-6u25-windows-x64.exe from that machine and installed on the newer one. The install complained that a new version of java was already installed. But, the older version works where the newer one did not - does not.
    So I'm good. But it would be nice to know why the new versions do not include all the foo that seems to make sql-developer work.

  • IPhoto cannot find older pictures in hi res

    After recent update(s) iPhoto '11 cannot find older photos in hi res. The thumbnails are still there but the original photos are not. At least not visible for iPhoto. Where do I find them? It doesn't help trying to use other libraries. Finder shows two identical iPhoto Libraries but none of them contain hi res pictures.

    That seems to suggest the possibility that the iPhoto preferences were set to run as a "referenced" library during that time?
    If you have the names of some of them you can try searching for them using  Find Any File.  FAF can search areas that Spotlight can't, like in packages, invisible folder, etc.
    Run a search on your boot drive first.  If no full sized photos with that name are found change the searched drive to your Time Machine drive and try again.  This search will much longer than on your boot drive do to the TM organization. 
    This can tell you if there's any copy of that photo in your TM.  If not there's nothing you can do. .
    OT

  • When SDDM x64 says "Cannot find a J2SE SDK installed at ..."  what is it actually looking for?

    First of all,please forgive me if this question has been answered before, but search facilities in this new forum are even more rubbish than the old one, which is an achievement I wouldn't have thought possible.
    Anyhoo.
    I have downloaded the 64-bit version of Data Modeller, which comes without the JRE.
    I have installed JDK1.3.0.21.  I have subsequently also downloaded and installed JRE 1.7u21.  However when I run datamodellerx64.exe for the first time it hurls with this message:  "Cannot find a J2SE SDK installed at C:\Program Files\Java\jdk1.7.0_21\bin".     It also doesn't like  C:\Program Files\Java\jre7\bin  (under the JDK install) or .C:\Program Files (x86)\Java\jre7\bin (the JRE install)
    So what path does it actually want?
    I suppose I could download and install the 32-bit version with the inbuilt JRE but that would be a pretty sorry workaround.
    Cheers, APC
    Message was edited by: APC - just realised I had typed "with the JRE" instead of "without", which is actually the entire source of the issue.  Doh!

    The first time you start up Data Modeler, it should prompt for the Java home.  You should select the java.exe file within the jre\bin folder of a Java JDK.
    Thanks!  This was the bit which was confusing me.  What I needed was C:\Program Files\Java\jdk1.7.0_21\jre\bin\java.exe
    Of course, then I get a message telling me that versions above 1.6 are not certified, but I'm not installing a monstrous rootkit on my new laptop simply to run SDDM, so I guess I'll just rub along without the certification.   It seems to start up just fine.
    Cheers, APC

  • Problem installing SQLdeveloper. Cannot find a J2SE SDK error

    I am trying to install SQL developer in my windows 7 64 bit machine. It is asking for the java path when clickin the sqldeveloper.exe. I am giving the path of java as C:\Program Files (x86)\Java\jre6\bin where i have java application file available. but i am getting cannot find a j2se SDK installed in the above path error. Please help

    Hello,
    please ask this in the appropriate forum: {forum:id=260}
    It seems to be a common problem
    https://forums.oracle.com/forums/search.jspa?objID=f260&q=win+64bit
    Regards
    Marcus
    Edited by: Marwim on 12.10.2011 10:59
    added search link

  • Cannot find a J2SE SDK installed at path C:\Program Files\Java\jre6

    Hi,
    I am trying to install the latest version of SQL Developer 3.0 on my brand new Windows7(64-bit) computer. I already installed the Java SDK6 (Update26). Unfortunatelly I am forcing some problems.
    When I start the sqldeveloper.exe for installing - at the beginning when I browse and select the java.exe an error comes up:
    Cannot find a J2SE SDK installed at path C:\Program Files\Java\jre6
    Why isn't it working?
    Can you help me? Any ideas?
    Thanks a lot!

    That's because you are trying to run SQLDeveloper with a JRE not a JDK.
    Since you already installed a JDK you should have a folder labeled
    jdk1.6.0_26in your C:\Program Files\Java directory.
    If you cant find the proper JDK in your system the 64 bit version for windows can be found here:
    http://download.oracle.com/otn-pub/java/jdk/6u26-b03/jdk-6u26-windows-x64.exe

  • Cannot install Office 2013 - Seup cannot find or validate an installation file

    I downloaded the trial version of Office 2013 to evaluate it, but was unable to install it because I kept getting the following error...
    Setup cannot find or validate an installation file.  Please try reinstalling office from your installation source or if you installed from a downloaded  package, please re-download and reinstall.  If you continue to haVe problems
    contact Microsoft or your system administrator.
    I tried re-downloading the program - again I was met with the same problem.  I tried running the setup file as administrator - problem remained.  I tried copying the program to the hard drive and running it from there as the administrator - problem
    remained.  I downloaded Microsoft  fixit tool for problem installations and ran that - that was no use either.  The error message just kept coming back again.
    I am assuming the setup file is corrupted in some way but seem unable to get an alternative setup file that will actually INSTALL.  Or is there something so blatantly obvious going on that I'm missing it?
    Help please!

    I deployed Office 2k13 to client machine via SCCM 2012 R2. It did that flawlessly but I got the same error after trying to uninstall Office 2k13.
    setup.exe /uninstall ProPlus /config .\ProPlus.ww\Uninstall.xml
    Uninstall.xml file:
    <Configuration Product=”ProPlus”>
    <Display Level=”basic” CompletionNotice=”yes” SuppressModal=”yes” AcceptEula=”yes” />
    </Configuration>
    I can uninstall Office 2k13 manually by running setup.exe and following wizard but it is not automatic process so it sucks.
    I've responded in your other thread:
    https://social.technet.microsoft.com/Forums/en-US/fd735611-95bf-46f6-8add-2229a52e3e93/i-can-not-uninstall-office-2013-from-command-line?forum=officeitpro
    Hi, your command-line is not valid - you are using a "relative" path for the <config.xml> and that is not supported..
    http://technet.microsoft.com/en-us/library/cc178956(v=office.15).aspx#BKMK_config
    Note: You must use a fully qualified path. Setup does not recognize relative paths with /config. 
    Instead, I suggest that you copy your "Uninstall.xml" file to the same folder where setup.exe exists, then, adjust your command-line like this:
    setup /uninstall ProPlus /config Uninstall.xml
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • How to setup older Flex SDK and AIR 1.5?

    I found an older Flex app that I wanted to install.  It looks like it uses Flex 3 SDK and Adobe AIR.
    How do you setup a different SDK and use a different version of AIR?  I would think the latest version of AIR would be backward compatible but it doesn't appear to be that way.  It seems that the SDK version and the AIR version must match exactly or the app won't compile.  Is this right?
    Thanks,
    -Westside

    Thanks for your help, Flex harUI,
    The first impression that comes to mind is that FP version is indeed only for the web browser plugin. Then, why does the official Flex 4.6 mobile development documentation have a link to that page that only speaks about the supported FP version in mobiles under the title "AIR requirements"??
    This makes it way too confusing.
    Do you know whether there is something like an equivalent matrix/list of mobile devices with their supported AIR runtime versions?  I went a great deal in trying to keep my original app under 400kb... I didn't know that in the end it would end up weighing 9.5Mb... :S
    Thanks again,

  • DNG SDK build project cannot find the xml sdk

    On win7/x64.  Installed dng sdk and all dependencies per the readme files.  xml sdk built OK with vc10 express, as 64 bit static and dll.
    But the vc solution for dng_validate has incorrect names for the xml sdk build projects, so it cannot find those components.  Specifically it looks for "..\..\..\xmp_sdk\build\vc\XMPCore.vcxproj".  the actual paths in the xmp sdk are different and longer, like "..\..\..\xmp_sdk\build\vc10\dynamic\windows_x64".  Moreover there is no XMPCore.vcxproj there.
    I suppose the real problem may be that the dng sdk project is trying to build it as .net managed code, while the xml sdk was built as open code.  So I guess what I am looking for is a way to build the dng sdk open.

    I would confirm your post, but I have not found a solution. I wish someone at Adobe would look into this.

  • Cannot find java card sdk 2.2.1 on oracle

    Hi,
    i have a java card support 2.2.1, but the problem is that I cannot find the sdk 2.2.1 on oracle release. It only provides download of 2.2.2 and 2.1.2(not linux). Does any one know why they don't provide sdk 2.2.1 and where to find it? thanks!
    best regards
    Edited by: 934624 on Jul 5, 2012 12:42 AM

    JCDK 2.2_01 for Windows: how to start java card development?

  • Flex SDK installation-Im confused?

    hello
    I have downloaded and extracted the files that I need for Flex SDK, however, wondering where to start it up at?  Help? All I see is a bunch of folders and no where to begin..
    Any help would be appreciated!

    Hi,
    This forum is for folks developing the SDK itself, I assume you're trying to figure out how to just get started with Flex development.  Take a look at the getting started guides on the dev center http://www.adobe.com/devnet/flex, for example the Learn Flex in a week and the quickstarts.  Other questions might be better served on the regular Flex forums: http://forums.adobe.com/community/flex/flex_general_discussion
    Matt

  • Cannot find an Oracle Linux installation for 32 bit machines

    Can anyone show me where to find a linux oracle 11g or 10g installation for a 32 bit machine.
    The ones I downloaded from oracle are all for x86 64bit machines.
    Thanks

    On following page
    http://www.oracle.com/technology/software/products/dat
    abase/index.html
    this is the link
    http://download.oracle.com/otn/linux/oracle11g/linux_x
    86_11gR1_database.zipWhat I actually said is that the link provided is for 64bits linux machines.
    When I try running uname -r on my linux bash prompt, I get the i3686 tellin g me that I am running a 32bit machine.
    On the other hand, installation guide specifies that we should check the kernel version and system architecture.
    I don't think I should continue installation on seeing that I am trying to install a 64bit product on a 32bit system.
    Regards,
    Michael
    Message was edited by:
    okmich

  • Cannot find older CAN-2.0 .vi's in labview 2009

    Hi,
    I'm trying to use a (rather old) Series 1 PCMCIA-CAN/2 card in Labview 2009.  
    I've installed latest NI-CAN driver that supports this old card (NI-CAN 2.0, I think), but I don't see any of the can.llb vi's in the functions palette.  The CAN-2.0 documentation says it supports Labview versions "6.1 and later".
    Will Labview 2009 support this driver?  How do I get CAN-2.0 vi's to show up in the function palette?
    Thanks,
    Phil (labview newbie)
    Message Edited by phil___ on 01-30-2010 03:09 PM
    Message Edited by phil___ on 01-30-2010 03:10 PM
    Solved!
    Go to Solution.

    I found the relevant .vi's in the "Labview 6.1/vi.lib" folder of the "National Instruments" directory.
    The vi's I was looking for now show up in the addons section of the function pallette.  
    Thanks, 
    Phil

Maybe you are looking for