Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » iGesture compilation error
iGesture compilation error [message #650442] Mon, 24 January 2011 21:55
No real name is currently offline No real nameFriend
Messages: 1
Registered: January 2011
Junior Member
I downloaded the iGesture source code (http://www.igesture.org) and attempted to run one of the demo applications in eclipse. I received the following errors:

Jan 24, 2011 4:54:08 PM org.ximtec.igesture.io.Win32MouseProxy <clinit>
SEVERE:
java.lang.UnsupportedOperationException
at com.eaio.nativecall.NativeCall.init(NativeCall.java:131)
at org.ximtec.igesture.io.Win32MouseProxy.<clinit>(Win32MouseProxy.java:64)
at org.ximtec.igesture.io.MouseReader$1.run(MouseReader.java:79 )
Exception in thread "Thread-2" java.lang.NullPointerException
at com.eaio.nativecall.NativeCall.<init>(NativeCall.java:167)
at com.eaio.nativecall.IntCall.<init>(IntCall.java:57)
at org.ximtec.igesture.io.Win32MouseProxy._GetAsyncKeyState(Win 32MouseProxy.java:134)
at org.ximtec.igesture.io.Win32MouseProxy.isMiddleButtonPressed (Win32MouseProxy.java:101)
at org.ximtec.igesture.io.MouseReader$1.run(MouseReader.java:79 )


I am relatively new to eclipse / java. What am I doing wrong?
Previous Topic:How to get the ICompilationUnit
Next Topic:Where in JDT is task tag support implemented?
Goto Forum:
  


Current Time: Fri Apr 19 21:47:11 GMT 2024

Powered by FUDForum. Page generated in 0.02460 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top