Javafx 2 plugin for RCP

I develop an eclipse RCP application and want to use Javafx 2.
So, i have created a javafx 2 plugin with the wizard New > Project > Plug in development > Plug in from existing jar archives.
My RCP application has a dependency to that plug-in. It compiles and works well when i launch my application from eclipse.
But when i try to deploy it, i obtain a java.lang.NoClassDefFoundError: javafx/scene/chart/Axis caused by java.lang.ClassNotFoundException: javafx.scene.chart.Axis
What's wrong?
My javafx 2 manifest.MF:
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Javafx2
Bundle-SymbolicName: com.thales.plugin.javafx2
Bundle-Version: 2.0.0
Bundle-ClassPath: jfxrt.jar
Export-Package: com.sun.browser.plugin,
com.sun.deploy.uitoolkit.impl.fx,
com.sun.deploy.uitoolkit.impl.fx.ui,
com.sun.deploy.uitoolkit.impl.fx.ui.resources,
com.sun.glass.events,
com.sun.glass.ui,
com.sun.glass.ui.delegate,
com.sun.glass.ui.mac,
com.sun.glass.ui.win,
com.sun.glass.ui.x11,
com.sun.glass.utils,
com.sun.javafx,
com.sun.javafx.animation,
com.sun.javafx.animation.transition,
com.sun.javafx.applet,
com.sun.javafx.application,
com.sun.javafx.beans.annotations,
com.sun.javafx.beans.event,
com.sun.javafx.binding,
com.sun.javafx.charts,
com.sun.javafx.collections,
com.sun.javafx.collections.annotations,
com.sun.javafx.collections.transformation,
com.sun.javafx.css,
com.sun.javafx.css.converters,
com.sun.javafx.css.parser,
com.sun.javafx.cursor,
com.sun.javafx.effect,
com.sun.javafx.embed,
com.sun.javafx.event,
com.sun.javafx.font,
com.sun.javafx.functions,
com.sun.javafx.fxml,
com.sun.javafx.fxml.builder,
com.sun.javafx.fxml.expression,
com.sun.javafx.geom,
com.sun.javafx.geom.transform,
com.sun.javafx.iio,
com.sun.javafx.iio.bmp,
com.sun.javafx.iio.common,
com.sun.javafx.iio.gif,
com.sun.javafx.iio.jpeg,
com.sun.javafx.iio.png,
com.sun.javafx.jmx,
com.sun.javafx.logging,
com.sun.javafx.perf,
com.sun.javafx.property,
com.sun.javafx.robot,
com.sun.javafx.robot.impl,
com.sun.javafx.runnable,
com.sun.javafx.runtime,
com.sun.javafx.runtime.async,
com.sun.javafx.runtime.eula,
com.sun.javafx.runtime.provider,
com.sun.javafx.scene,
com.sun.javafx.scene.control,
com.sun.javafx.scene.control.behavior,
com.sun.javafx.scene.control.skin,
com.sun.javafx.scene.control.skin.resources,
com.sun.javafx.scene.input,
com.sun.javafx.scene.layout.region,
com.sun.javafx.scene.paint,
com.sun.javafx.scene.shape,
com.sun.javafx.scene.text,
com.sun.javafx.scene.traversal,
com.sun.javafx.scene.web.behavior,
com.sun.javafx.scene.web.skin,
com.sun.javafx.sg,
com.sun.javafx.sg.prism,
com.sun.javafx.stage,
com.sun.javafx.svgpath.ext.geom,
com.sun.javafx.svgpath.i18n,
com.sun.javafx.svgpath.parser,
com.sun.javafx.svgpath.util,
com.sun.javafx.svgpath.util.io,
com.sun.javafx.tk,
com.sun.javafx.tk.desktop,
com.sun.javafx.tk.quantum,
com.sun.javafx.util,
com.sun.media.jfxmedia,
com.sun.media.jfxmedia.control,
com.sun.media.jfxmedia.effects,
com.sun.media.jfxmedia.events,
com.sun.media.jfxmedia.locator,
com.sun.media.jfxmedia.logging,
com.sun.media.jfxmedia.metadata,
com.sun.media.jfxmedia.track,
com.sun.media.jfxmediaimpl,
com.sun.openpisces,
com.sun.prism,
com.sun.prism.camera,
com.sun.prism.d3d,
com.sun.prism.impl,
com.sun.prism.impl.packrect,
com.sun.prism.impl.paint,
com.sun.prism.impl.ps,
com.sun.prism.impl.shape,
com.sun.prism.j2d,
com.sun.prism.j2d.paint,
com.sun.prism.nativewindow,
com.sun.prism.nativewindow.impl,
com.sun.prism.opengl,
com.sun.prism.opengl.fixedfunc,
com.sun.prism.opengl.glu,
com.sun.prism.opengl.impl.glu,
com.sun.prism.opengl.impl.glu.error,
com.sun.prism.opengl.impl.glu.tessellator,
com.sun.prism.paint,
com.sun.prism.ps,
com.sun.prism.render,
com.sun.prism.shader,
com.sun.prism.shape,
com.sun.prism.tkal,
com.sun.scenario,
com.sun.scenario.animation,
com.sun.scenario.animation.shared,
com.sun.scenario.effect,
com.sun.scenario.effect.impl,
com.sun.scenario.effect.impl.hw,
com.sun.scenario.effect.impl.hw.d3d,
com.sun.scenario.effect.impl.prism,
com.sun.scenario.effect.impl.prism.ps,
com.sun.scenario.effect.impl.prism.sw,
com.sun.scenario.effect.impl.state,
com.sun.scenario.effect.impl.sw,
com.sun.scenario.effect.impl.sw.java,
com.sun.scenario.effect.impl.sw.sse,
com.sun.scenario.effect.light,
com.sun.t2k,
com.sun.webpane.perf,
com.sun.webpane.platform,
com.sun.webpane.platform.event,
com.sun.webpane.platform.graphics,
com.sun.webpane.sg,
com.sun.webpane.sg.prism,
com.sun.webpane.sg.prism.theme,
com.sun.webpane.sg.theme,
com.sun.webpane.webkit,
com.sun.webpane.webkit.dom,
com.sun.webpane.webkit.network,
com.sun.webpane.webkit.network.about,
com.sun.webpane.webkit.network.data,
com.sun.webpane.webkit.unicode,
glass.mat,
javafx.animation,
javafx.application,
javafx.beans,
javafx.beans.binding,
javafx.beans.property,
javafx.beans.value,
javafx.collections,
javafx.concurrent,
javafx.embed.swing,
javafx.embed.swt,
javafx.event,
javafx.fxml,
javafx.geometry,
javafx.scene,
javafx.scene.chart,
javafx.scene.control,
javafx.scene.control.cell,
javafx.scene.effect,
javafx.scene.image,
javafx.scene.input,
javafx.scene.layout,
javafx.scene.media,
javafx.scene.paint,
javafx.scene.shape,
javafx.scene.text,
javafx.scene.transform,
javafx.scene.web,
javafx.stage,
javafx.util,
netscape.javascript
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Eclipse-BuddyPolicy: registered
My javafx 2 build.properties :
bin.includes = META-INF/,\
jfxrt.jar,\
WebPaneJava.dll,\
decora-d3d.dll,\
decora-sse.dll,\
fxplugins.dll,\
glib-lite.dll,\
gstreamer-lite.dll,\
javafx-font.dll,\
javafx-iio.dll,\
jfxmedia.dll,\
libxml2.dll,\
mat.dll,\
msvcr100.dll,\
prism-d3d.dll
What is missing? How can i deploy javafx in my application so the user does not have to install javafx?
Thanks

Yes, it does!
Finally, i solved my problems by doanloading a eclipse Indigo with the plugin efxclipse.
In the preferences > javafx i set the javafx SDK directory. Then, in my eclipse rcp, i put all javafx packages i needed in the "imported packages".
Finally, i added a dependency of my product to the plugins at.bestsolution.efxclipse.runtime.javafx and at.bestsolution.efxclipse.runtime.osgi found here
I don't know how to do that without efxclipse. I posted a message on their forum to know if there is another way easier than this one.
It seems their is some problems with classloading to fix and the plugin at.bestsolution.efxclipse.runtime.osgi care about that.
If someone has found another solution, i'm interested.
Edited by: Razielwar on 2 mai 2012 05:39

Similar Messages

  • JavaFX plugin for Eclipse IDE problem with installation

    Hello all,
    I am following installation instruction from: http://docs.oracle.com/javafx/1.2/gettingstarted/eclipse-plugin/index.html
    In my Eclipse IDE "Install new software" -> "Add site" the link http://javafx.com/downloads/eclipse-plugin/ is not recognized as valid software site.
    I receive message:
    "Unable to read repository at http://javafx.com/downloads/eclipse-plugin/.
    http://javafx.com/downloads/eclipse-plugin/ is not a valid repository location."
    Please help me to install JavaFX plugin for Eclipse.
    Best regards,
    Slawek

    913150 wrote:
    I appreciate someone is providing "homemade" plugins but when You want design reliable application it is better to use some widely supported solution.
    Tom Schindl is the only one person who takes care about this stuff. For me it is not an option :(
    I am using Eclipse because my company uses it. I used to Eclipse. However when it comes to test some new technologies form Java world I see problems.
    Oracle drives Java development - they launched GlassFish, Netbeans, JavaFX.... etc. Eclipse has to catch up with every new thing but it takes time.
    Assuming NetBeans developers are in better situation. Easy Glassfish integration, embeded support for JavaFX....
    I don't like to use two IDE's pararelly.
    Is there any chance that official plugin for JavaFX 2.0 will be available?
    Funny how you rant about all that and still demand answers about Eclipse in the Oracle Java forum.
    This has nothing to do with how Eclipse advances; "Eclipse" is only the bare IDE and a minimal set of plugins. Basically everything that you bolt onto it is a third party, or "home made" plugin. Some plugins will be updated quickly, others more slowly depending on how active the developers are. Its just how Eclipse works. At least try this alternative plugin, perhaps it is usable until a better supported solution opens up for Eclipse. Or use Netbeans. Or use command line tools. Be a true engineer - adapt to the situation and get the job done.

  • Error installing JavaFX 1.2 Plugin for Eclipse

    Hi
    I'm trying to install the JavaFX Plugin for Eclipse 3.5.1. I followed the instructions on the site, but when eclipse is downloading the needed files(from http://javafx.com/downloads/eclipse-plugin/ ) I get the following error:
    An error occurred while collecting items to be installed
    session context was:(profile=SDKProfile, phase=org.eclipse.equinox.internal.provisional.p2.engine.phases.Collect, operand=, action=).
    No repository found containing: osgi.bundle,com.sun.javafx.eclipse.core,1.2.0.200905280115
    No repository found containing: osgi.bundle,com.sun.javafx.eclipse.editor,1.2.0.200905280115
    No repository found containing: osgi.bundle,com.sun.javafx.eclipse.editor.lib,1.2.0.200905280115
    No repository found containing: org.eclipse.update.feature,com.sun.javafx.eclipse.feature,1.2.0.200905280115
    No repository found containing: osgi.bundle,com.sun.javafx.eclipse.templates,1.2.0.200905280115
    Any ideea on what's wrong ? Please help.
    Thanks in advance

    Tnx for replies.
    After half a day of research I have come to a (hasty) conclusion that for my type of application JavaFX is NOT READY for adoption.
    I was surprised to find that official Java and JavaFX integration only consists of embedding Swing components in JavaFX. Ill be using multithreading, asynch socket IO, tray icon/menu and a few others things that dont seem easy if at all possible to do in JavaFX. For long periods the application will be running without any visible gui while still doing lots of networking. So obviously Java is going to be controlling the the App and JavaFX will only be in charge of the View. I found some hacks to run JavaFX from Java but I don't want to do hacks and possibly break the license.
    Im a bit confused where Sun is going with JavaFX, they add support for WS and ATOM - does that mean they will eventually copy all features from Java to JavaFX changing it from a domain specific language to general purpose one? If they dont provide an easy way for the app to do the grunt work in java and only use JavaFX for gui then that must be their aim? But how many developers are gonna wait for years untill JavaFX can do everything that Java can do?

  • Creating Eclipse Plugin for BerkleyDB

    Hi
    I am trying to create a plugin for the BerkelyDB XML for the Eclipse RCP framework (www.eclipse.org). I've installed the window installer version for BerkleyDB XML.
    I was wondering what .dll files are required for the jar files or if anyone have done something similar before.

    Hi,
    You'll need all of the .dll files that are included with the Windows installer, probably including the msv* (C, C++ runtime) libraries.
    You shouldn't need anything but the dlls and the jar files.
    Regards,
    George

  • Eclipse JavaFX plugin

    Is there any eclipse plug in available for JavaFX 2.0. Please provide the URL for download if anything is available.
    Thanks in advance.

    What is stopping you from typing "eclipse javafx 2" into google and finding out for yourself?
    There is no official plugin for Eclipse and I haven't seen any hint that there will be. Any plugin support will come from third party providers, like is usually the case for Eclipse. The Google search I did for you seems to hint that this is your best bet for now:
    http://tomsondev.bestsolution.at/2012/01/31/efxclipse-0-0-12-released/

  • Fedora 13: After upgrading from FF3.6 to FF6.0.2 I no longer have a Java plugin. How do I configure the Java Plugin for FF 6 ? There is no Java Plugin at the site

    I am Fedora 13x64 bit. I just installed FF v6.0.2 from the FF download site. I backed up the existing FF 3.6 as firefox_old
    I need to have a Java plugin to access company site, how do I configure the Java Plugin ?
    At the Plugin area in FF6 there is no Java Plugin available, even after a search.
    I have Java 1.6.0 installed in the OS at:
    /usr/lib/jvm/java-1.6.0/jre/lib/amd64/libnpjp2.so
    I googled how to configure Java Plugin for FF 6 for Fedora 13 and the trick was to create a soft link from /home/<userID>/.mozilla/plugins to the above libnpjp2.so

    AVtech wrote:
    . . . If a person can't get an answer here I don't know where else to turn since Sun certainly wouldn't offer tech support for a free product . . .These forums are user forums, and only occasionally visited by Sun employees. Sun does provide Java technical support options, although (of course) at a charge.
    See:
    http://developers.sun.com/services/
    . . . I guess we'll just use JRE 5 until it's unsupported, whenever that will be. I'm still waiting for an answer on that question, too. See:
    http://java.sun.com/products/archive/eol.policy.html
    http://www.sun.com/service/eosl/
    This document (part IV and Appendix) has some debugging and troubleshooting information that may allow someone involved in the problem to resolve the cause:
    See:
    http://java.sun.com/javase/6/docs/technotes/guides/plugin/developer_guide/contents.htm
    Any steps that you can take to isolate the problem to specific Java versions, browsers, applets, web sites, operating systems (and versions), etc, would enhance the possibility of getting help.
    You can try the applets at this Sun location and see if any of them are "slow".
    See:
    http://java.sun.com/javase/6/docs/technotes/samples/demos.html

  • I am trying to integrate simulink model (.mdl) file with SIT of Labview for RCP and HIL purpose. I am using Labview 8.6, Simulink 6.6 with RTW 6.6 and RTW embedded coder 4.6 ,Visual C Express 2008 and Visual C++ Express 2008.

    I am trying to integrate simulink model (.mdl) file with SIT of Labview for RCP and HIL purpose. I am using Labview 8.6, Simulink 6.6 with RTW 6.6 and RTW embedded coder 4.6 ,Visual C Express 2008 and Visual C++ Express 2008. I have selected system target file as nidll.tlc,make command as make_rtw and template nidll_vs.tmf. When I try to generate .dll file I get the following error.
    Attachments:
    SITProblem.JPG ‏101 KB

    Hi,
    No . I could not solve the issue. Presently we are using microautobox (from Dspace)for doing the RCP.
    Himadri 

  • Setting up the Apache HTTP Plugin for several BEA Servers

    Hey together,
    i would like to setup the apache http plugin for several bea-servers.
    I am running apache 1.x on my hp-ux system. There are 2 bea-server-domains on this box and both should be proxied by the plugin simultaneously.
    As far as i know it isn't possible to run 2 or more instances of the apache webserver. I heard of virtualhosts, maybe i should try this one out.
    Somebody knows how to deal with this problem or does any1 know if virtualhosts could cope with my needs?
    Thanks in advance

    Ok here i am again and i'm stuck. Here my wishes again:
    there are 2 weblogic-instances (domains) running on a machine xxx, instance A listening on port 8041, instance B listening on port 8051. I want to configure apache virtualhosts in combination with weblogic plugins, so that request with /ld will be sent to instance A while requests with /ldd will be sent to instance B. Both are no clusters. Therefore i tried it with the following configuration (httpd.conf):
    <VirtualHost xxx:8080>
         DocumentRoot "/opt/hpws/apache/htdocs"
         ServerName xxx:8080
         <IfModule mod_weblogic.c>
         WebLogicHost xxx
         WebLogicPort 8041
         #MatchExpression *
         #PathPrepend=/test2
         </IfModule>
         <Location /ld>
         SetHandler weblogic-handler
         PathTrim /ld
         </Location>
    </VirtualHost>
    # VirtualHost2 = xxx:8090
    <VirtualHost xxx:8090>
         DocumentRoot "/opt/hpws/apache/htdocs"
         ServerName xxx:8090
         <IfModule mod_weblogic.c>
         WebLogicHost xxx
         WebLogicPort 8051
         #MatchExpression *
         #PathPrepend=/test2
         </IfModule>
         <Location /ldd>
         SetHandler weblogic-handler
         PathTrim /ldd
         </Location>
    Doesnt really work. Can some1 help please?
    Thanks

  • Can I do this with a plugin for Reader?

    Hello, I'm totally new to Adobe Reader development and I'm in the need to develop a plugin for Reader that must implement certain functionality. Before starting, I think it's better to ask to the experts if what I want to do is possible or if what I need goes beyond what the Adobe API provides. So, if you're so kind, I'd like you to check the list of needed features and please tell me if they can be fulfilled with a Reader Plugin.
    The plugin must work for Adobe Reader 7,8,9 and 10. It's not a problem if I need to develop a plugin for each version.
    When the user tries to print a document, I will block/cancel the printing process depending on which document is tried to be printed (the full path to the document will be needed).
    I need traceability in "Save as" and "Save as text" features, if the user saves a copy of "c:\file.pdf" into "c:\file - copy.pdf" I need to know both the source and the destiny of the save as operation. Same for any kind of "export to format x" operations if possible.
    I need to be able to communicate with another module via named pipe to periodically send information. This might require dinamically loading a DLL and calling its methods.
    [Optional] I need to restrict the use of the clipboard depending on the documents opened in Reader, i.e. don't allow to copy if a certain document is opened.
    [Optional] If a document is exported via file printer (like Microsoft xps printer), I need traceability on this operation. I'm really pesimistic about this one.
    Also, I'm assuming that retrieving the list of opened documents, or the "active" document will be possible at any time. Please, correct me if wrong.
    Thank you very much for your time, for reading and helping. Im' not asking you to tell me how to implement every single feature, I just need to know if I will be able to implement them when I get some knowledge.
    Have a great day. Greets.
    Message was edited by: fernandoarrabal reason: bad phrasing

    Two things.
    First – Adobe no longer supports Reader 7 or 8, so you would be on your own for those.
    Second, in order to develop a plugin for Reader you need to obtain a license from Adobe.  Details and forms are in the Acrobat SDK.   Start this process ASAP as that will tell you whether you will be able to do your plugin or not.

  • How to configure webserver plugin for IIS to fwd request to multiple server

    Hi,
    Have configured Sun One webserver plugin for IIS is configured as per the documentation - http://docs.sun.com/source/816-7156-10/agplugin.html
    Have a requirement to forward the request to three different servers
    Eg : http://www.host1.com/app1
    http://www.host2.com/app2
    http://www.host3.com/app3
    Getting bad gateway error when this is configured in sun-passthrough.properties file
    serverpool1.server=http://www.host1.com
    serverpool1.passthrough=/app1
    serverpool2.server=http://www.host2.com/
    serverpool2.passthrough=/app2
    Is this configuration wrong?
    Thanks

    First, set the user back to www or whatever it was. To do namebased virtual hosting, you'll need to change two things. The first is to add a NameVirtualHost directive to /etc/httpd/sites/virtualhostglobal.conf
    This is one of the VirtualHost stanzas from my Linux box, you just have to adjust the paths for your machine:
    <VirtualHost www.mydomain.com>
    ServerAlias mydomain.com
    ServerAdmin [email protected]
    DocumentRoot /usr/people/httpd/html/www
    <Directory /usr/people/httpd/html/www>
    Options Includes
    AllowOverride AuthConfig
    </Directory>
    ScriptAlias /bin /usr/people/httpd/cgi-bin/www
    ScriptAlias /cgi-bin /usr/people/httpd/cgi-bin/www
    </VirtualHost>
    Restart Apache and you should be good to go. If there are errors, could you post them from /var/log/httpd/error_log ?
    Roger

  • Third party plugin for premier pro cs6

    I installed a third party plugin for premier pro cs6 on my mac and it's not loading... How can get premiere to see it in the program?

    hi todd,
    cart in front of the horse syndrome - wrote BEFORE reading the article. sorry ;-)
    am coming from 10 years of vegas, unhappily so, but at my age 60+, i'm wary of anything new....

  • How can i create a plugin for adobe in design CS3

    i'm trying to make a plugin to use it in adobe Indesign CS3 program but i can't
    i'm using Windows 7
    i had tryed to make a plugin using Eclips with indesign plugin editor and Visual studio C++ but i can't as i can;t find where can i write my code and there is also an error while debuging is that :
    <error PRJ0019: A tool returned an error code from "Performing Custom Build Step">
    after working out  this error "by adding the directory of Odfrc.exe in tools->VC++ Directories->executable file" another error raise to me :
    <Unknown compiler version - please run the configure tests and report the results> and the visual studio raise message box to me to specify the name of the executable file to be used for the debug session
    i don;t know wat can i do know all i need to create a plugin for indesign program so could any one help me ??

    Each version of the SDK has very specific demands for the compiler setup, and this in turn relies heavily on the operating system. The CS3 SDK probably was based on a much older version of Visual Studio.
    Compare your toolchain against the requirements that should be stated somewhere in the CS3 documentation. It's a solid bet you are years ahead -- there simply is no reason for Adobe to keep on supporting all OSes and compilers that continue to appear, for a version of InDesign that's by now 2.5 versions old.

  • How can I create a search plugin for multiple fields

    There are a number of sites that have search capabilities but they require entries into multiple fields.
    One such site is for instance the IBM Employee directory.
    (http://www.ibm.com/contact/employees/servlets/lookup)
    On this site - in order to get usable results - I have to enter both First name and Last name of the employee I'm looking for.
    I created a search plugin for the site, however I wasn't able to split the entered text into two parts and provide them as separate fields for the form.
    Is there a way to do this?
    Regards,
    Imre

    Hi,
    This is excellent. Not search-plugin though but but this is as good as a search-plugin. (Even better, as I haven't seen any solution with the plugins for the problem.)
    I didn't know that it was possible to use javascript as bookmark location.
    Thanks,
    Imre

  • Using XMP Lib in a plugin for CS5.0 Windows

    Hello
    I have been able to compile the XMP-Toolkit-SDK-5.1.2 and use it successfully in a plugin for CS5.0 Mac OS X.
    Im now trying to do the same on windows, but with no luck. Im using MS Visual C++ 2008 express edition.
    There seems to be a conflict between the XML library and msvcprt.lib library. If I try to exclude the msvcprt.lib library I get only one error.
    If I try to exclude the msvcprt.lib i get the following problem:
    1>PlugInStatics1.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall std::locale::id::id(unsigned int)" (__imp_??0id@locale@std@@QAE@I@Z)
    I get the following linker problems:
    1>XMPCoreStaticRelease.lib(WXMPMeta.obj) : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
    1>msvcprt.lib(MSVCP90.dll) : error LNK2005: "public: __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@ABV01@@Z) already defined in XMPCoreStaticRelease.lib(XMPCore_Impl.obj)
    1>msvcprt.lib(MSVCP90.dll) : error LNK2005: "public: __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::~basic_string<char,struct std::char_traits<char>,class std::allocator<char> >(void)" (??1?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ) already defined in XMPCoreStaticRelease.lib(WXMPMeta.obj)
    1>msvcprt.lib(MSVCP90.dll) : error LNK2005: "public: char const * __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::c_str(void)const " (?c_str@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBEPBDXZ) already defined in XMPCoreStaticRelease.lib(WXMPMeta.obj)
    1>msvcprt.lib(MSVCP90.dll) : error LNK2005: "public: __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >(char const *)" (??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@PBD@Z) already defined in XMPCoreStaticRelease.lib(XMPCore_Impl.obj)
    1>msvcprt.lib(MSVCP90.dll) : error LNK2005: "public: unsigned int __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::size(void)const " (?size@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBEIXZ) already defined in XMPCoreStaticRelease.lib(WXMPMeta.obj)
    1>msvcprt.lib(MSVCP90.dll) : error LNK2005: "public: void __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::push_back(char)" (?push_back@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXD@Z) already defined in XMPCoreStaticRelease.lib(XMPUtils.obj)
    1>msvcprt.lib(MSVCP90.dll) : error LNK2005: "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > & __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::assign(char const *,unsigned int)" (?assign@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV12@PBDI@Z) already defined in XMPCoreStaticRelease.lib(XMPCore_Impl.obj)
    1>msvcprt.lib(MSVCP90.dll) : error LNK2005: "public: char const * __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::data(void)const " (?data@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBEPBDXZ) already defined in XMPFilesStaticRelease.lib(P2_Handler.obj)
    1>msvcprt.lib(MSVCP90.dll) : error LNK2005: "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > & __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::operator=(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (??4?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV01@ABV01@@Z) already defined in XMPCoreStaticRelease.lib(XMPCore_Impl.obj)
    1>msvcprt.lib(MSVCP90.dll) : error LNK2005: "public: __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >(void)" (??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ) already defined in XMPCoreStaticRelease.lib(WXMPMeta.obj)
    Best Regards
    / Pontus Hulin

    Hi Pontus.
    You're probably mixing static libraries with shared.
    Regards
    Bartek

  • A little info about the iSync plugin for the N97

    Several 3rd party developers have confirmed that something is broken in the way the N97 communicates via the iSync plugin. Nokia has changed, incorrectly implemented, or out right made something wrong and a firmware upgrade is DRASTICALLY needed or a plugin will NEVER work. The problem started with Nokia and ends with Nokia. They need to fix the problem with the N97. The developers feel that unless Nokia fixes this problem there will never be a plugin for the N97. It is as simple as that.
    This is all the info that I have at the moment. For the time being the only way to sync your data is:
    1. Prepare all of your data the way you want on your phone and then us Ovi. This can be a problem too as Ovi is not that great and is not very stable.
    2. You can use Memotoo (www.memotoo.com) to sync your data via SyncML. I have used tried it and it works okay. Better than Ovi for sure but it costs.
    3. You can use The Missing Sync by Mark Space (www.markspace.com - currently testing). It does not use the same way to sync via iSync plugins. The Missing Sync sends a plugin to your phone instead. The syncing is very stable and works flawlessly. The only drawback is that the phone plugin is not exactly designed for the N97 and it requires that the N97 needs to be reboot sometimes to sync. Other than this, the operation is flawless and it appears that Mark Space will be able to fix this one problem faster than Nokia will be able to fix their phone.
    Hope this helps...... 
    Show the KUDOS button some love.... Hit that bad boy.... It don't hurt....
    Apple iPhone 5,
    Retina MacBook Pro, iPad Mini, Nikon D4

    Yes, once you have MfE, you can sync N97 to Google Calendar and Gmail Contact list. The Mac's iCal app can add the Google Calendar. For Address Book, there are two choices: Access Gmail Contact via LDAP, or do proper synchronization in iSync style (see http://lifehacker.com/393855/enable-google-contact-sync-without-an-iphoneipod-touch).
    MfE is not "installed" by default in the N97, but it is actually there. I need to credit someone on this forum for mentioning it, but I'm afraid I forgot who. The steps are basically thus:
    Basically go to the Menu -> App folder, look for Settings Wizard "Sett. wiz.". Try to setup an email account from there. Don't use your gmail account though (it seems like MfE tries to be smart when it recognizes some email domains and pre-selects some settings for you, but we need to be able to access some options to set on our own). Don't worry about this account, you can always delete it once MfE is configured. At some point of the setup, you will be asked what kind of server. Choose Mail for Exchange. This will trigger Mail for Exchange to be installed.
    Subsequently you will see your MfE folder populated with Mail for Exchange and other stuffs. Get into it and configure your Gmail. Some settings to note:
    Exchange server: m.google.com
    Secure connection: Yes
    Use default port: Yes
    Username: Your gmail username (just the name, no need the @gmail.com part)
    Password: For the gmail account
    Domain: gmail.com (I believe blank is also ok, but mine is current set as such)
    Make sure that synchronization is set for Contacts and Calendar only. Tasks must be disabled (it used to be because Google Calendar did not support Tasks, but even they do support Tasks now, it still breaks MfE). Email must be disabled.
    Done.
    I did have further trouble though. The sync keeps hanging and then eventually "Invalid Password" error (yah right, after sync halfway they realize my password is wrong... no, something else is mucked up). I eventually deleted my phone data, and re-sync it from Google again, and everything was fine.
    Once you've got your phone data on Google, you can search Google for other tips on pulling the data into Mac.
    Hope you have fun getting this to work. 

Maybe you are looking for

  • Does my OfficeJet 8500 have an internal hard drive?

    I have an HP OfficeJet Pro 8500 All-In-One (FAX/Scan/Print/Photo) printer that doesn't work and I'd like to get rid of it.  Before I dispose of it, I'd like to know if there's an internal hard drive that could potentially be storing anything I may ha

  • Connect the Iphone 4s iOS 7.1 to "JBL onTime micro"

    Hey Com., i just bought a "JBL on Time micro", and tried to use it with my Iphone 4S with at least iOS 7..., but the Phone wether gets power charged nor the Music is played. My qustion now would be if anyone of you has a solution i may try?

  • Ignore the cancelled invoice to create accounting

    In 12.1.3, when we run create accouting, the accounting program will pick up all the unaccounted invoice to create accounting. However, we want the accounting program to ignore those cancelled invoice and canncelled paymen to create accounting. Pleas

  • Rendering in Garageband to mp4

    When I produce a song in GarageBand 10.0.1 and try to render under share burn to disk.....it will only download part of the song or render part of the recording? Why? I want the whole song as a mp4a or mp3 file? What am I doing wrong?

  • Help moving a few songs to my library on the external drive

    My iTunes Library is located on an external drive. I have now downloaded some songs and podcasts from the iTunes store while my external drive was not attached. Those songs then ended up on my local disk. I now want to move those files to the proper