Adobe Flex 3 Plugin / JBuilder 2007

Can the Adobe Flex 3 plugin be installed with JBuilder 2007
(since built on Eclipse)? If yes, then please let me know where the
Eclipse directory is located or how to setup properly? The system
requirements on the MacOS X are as follows:
Flex Builder 3 for Mac OS X
G4 1.25GHz PowerPC or Intel-based Mac
OS X 10.4.7 through 10.4.10, OS X 10.5.x
1GB of RAM recommended
500 MB of available hard-disk space to install
Java Virtual Machine: JRE 1.5 or JRE 1.6 from Apple®
Eclipse 3.2.2 or higher for Plug-in install
New Flex Builder 3 projects create applications that require
users to have Flash Player 9 (9.0.30) or higher. You can change
this to an earlier version of Player 9 in the Flex Compiler section
of your project's Properties.
Thank you for any assistance.
Dan

It sounds like Eclipse should load each plug-in using its own
class loader so that we are not in "jar hell" with all the plug-ins
needing the same version of library jars to be functional. While
this also introduces issues (due to java's strong typing and
security paranoia), it is the only real solution in the long run.
In the short run Eclipse should include a standard version of such
common libraries so plug-in versions targeted at a certain Eclipse
version can standardize on a version. I am sure that if Adobe
updates their version to match IBM they will break compatability
with some other version of bundled Eclipse.
You can always use the stand alone FB to edit your Flex
assets and IBM to edit your Java assets.

Similar Messages

  • Flex eclipse plugin installation problem

    Hi All,
    I have eclipse 3.x Europa edition. I am trying to install
    Flex builder 3 plugin for eclipse for some time now.
    It is frustrating that the installation always hangs when it
    tries to install "Merge module".
    I downloaded the eclipse plugin from the adobe site:
    http://www.adobe.com/cfusion/entitlement/index.cfm?e=flex3email
    Please help so that i can do some quality flex coding.
    Thanks,
    Madhav
    Adobe
    Flex Eclipse Plugin Link

    I am replying to all these posts about issues with the
    install to let Adobe know that there is a compatibility issue with
    the FB2 eclispe plugin installer. This is a major issue that is
    keeping people from trying/buying this product.

  • Eclipse +flex 3 plugin crashes when trying to see mxml file in design mode

    Hi,
    I have strange problem I've been struggling with for 3 days.
    I have eclipse-jee-europa-fall2-win32(eclipse europa 3.3.1.1)
    + adobe flex 3 eclipse plugin.
    My workspace consists of several projects + one library.
    There is not problem when trying to edit any mxml file when
    my library is not imported yet. Once I import it to my workspace I
    cannot see any mxml file in design mode since it crashes with the
    following msg in log:
    Did anyone have similar problem and maybe knows the
    solutiuon? I've reinstalled/redownoaded eclipse, flex plugin, flash
    players and so on. What's more it happens only on my machine - same
    project on different one works without crushing.
    !ENTRY org.eclipse.osgi 2 0 2008-02-22 09:13:18.046
    !MESSAGE While loading class
    "org.eclipse.mylyn.tasks.ui.TasksUiPlugin", thread
    "Thread[main,6,main]" timed out waiting (5000ms) for thread
    "Thread[Worker-0,5,main]" to finish starting bundle
    "update@plugins/org.eclipse.mylyn.tasks.ui_2.1.0.v20070927-0900.jar
    [313]". To avoid deadlock, thread "Thread[main,6,main]" is
    proceeding but "org.eclipse.mylyn.tasks.ui.TasksUiPlugin" may not
    be fully initialized.
    !STACK 0
    org.osgi.framework.BundleException: State change in progress
    for bundle
    "update@plugins/org.eclipse.mylyn.tasks.ui_2.1.0.v20070927-0900.jar"
    by thread "Worker-0".
    at
    org.eclipse.osgi.framework.internal.core.AbstractBundle.beginStateChange(AbstractBundle.j ava:1141)
    at
    org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:258)
    at
    org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:400)
    at
    org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLa zyStarter.java:111)
    at
    org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java :417)
    at
    org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoade r.java:189)
    at
    org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:34 0)
    at
    org.eclipse.osgi.framework.internal.core.SingleSourcePackage.loadClass(SingleSourcePackag e.java:37)
    at
    org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java :405)
    at
    org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:369)
    at
    org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:357)
    at
    org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.jav a:83)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    at
    org.eclipse.mylyn.context.ui.ContextUiPlugin$5.run(ContextUiPlugin.java:258)
    at
    org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
    at
    org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
    at
    org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3659)
    at
    org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3296)
    at
    org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
    at
    org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
    at
    org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
    at
    org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
    at
    org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
    at
    org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
    at
    org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at
    org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106)
    at
    org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
    at
    org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:106)
    at
    org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:76)
    at
    org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
    at
    org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
    Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown
    Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
    Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at
    org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
    Caused by:
    org.eclipse.osgi.framework.internal.core.AbstractBundle$BundleStatusException
    ... 40 more
    Root exception:
    org.eclipse.osgi.framework.internal.core.AbstractBundle$BundleStatusException
    at
    org.eclipse.osgi.framework.internal.core.AbstractBundle.beginStateChange(AbstractBundle.j ava:1141)
    at
    org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:258)
    at
    org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:400)
    at
    org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLa zyStarter.java:111)
    at
    org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java :417)
    at
    org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoade r.java:189)
    at
    org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:34 0)
    at
    org.eclipse.osgi.framework.internal.core.SingleSourcePackage.loadClass(SingleSourcePackag e.java:37)
    at
    org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java :405)
    at
    org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:369)
    at
    org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:357)
    at
    org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.jav a:83)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    at
    org.eclipse.mylyn.context.ui.ContextUiPlugin$5.run(ContextUiPlugin.java:258)
    at
    org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
    at
    org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
    at
    org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3659)
    at
    org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3296)
    at
    org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
    at
    org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
    at
    org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
    at
    org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
    at
    org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
    at
    org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
    at
    org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at
    org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106)
    at
    org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
    at
    org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:106)
    at
    org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:76)
    at
    org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
    at
    org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
    Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown
    Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
    Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at
    org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
    !ENTRY org.eclipse.help 4 0 2008-02-22 09:18:14.375
    !MESSAGE Required attribute "label" missing from "topic"
    element in "/com.adobe.flexbuilder.help/tocAPI.xml" (skipping
    element)
    !ENTRY org.eclipse.help 4 0 2008-02-22 09:18:14.375
    !MESSAGE Required attribute "label" missing from "topic"
    element in "/com.adobe.flexbuilder.help/tocAPI.xml" (skipping
    element)
    !ENTRY org.eclipse.help 4 0 2008-02-22 09:18:14.375
    !MESSAGE Required attribute "label" missing from "topic"
    element in "/com.adobe.flexbuilder.help/tocAPI.xml" (skipping
    element)
    !ENTRY org.eclipse.help 4 0 2008-02-22 09:18:14.375
    !MESSAGE Required attribute "label" missing from "topic"
    element in "/com.adobe.flexbuilder.help/tocAPI.xml" (skipping
    element)

    I've found solution by myself so I'll present it here. Maybe
    someone will need it.
    The problem of such behaviour was that Flex plugin always (at
    least on my pc) wants to ustart eclipse using its own JRE from here
    C:\Program Files\Adobe\Flex Builder 3 Plug-in\jre (default dir).
    This environment is Java 5. When you go to
    eclipse>window>preferences>Java>Installed JREs and you
    delete default Flex JRE, add new to point to for example C:\Program
    Files\Java\jre1.6.0_04 eclipse still uses JRE from C:\Program
    Files\Adobe\Flex Builder 3 Plug-in\jre. Do not know why
    Flex/eclipse does that but if you simply overwrite C:\Program
    Files\Adobe\Flex Builder 3 Plug-in\jre files with newer JRE from
    C:\Program Files\Java\jre1.6.0_04 all works perfectly.
    Hope it helps somebody ;-)
    thanks Artur

  • Reg:Adobe Flex Application in NWDS 7.0

    Hi,
    I would like to create a Flex Application in NWDS 7.0.I tried to add Adobe Flex plugin to NWDS.It ended up with some warning.Still I am not finding any option to create flex project.
    My question is Flex plug-in works only with 7.1.Or can I really create flex project using NWDS 7.0.If yes what is the plug-in version should i use?
    Thanks
    Akshaya

    Hi Ayyappa,
    As I mentioned , I tried to add Adobe flex plugin 3.0 to NWDS.It came up with an error saying "Supported version of eclipse not found".
    So I  installed the eclipse 3.2 and added flex plug in to this eclipse,created the flex project .
    Added this project structure to the web module project in NWDS and packed it to Application Module project and deployed it to the portal.
    Created an URL iveiw in the portal.This is the way I am trying to integrate flex applications in portal.
    To integrate flash Islands in WebDynpro,I need NWDS7.1. But I am working on NWDS 7.0.
    Can I deploy the applications developed using NWDS 7.1 into Portal 7.0.Will that be compatible ?????
    I need suggestion on the same.Is there any other way that I can look into.
    Regards
    Akshaya

  • Flex 2 Plugin for QTP -  Trial Version?

    We are trying to automate an application that was developed in Flex Builder 2. We downloaded the Flex 2 plug in from Adobe site, but it is asking for serials while trying to install. Is there any way we can get a trial version of Flex 2 Plugin for QTP?
    Thanks,
    Senthil

    Hi Chikkichintu,
            According to my knowledge Flex Builder don't have any plug-in's for QTP 10.0 (ofcourse am not a Tester). You can make use of FLEX MONKEY
    Try this.... This may help you..
    http://www.gorillalogic.com/flexmonkey
    Thanks,
    Pradeep

  • Adobe Flex Pie Chart

    Hi,
        I want to populate data from a query template to a adobe flex pie chart. I am doing this because business user prefers beautiful objects ;).
    Can anyone help me out in how to achieve this. I have some knowledge about flex.
    Thanx in Advance

    Hi,
       You can see a Video tutorial on xMII-Flex integration made by Abesh
    at /people/abesh.bhattacharjee/blog/2007/08/27/use-xmii-services-in-adobe-flex-20-video
    Coming to your question
    you should declare the web service in your flex application as
    <mx:HTTPService id="ServiceName"/>
    then you can call it in a function let's say Hi()
    private function Hi():void{
    ServiceName.url=encodeURI("http://xMIIServerIP/Lighthammer/Illuminator?QueryTemplate="PathToQueryTemplate"&IllumLoginName="LoginName"&IllumLoginPassword="Password"&content-type=text/xml");
                   ServiceName.send();
    You can call this function in any event according to your requirements.
    Note: The URL is specific to 11.5 version of xMII. You may need to change it accordingly for 12.0.
    Regards,
    Musarrat

  • Adobe Flex Software Engineer Needed for Start-up Company in Pittsburgh, PA

    Flex Programmer/Developer/Coder – Pittsburgh, PA
    ComPePrice LLC is looking for Adobe Flex developer.
    * Requirements:
    • 1+ years experience programming with:
       o Object-oriented development in ActionScript 3.0/2.0 with Flex/Flash
       o Creating custom components using both MXML and ActionScript
       o Remoting data services such as Blaze DS
       o XML and schema definitions (XSD)
    • Knowledge of software lifecycle best practices including:
       o technical requirements analysis and documentation, source control systems, issue tracking systems, and testing & validation.
    • Attention to detail; ability to solve problems; ability to learn and adapt to different technologies.
    • Java, SQL, Relational database systems, and UML experience a plus.
    * Overview of ComPePrice.
    ComPePrice LLC, is a Pittsburgh-based online start-up company founded in 2007. The company is managed by 3 team members together with experts and advisors from professional industries and the Carnegie Mellon community. Currently, ComPePrice is the parent company of an online video sharing company providing users a collaborative environment to create, share, and organize content with their communities. ComPePrice hopes to shape the next era of online video sharing by offering tools for users and businesses to efficiently share truly informative videos.
    The management team is currently raising seed investment to gather an IT development team.
    * Products and Services:
    ComPePrice’s newly formed online venture will provide the following:
    • Products:
       o Video Mapping Tool: Our patent-pending online tool will enable users to collaborate to efficiently search and navigate and generate informative,    valuable videos.
       o Video Information: Using our patent-pending Video Mapping Tool, users will collectively create videos that eliminate redundant or meaningless videos, thus forming a knowledgebase for business partners.
       o Advertising Tool: Marketers can effectively promote their businesses by adding their marketing messages to the various channels available through our website and the Video Mapping Tool.
    • Services:
    We will provide customized or consultancy services to businesses who wish to utilize our Video Mapping Tool to their websites by means of licensing or subscribing to our service.
    * Divisions/Departments:
    Management Team (Strategy & Planning, Marketing, Sales) and IT Development Team (System Administration, Software Engineering, Database Management, Product Development)
    * Achievements:
    ComPePrice currently holds two patent-pending business methods,
    Interested, please send your resume to [email protected]

    Please post this in Flex.org

  • Adobe Flex in Jdeveloper

    Hi all,
    Anyone already do a aplication with Adobe Flex in Jdeveloper 10.1.3 or 11g?
    How?
    Thanks.

    please search "flex" in this forum and also Jdeveloper Documentation page for more info.
    check out this link
    http://gergerconsulting.blogspot.com/2007/02/using-flex-in-adf-jsf-applications.html
    Message was edited by:
    bsmt

  • 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.

  • How to Adobe Flex + Oracle ADF

    Hi friends,
    I have to do a PoC on Adobe Flex and Oracle ADF. Using the Oracle Business Components I need to display some input forms, charts and tables. I am newbie to both these technologies . I have got some grip on ADF but still need to start on Flex + JSF or Flex + ADF.
    Please let me know how to start on this.
    Any link to tutorial, material or sample will be really helpful.
    Thanks in Advance.

    There are multiple ways to do it. You can call a remote object in JDeveloper or use ExternalInterface. See links below for sample apps
    http://gergerconsulting.blogspot.com/2007/02/using-flex-in-adf-jsf-applications.html
    http://wiki.oracle.com/page/ADF+Integration

  • Problem Installing Adobe Flex

    Hi,
    I have installed Adobe Flex. It says an Error occured and says to check the log file.
    This is what the log reads.
    !SESSION 2008-11-28 11:33:28.498 -
    eclipse.buildId=unknown
    java.version=1.5.0_11
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Command-line arguments:  -os win32 -ws win32 -arch x86
    !ENTRY org.eclipse.equinox.app 2008-11-28 11:33:30.342
    !MESSAGE Product com.adobe.flexbuilder.standalone.product could not be found.
    !ENTRY org.eclipse.osgi 4 0 2008-11-28 11:33:30.404
    !MESSAGE Application error
    !STACK 1
    java.lang.RuntimeException: No application id has been found.
         at org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:236)
         at org.eclipse.equinox.internal.app.EclipseAppContainer.start(EclipseAppContainer.java:98)
         at org.eclipse.equinox.internal.app.Activator.addingService(Activator.java:112)
         at org.osgi.util.tracker.ServiceTracker$Tracked.trackAdding(ServiceTracker.java:1064)
         at org.osgi.util.tracker.ServiceTracker$Tracked.trackInitialServices(ServiceTracker.java:926)
         at org.osgi.util.tracker.ServiceTracker.open(ServiceTracker.java:330)
         at org.osgi.util.tracker.ServiceTracker.open(ServiceTracker.java:274)
         at org.eclipse.equinox.internal.app.Activator.start(Activator.java:54)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:999)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:993)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:974)
         at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
         at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:260)
         at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:400)
         at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:111)
         at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:417)
         at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:189)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:340)
         at org.eclipse.osgi.framework.internal.core.SingleSourcePackage.loadClass(SingleSourcePackage.java:37)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java:405)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:369)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:357)
         at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:83)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at org.eclipse.core.internal.runtime.PlatformActivator.startAppContainer(PlatformActivator.java:47)
         at org.eclipse.core.internal.runtime.PlatformActivator.start(PlatformActivator.java:32)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:999)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:993)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:974)
         at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
         at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:350)
         at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1118)
         at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:634)
         at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:508)
         at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:282)
         at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:468)
         at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:195)
         at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:297)
    !ENTRY org.eclipse.osgi 2 0 2008-11-28 11:33:30.482
    !MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
    !SUBENTRY 1 org.eclipse.osgi 2 0 2008-11-28 11:33:30.482
    !MESSAGE Bundle update@plugins/org.eclipse.datatools.connectivity.oda.template.ui_3.0.4.200706071.jar was not resolved.
    !SUBENTRY 2 org.eclipse.datatools.connectivity.oda.template.ui 2 0 2008-11-28 11:33:30.482
    !MESSAGE Missing required bundle org.eclipse.pde.ui_[3.2.0,4.0.0).
    !ENTRY org.eclipse.osgi 2 0 2008-11-28 11:33:30.482
    !MESSAGE The following is a complete list of bundles which are not resolved, see the prior log entry for the root cause if it exists:
    !SUBENTRY 1 org.eclipse.osgi 2 0 2008-11-28 11:33:30.482
    !MESSAGE Bundle update@plugins/org.eclipse.datatools.connectivity.oda.template.ui_3.0.4.200706071.jar [64] was not resolved.
    !SUBENTRY 2 org.eclipse.datatools.connectivity.oda.template.ui 2 0 2008-11-28 11:33:30.482
    !MESSAGE Missing required bundle org.eclipse.pde.ui_[3.2.0,4.0.0).
    Please help me in this regard.
    Thanks,
    Sai

    Did you installed Flex Builder into it's own directory?  This is a very strange error, Flex Builder is saying that it's missing some core plugins from Eclipse.
    If you have Eclipse no your machine, make sure Flex Builder is installed in a different directory.  Do not install Flex Builder where you have Eclipse installed.
    -d

  • How to add Column to Adobe flex mx:DataGrid in mxml and/or actionsctpt?

    I have simple mxml code
    <mx:DataGrid id="DGG"
                 editable="true">
        <mx:dataProvider>
            <mx:Object scheduledDate="4/1/2006"/>
        </mx:dataProvider>
    </mx:DataGrid>
    <mx:Button id="SetBut"
               label="Set Array as Data Provider"
               click="SetDP(); AddBut.visible = true;"
               x="100.5"
               y="164"
               width="211"/>
    <mx:Button id="AddBut"
               label="Add a column!"
               click="AddCol();"
               x="100.5"
               y="194"
               width="211"
               visible="false"/>
    <mx:Script>
        <![CDATA[
            import mx.controls.dataGridClasses.DataGridColumn;
            import mx.collections.ArrayCollection;
            [Bindable]
            public var MyAC:ArrayCollection=new ArrayCollection([{scheduledDate: "4/1/2006", homeTeam: "Chester Bucks"}]);
            public function SetDP():void
                DGG.dataProvider=MyAC
            public function AddCol():void
                MyAC.addItem({scheduledDate: "4/5/2007", homeTeam: "Long Valley Hitters", Umpire: "Amanda Hugenkis"});
                DGG.columns.push(new DataGridColumn("Umpire"));
        ]]>
    </mx:Script>
    I want to add rows to my table datagrid how to do such thing?
    How to add Column to Adobe flex mx:DataGrid in mxml and/or actionsctpt?
    (You can put this code in Flash or AIR app - it will compile with no errors, but will not add any columns=( )

    Change this:
                 public function SetDP():void
                    DGG.dataProvider=MyAC
                    MyAC.addItem({scheduledDate: "4/5/2007", homeTeam: "Long Valley Hitters", Umpire: "Amanda Hugenkis"});
                public function AddCol():void
                    var dgc:DataGridColumn = new DataGridColumn("Umpire");
                    var ca:Array = DGG.columns;
                    ca.push(dgc);
                    DGG.columns = ca;
    Dany

  • Adobe Flex 4 Plug-in for HP Quick Test Pro could not find  any Flex environment fields (TEAFlex*.xml

    Hello all,
    When compiling Flex project with QTP automation libraries included (Flash Builder version is 4.5. QTP is 11, Adobe Flex 4.5 Plugin for HP QuickTest Pro is installed) the message as below pops up
    Adobe Flex 4 Plug-in for HP Quick Test Pro
    Adobe Flex 4 Plug-in for HP Quick Test Pro could not find
    any Flex environment fields (TEAFlex*.xml).
    OK
    After accepting it there is Flex application shown in IE8.
    Trying to record actions in the application gives no effect while TEAPluginIE.dll and TEAPluginQTP.dll are loaded during that.
    What could it be providing that TEAFlex.xml is in the directory where the TEA* dlls reside?
    Have a nice day!

    Adobe's official exam guide outlines exactly what you need to know:
    http://www.adobe.com/devnet/flex/pdfs/ace_exam_guide_flex4.pdf
    I took the Flex 3 ACE recently and found that the guide represents the exam content very well. It looks like there aren't a whole lot of changes in the Flex 4 ACE guidelines.
    To answer your questions:
    LCDS is not on the exam.
    What they expect you to know about the AIR library is very basic. It amounts to simple operation of an AIR app, file system operations, customizing the native window, drag-and-drop, and security. I've never developed an AIR app and got by just fine.
    Before taking the exam, I was already quite comfortable with much of Flex. Along the way I learned a few things that I haven't had a reason to touch. I found the exam to be quite easy, but I'm also a computer science guy and has also just experience Java certification which is much more difficult.
    I breezed through the Training From The Source book and was happy with it. However, you will do just as well with the LiveDocs for free.

  • Query For Adobe Flex 4 Plug-in for QTP

    Hi ,
    I have a query regarding Flash plugin for QTP 11.0 . My application is a web application and it is developed using Flash and java. I wanted to use Adobe Flex 4 plug in but was not able to find it. It is still available for download and will it support QTP 11.0
    Thanks ,
    Shweta

    The Canon EOS 350 (DIgital Rebel XT) was not added to Camera Raw until version 3.1. Photoshop CS only supports Camera Raw 2.x.
    You will need to upgrade to CS2 or use the DNG Converter utility to convert the raw files from the 350 to a DNG file that Photoshop CS can work with.

  • Need your suggestions for developing a Forum Site using Adobe Flex

    Hi ,
    I want to develop a small Forum Site where people can post questions and reply to questions .
    I want to develop the whole thing using Adobe Flex , Is there any plugin avialable for this .
    Means i mean to ask , if i go for normal J2EE there is a JForum avialable as far as i know .
    Please share your ideas .

    I meant "Don't use flex" unless you have some superb new design for a forum. I suspect that if you already had such a design, you wouldn't need to ask the question. Flex for Flex sake isn't good.
    There are already great html forum solutions out there.
    Basically, there's no point in duplicating in Flex what is already done in HTML, unless the Flex version offers a significant improvement to the user experience in some way.
    I am not aware of any Flex forum implementations and there is probably a good reason for that.
    Maybe someone else will know of one.

Maybe you are looking for

  • Error While Trying to update RPM Second time in the same session as Create

    I am getting this error when I try to update item as soon as I create a new one. Error is Source type \CLASS=/RPM/CL_PORTFOLIO_O is not compatible, for the purposes of assignment, with target type \CLASS=/RPM/CL_BUCKET_O CX_SY_MOVE_CAST_ERROR /RPM/CL

  • Yosemite startup with iCloud

    Yosemite startup with a box saying there is a problem login with my email to iCloud is anyone else having the same problem if so how do you fix it this happens nearly every time i startup the mac and go to the main screen i go system preferences then

  • Selecting with colour range doesn't work properly

    Well, at least to me it doesn't work properly.  If I have elements on seperate levels and I use the colour range option to select the area, it works on all the levels, not just the level I have selected.  That's not what I want!  I only want it to se

  • Cash Positioning - some questions

    Please help in understanding these concepts.I have to present a demo. what are overdue transactions?  Please give an example. what is prior day cash flow? the balance type? There are several. what is a float? Overall cash position as at date ex 13 Ap

  • Links in Signature's

    Hi Everyone, I am posting this thread, as more of a voting forum wherein we take a call on whether links after signatures should or should not be allowed. For e.g - when a person signs after writing his reply or giving a answer he can put a signature