facebook

NoSuchMethodError: org.eclipse.swt.internal.ole.win32.COM

  1. MyEclipse IDE
  2.  > 
  3. Installation, Configuration & Updates
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #332004 Reply

    viswamy2k
    Participant

    Hi,

    Im getting the follwing error while using workflow task copy and paste tasks

    java.lang.NoSuchMethodError: org.eclipse.swt.internal.ole.win32.COM.GlobalAlloc(II)I
    at org.eclipse.swt.dnd.Clipboard.GetData(Clipboard.java:610)
    at org.eclipse.swt.dnd.Clipboard.access$3(Clipboard.java:573)
    at org.eclipse.swt.dnd.Clipboard$1.method3(Clipboard.java:523)
    at org.eclipse.swt.internal.ole.win32.COMObject.callback3(COMObject.java:92)
    at org.eclipse.swt.internal.ole.win32.COM.OleFlushClipboard(Native Method)
    at org.eclipse.swt.dnd.Clipboard.dispose(Clipboard.java:220)
    But this is working fine with 32 bit myeclipse blue 10.6 version

    could you please let us know the reason

    thanks in advance
    -viswa

    #332005 Reply

    viswamy2k,

    Sorry to hear you are running into this issue. Could you provide below details to help me investigate further –
    1. Open MyEclipse IDE, from menu options click on MyEclipse > Installation Summary > Installation Details and copy and paste the same here
    2. Can you please provide detailed steps to help me reproduce this issue at my end ?

    #332006 Reply

    viswamy2k
    Participant

    Hi,

    Install details
    —————-

    *** System properties:
    OS=Windows7
    OS version=6.1.0
    OS arch=amd64
    Profile arch=x86_64
    Window system=win32
    Java version=1.7.0_07
    Workspace=file:/C:/WorkspaceWAS/
    VM Args=-Xmx512m
    -XX:MaxPermSize=256m
    -XX:ReservedCodeCacheSize=64m
    -Dosgi.nls.warnings=ignore
    -jar
    C:\MYECLI~1\MYECLI~1\../Common/plugins/ORB7B5~1.JAR

    *** Subscription information
    Your 30-day trial period expires on Nov 14, 2012

    *** Eclipse details:
    MyEclipse Blue Edition

    Version: 10.6 Blue
    Build id: 10.6-Blue-20120727
    Blueprint: MyEclipse Blue Edition 10

    Eclipse startup command=-os
    win32
    -ws
    win32
    -arch
    x86_64
    -showsplash
    -launcher
    C:\MyEclipseBlue106\MyEclipse Blue Edition 10\myeclipse-blue.exe
    -name
    Myeclipse-blue
    –launcher.library
    C:\MyEclipseBlue106\MyEclipse Blue Edition 10\../Common/plugins/org.eclipse.equinox.launcher.i18n.win32.win32.x86_64_4.2.0.v201201111650\eclipse_4201.dll
    -startup
    C:\MyEclipseBlue106\MyEclipse Blue Edition 10\../Common/plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
    -exitdata
    fc0_5c
    -install
    C:\MyEclipseBlue106\MyEclipse Blue Edition 10
    -configuration
    C:\MyEclipseBlue106\MyEclipse Blue Edition 10\configuration
    -clean
    -vm
    C:\Java\jre7\bin\javaw.exe

    Steps
    ——-
    we are trying to write the some xml content to clipborad using the myeclipse swt plug-in for that we have wtitten a class which extends byarraytransfer.java which part of swt jar, here we are using javatonative api to send the content to clipboard and we are getting the exceptio here.

    #332033 Reply

    viswamy2k
    Participant

    we have observed that the com.globalalloc in 64 bit swt plugin is returning long where as in 32 bit its int, so we want to support our code for both of them, what is the best way of handling this[/i]

    #332034 Reply

    viswamy2k,

    Thank you for the installation details. Please note that we do not provide intrinsic support for any additional functionality, over what eclipse has.I suggest you check on Eclipse forums for better support

    #332078 Reply

    viswamy2k,

    A correction for my previous reply. We do not usually provide any support for plugin development which is a base eclipse function. I suggest you check on Eclipse forums for better support

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: NoSuchMethodError: org.eclipse.swt.internal.ole.win32.COM

You must be logged in to post in the forum log in