Zend studio 8.0 and flex 4 plugin integration problem(please help!)

hello every body, actually i have installed Zend Studio 8.0 is built on Helios( which is  currently the latest one) and trying to integrate flash builder 4(flex  4) plugin, but when i point to (C:\Program Files\Zend\Zend Studio -  8.0.0) folder the flex installer warns me since there is no folder named  "dropins" in Zend Studio - 8.0.0 directory . even if i ignore the  warning from flex plugin installation and continue to finish and at the  end when i start zend studio no flex plugin is detected.please can any  one help me in this regard. i will grately appreciate a help from the adobe team and community.

this is the same problem disscused in thread (Flash Builder 4 plugin with eclipse 3.6)  http://forums.adobe.com/thread/747394?tstart=0.please follow that thread if any one do not understand this thread problem.

Similar Messages

  • Zend Studio for Eclipse and Flex - Impossible?

    I've been going in circles all day trying to get the Flex
    plug-in to work in the Eclipse installation that installs with Zend
    Studio for Eclipse.
    The offshore dork for Zend said, "No now for plug-in for
    Studio." So I guess that means I have to install Eclipse with Zend
    Studio for Eclipse and then the Flex plug-in. But it appears the
    Flex plug-in is baffled by the Eclipse 3.4 version that installs
    with Zend Studio for Eclipse.
    Many errors about please choose the correct folder etc. The
    installation of the Flex 3.0 plug-in can be completed but fails
    when trying to edit an mxml file with, "Could not open the editor:
    Assertion failed."
    There is a Flex updater to 3.0.1 which claims to support
    Eclipse 3.4 but not for the plug-in as far as I could tell.
    Attempting to use the Flex 3.0.1 updater on the Flex 3.0
    plug-in installation in the Zend Studio for Eclipse directory
    completely befuddles the installer.
    Can anyone point me in some new directions for a solution?
    Does Adobe have phone support any longer?
    cd /

    this is the same problem disscused in thread (Flash Builder 4 plugin with eclipse 3.6)  http://forums.adobe.com/thread/747394?tstart=0.please follow that thread if any one do not understand this thread problem.

  • Java and MS SQL Server 2000 problem, please help

    please help me. I am using java and MS SQL Server 2000, and I'm trying to access and verify the login. I'm getting the following error message: [Microsoft][ODBC SQL Server Driver]Invalid Descriptor Index
    Can any please help in this regard.
    String userNumber = (String)userNumField.getValue();
    char[] userPasswordArray = userPasswordField.getPassword();
    String userPassword = new String(userPasswordArray);
         try {
                Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
                java.sql.Connection connection = java.sql.DriverManager.getConnection("jdbc:odbc:Dikolobe_Data");
                java.sql.PreparedStatement statement = connection.prepareStatement(
                        "SELECT USER_NUMBER, USER_PASSWORD, USER_CLASS, USER_STATUS " +
                        "FROM SYS_USER " +
                        "WHERE (USER_NUMBER = ? AND USER_PASSWORD = ?);");
                statement.setString(1, userNumber);
                statement.setString(2, userPassword);
                java.sql.ResultSet result = statement.executeQuery();
                if(result.next()) {
                    String userStatus = result.getString(4);
                    if(userStatus.equals("logged on")) {
                        String loginErrorMessage = "User with number: " + userNumber + " is already logged on.";
                        javax.swing.JOptionPane loginErrorPane = getNarrowOptionPane(72);
                        loginErrorPane.setMessage(loginErrorMessage);
                        loginErrorPane.setMessageType(javax.swing.JOptionPane.ERROR_MESSAGE);
                        javax.swing.JDialog loginErrorDialog = loginErrorPane.createDialog(null, "Login Error");
                        loginErrorDialog.setVisible(true);
                    else {
                        String userClassification = result.getString(3);
                        if(userClassification.equals("Administrator")) {
                            AdminHomePage newAdminHomePage = new AdminHomePage();
                            newAdminHomePage.setVisible(true);
                        else if(userClassification.equals("Educator")) {
                            EduHomePage newEduHomePage = new EduHomePage();
                            newEduHomePage.setVisible(true);
                        statement = connection.prepareStatement(
                                "UPDATE SYS_USER SET USER_STATUS = ? " +
                                "WHERE USER_NUMBER = ?");
                        statement.setString(1, "logged on");
                        statement.setString(2, userNumber);
                        statement.executeUpdate();
                        dispose();
                }

    Doesn't the following link give you enough information?
    http://www.google.com/search?q=invalid+descriptor+index
    Anyway .. This error means that the given ResultSet column index which you're trying to retrieve the value from is out of the range.

  • I am unable to access my emails since last update talk talk have checked thier end and say mozilla is the problem please help. I am able to log on to web mail but unable to go any further, what do i do?

    I can log on to my email addresses and can see my inbox button but nothing happens when i click on the button on any of my 3 email addresses. Talk talk support has gone through everything with me and says all ok there end they can access my emails and says my mozilla browser is corrupted. What do I do?

    Apparently TalkTalk mail will work with Firefox 4 and Firefox 5 ''if'' you set the browser to ''lie'' to TalkTalk mail by saying that you are still using version 3.6.
    You can find the instructions for that in a post on the TalkTalk forums: [http://www.talktalk.co.uk/forums/showthread.php?t=185113#post2452787 Firefox 4 & TalkTalk webmail - Forums].
    Note: when you open about:config the first time, it will display a warning message that you should be careful with the changes you make. That's definitely good to bear in mind.
    Does it work?

  • 8.1.6 and designer 6i post install problem - please help

    Hello all,
    I installed designer following the install guide extremely closely. The install went off without a hitch. However, when I try to create and ERD, or any diagram, I receive this error:
    Message
    ORA-01400: cannot insert NULL into ("REPOS_OWNER"."I$SDD_DIAGRAM_SEGMENTS"."IRID")
    Message
    ORA-01400: cannot insert NULL into ("REPOS_OWNER"."I$SDD_DIAGRAM_SEGMENTS"."IRID")
    Message
    RME-02124: Failed to execute SQL statement: insert into I$SDD_DIAGRAM_SEGMENTS (DIAGRAM_REF, SEQUENCE, GRAPHICAL_DATA, PARENT_IVID, PAC_REF) values (:diag_id, :seq, :data, :diag_ivid, :diag_id)
    I'm fairly new to Oracle but I did have designer 6.0 working on 8.1.5.
    Does anyone have any suggestions?
    Thanks,
    Damon

    The same happened to me. It turns out that it had something to do with old windows registry entries that let the repository install program know that I had designer 6.0 previously installed on my system. The install apparently isn't wise enough to know that it is installing 6i. It checks the registry for the first Designer version identified and decides what repository components you need based on that. 6i uses the standard repository components (6.0 versions) and some new stuff.
    If you read your install documentation carefully (Chapter 2, Step 14, Item 2), you will note that you need to select two components to install. If the repository
    admin utility is <prior-version-aware> it neglect to even display one of those options and its easy to blow right past that screen without realizing something is amiss (that's what I did ;-P ).
    Hope this gets you going,
    As with any Oracle product install
    -- Good Luck!! --
    Sandi
    null

  • I am using firefox 3.6.17 i upgraded it to 4.1.but it does not work properly sometimes it opens every website and most of the time it does not work . so what is the problem please help . thank you

    i am using firefox 3.6.17 i upgraded it to 4.1.but it does not work properly sometimes it opens every website and most of the time it does not work . so what is the problem please help . thank you

    Did you check your security software (firewall)?
    A possible cause is security software (firewall) that blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process.
    See:
    * [[Server not found]]
    * [[Firewalls]]

  • ITunes wont open and status light flashs orange. PLEASE HELP!!

    I turned on my computer and plugged it in after loging into Windows XP. iTunes wouldnt open and when I tryed to click it open it wouldnt work. I then safely took out my Shuffle and restarted my computer. Then repented the above process and no luck. Can someone please help me?

    Try the new shuffle reset tool.
    http://docs.info.apple.com/article.html?artnum=303979

  • I've just updated my iPhone to the new iPhone OS and now it won't work and iTunes won't recognise that it's there.  I've uninstalled iTunes and reinstalled twice and it's not working.  Please help.

    I've just updated my iPhone to the new iPhone OS and now it won't work and iTunes won't recognise that it's there.  I've uninstalled iTunes and reinstalled twice and it's not working.  Please help.

    I have not had wifi since November when I upgraded to the newest IOS version.  I called the Apple help line and they told me some things to do and I tried them all and they worked for a few hours and then wifi shut off again.  I kept doing what they told me and it worked for a couple more days and then I could never turn it on again.  My blue tooth doesn't work either.  I had to actually increase my data usage with AT&T becuase of this.  When I did that in December I went to the Apple store and was told that it is a hardware issue and since my phone is out of warranty I would have to pay for a new phone because they could not fix the issue.  My upgrade isn't up until June 2014 so not only do I have to wait for the upgrade and I am not paying for a new phone but I have to pay $10 plus extra a month on my cell phone bill because I was going over on my Data!!!  I have been beyond upset about this and Apple is not doing anything about this nor did they offer up some way to resolve the issue because obviously it is not just some rare incident if several people are having this issue.  Who knows how many people out there have had this issue and have not said anything about it.  Now there is a newer update that I can't do because it requires wifi in order to download.
    June can not get here fast enough and I may not go back to Iphone after dealing with this for so long with no help from Apple.

  • I just got the new ipod touch (5th generation) and it will show up on my computer but it will not show up on itunes and it won't connect. Please help!

    I just got the new ipod touch (5th generation) and it will show up on my computer but it will not show up on itunes and it won't connect. Please help!

    See:
    iOS: Device not recognized in iTunes for Windows
    You need iTunes version 10.7

  • My iPhone 5 won't stop scrolling through songs and I can't stop it please help !! :(

    My iPhone 5 won't stop scrolling through songs and I can't stop it please help !! :(

    settings - general - usuage - music - delete.   Then do a reset, hold down the home/sleep button together until you see the apple logo and then release, then wait for the phone to boot back up.
    Then sync the music back via iTunes.

  • My iTunes won't even load anymore, when I click the icon, it looks like it will open and then it doesn't. Please Help!

    iTunes will not open at all. It looks like it will and then it doesn't (the windows loading symbol appears and then it disappears). I even tried uninstalling iTunes and downloading it again and installing it, nothing works! Please Help!

    1. First check if this file APSDaemon.exe is the problem here.
    Close your iTunes.
    Press Ctrl-Alt-Del key and choose Task Manager. In the "Processes" Tab, select the file APSDaemon.exe and click End Prosses button, then close the task manager window.
    Now open itunes and see if it is working?
    If that works, to prevent having to do the same process everytime you restart Windows, go to. START button, type in
    MSCONFIG
    Hit ENTER
    Click STARTUP Tab, Uncheck "Apple Push", click OK.
    Restart Windows.
    2. If that fails, refer to following article to remove SC Info.lib file:
    http://support.apple.com/kb/TS2363
    3.  If that fails, repair or reinstall your Quicktime.  START / CONTROL PANEL / PROGRAMS N FEATURES / hightlight QUICKTIME and click REAPIR.

  • Why is my iPod Touch's memory 0 when i only have 249 mb of photos and camera and 23l mb of Music? Please help this is a big issue! what do i do? ps i dont want to loose 2 of my apps!!

    I have a 8GB Ipod Touch and i know its not a lot, but in the beginning it was working fine. For some time now it wont let me excede even 1GB of memory. i have no games, no apps, not many contacts, hardly anything! only 249 mb of photos and camera and 23l mb of Music. i have backed it up and restarted it and everything and i am getting annoyed! please help me!! i cant live without my ipod!!! This is urgent!
    P.S: i have 2 apps on my ipod that i would not like to loose! IF theres anyway to save them in the process of fixing my ipod that will be great!
    Thank you!

    An "other" that large usually indicates that the "other" includes corrupted files.  Usually restoring from backup eliminated the corrupted files. However, sometimes restoring to factory settings/new iPod is required.
    To restore from backup see:
    iOS: How to back up
    To restore to factory settings/new iPod see:
    iTunes: Backing up, updating, and restoring iOS software

  • When I plug my iPod into the computer, itunes won't come up on the screen and my iPod is not recognized anymore and it use to be. Please help because I can't sync it at all because it won't show up as a device

    When I plug my iPod into the computer, itunes won't come up on the screen and my iPod is not recognized anymore and it use to be. Please help because I can't sync it at all because it won't show up as a device on the right hand side of itunes.

    Try
    iOS: Device not recognized in iTunes for Windows
    I would start with              
    Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP
    or              
    Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8
    Before you reinstall the Apple software, also remove iCloud vi Control Panel Remove programs. The reinstall the Apple programs
    New cable and different USB port?
    Runs this and see if the results help with determine the cause
    iTunes for Windows: Device Sync Tests
    Try on another computer to help determine if computer or iPod problem

  • My acer Aspire V7-481P touchscreen stopped working. I can no longer find the pen and touch settings on my computer, please help.

    My acer Aspire V7-481P touchscreen stopped working. I can no longer find the pen and touch settings on my computer, please help, I have tried to download all the drivers on the acer website and it is still not working. The touchscreen previously worked before
    but unexpectedly stopped.

    touchscreen don't need driver
    go to device manager, find Human Interface Device, find HID-compliant touchscreen (maybe under USB input device), try to enable it, click yes and restart PC
    If not solved, try to perfrom system restore (back to condition when this PC working fine)
    http://acer.custhelp.com/app/answers/detail/a_id/11564/related/1
    for more details TS, i suggest contact Acer

  • My iphone 5 is no longer charging with new apple cord and lint has been cleared. Please help.

    My iphone 5 is no longer charging with a new apple cord and lint has been cleared. Please help. It just started happening this week and I have tried everything. Is this a software / driver problem?  We all know the battery doesn't last a full day if you "use" your phone like a normal person. I am very frustrated! My daughters iphone 5 started doing this a few days later than mine as well.

    Not much help I'm afraid but I use my iPhone 5 like a 'normal' person and it's battery almost all day. Perhaps there's a hardware fault somewhere? Have you tried the usual reset and restore?

Maybe you are looking for

  • Using the bapi BAPI_INSPECTIONPLAN_CREATE

    Hi ,   I am using the bapi BAPI_INSPECTIONPLAN_CREATE to create inspection plans.   Here I am facing one issue, as a part of this creation in inspection characteristics, I am not able to   handle all the control indicators.   In this control indicato

  • IPhone 5 brightness permanently reduced (Please help, voltage issue??)

    Hello, I really need someone with high expertise to help me. Obviously i appreciate any help given but please dont say point less comment like reboot the phone or turn autobrightness off. Here is the issue: I have had several iPhones, right from the

  • Pull out tab pan and zoom option grayed out

    I've been trying to follow this great tutorial about pull out tabs, but have one issue. I've just updated InDesign 5.5 Folio Builder to v.22 and the producer tools to the most recent release on August 7. Here is what I've been doing. Create an unassi

  • Org Chart link not coming for the user

    Hi I am trying to configure the Org Chart by Nakisa. The connection to SAP has been established using Single Sign-on. I am able to log-on successfully as a user. But I only get the 'Preferences' link under Quick Start but not the 'Org Chart'. Any ide

  • Unc path and authentication

    hello, i installed share point 2013 on 2008 r2 server (no domain) i want to make user permision so they can open list passed thier permission so can i do it with out dc ? also i want to enable unc patch so the client can brows the files from windows