Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 390000

Summary: Use JAVA to read Thermo RAW files
Product: [Eclipse Project] JDT Reporter: fangyu liao <fangyu1313>
Component: DebugAssignee: JDT-Debug-Inbox <jdt-debug-inbox>
Status: CLOSED NOT_ECLIPSE QA Contact:
Severity: normal    
Priority: P3 CC: Michael_Rennie
Version: 4.3   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description fangyu liao CLA 2012-09-20 08:12:19 EDT
HI,Im trying to use JAVA to read Thermo RAW files.
and I read the net there is an API IXRawfile can use :
so  i download the mzmatch.jar 
http://sourceforge.net/projects/mzmatch/files/
to get the API where its in 
http://mzmatch.sourceforge.net/peakml/index.html?peakml/io/xrawfile/IXRawfile.html 


I do have installed the environment of Thermo MSFileReader
but whenever I try my code to compile 

IXRawfile raw = new IXRawfile();
raw.init();


the init always wrong with 

org.eclipse.swt.SWTException: Class ID not found in registry
	at org.eclipse.swt.ole.win32.OLE.error(OLE.java:317)
	at org.eclipse.swt.ole.win32.OLE.error(OLE.java:283)
	at org.eclipse.swt.ole.win32.OleClientSite.<init>(OleClientSite.java:232)
	at peakml.io.xrawfile.IXRawfile.init(IXRawfile.java:734)

I search the net they said maybe the UAC,so i turn it off,but still useless.
Can anyone help me?〒.〒
Comment 1 Michael Rennie CLA 2012-09-20 10:14:02 EDT
The Thermo stuff is not developed by Eclipse, I would try asking your question on their sourceforge page - this reads like a configuration problem.