- This topic has 5 replies, 2 voices, and was last updated 12 years ago by support-pradeep.
-
AuthorPosts
-
viswamy2kParticipantHi,
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 versioncould you please let us know the reason
thanks in advance
-viswa
support-pradeepMemberviswamy2k,
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 ?
viswamy2kParticipantHi,
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 EditionVersion: 10.6 Blue
Build id: 10.6-Blue-20120727
Blueprint: MyEclipse Blue Edition 10Eclipse 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.exeSteps
——-
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.
viswamy2kParticipantwe 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]
support-pradeepMemberviswamy2k,
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
support-pradeepMemberviswamy2k,
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
-
AuthorPosts