Java Library/SDOAPI for 9i?

We have built a lot of Java code using the sdoapi for 8.1.6 and 8.1.7.
We are now looking for upgrade to 9i, but the sdoapi code does not work with 9i. It cannot get a GeomtryAdaptor, null returned.
When is Oracle going to relase the sdoapi for 9i? Are there any work arounds for getting the existing sdoapi to work?
thanks,
Andrew

I'd really like to know this also. Come on Oracle whats the score?

Similar Messages

  • Java Class Library (SDOAPI)

    Greetings,
    Using Oracle Spatial Java Class Library (SDOAPI) GeometryAdapter.importGeometry method on the following geometry causes a InvalidGeometryException to be thrown.
    SDO_GEOMETRY(3001, NULL, NULL, SDO_ELEM_INFO_ARRAY(1, 0, 6000, 4, 1, 1),
    SDO_ORDINATE_ARRAY(27.3384, 81.4328, 0, 587581.22, 4789617.17, 0))
    This geometry appears to be valid according to the SDO_GEOM.VALIDATE_LAYER and SDO_GEOM.VALIDATE_GEOMETRY functions.
    How can this geometry be read using the SDOAPI?
    Thanks,
    Jeff

    Daniel,
    Thank you for the prompt response and valuable information. My registration contains my accurate e-mail address. Please notify as soon this bug fix is available.
    Thank You,
    Jeff

  • Including library dependency for Java Callout in OSB Proxy

    Hi,
    I have a simple question for which a simple answer is eluding me:
    I have developed a simple Java Callout for us in a proxy message flow and that Java class has a dependency on the Commons IO library but for the life of me I can see how I can ensure the proxy is deployed with the library in the classpath because when I perform a simple publish and test the service I get the exception:
    <8/06/2009 10:22:27 AM NZST> <Error> <OSB Transform> <BEA-382515> <Callout to java method "public static void com.oracle.mtm.tools.Archiver.archive(byte[],java.lang.String)" resulted in exception: null
    java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at etc...
    java.lang.NoClassDefFoundError: org/apache/commons/io/FileUtils
         at etc...
    i.e. the Commons IO (e.g. org/apache/commons/io/FileUtils) is not in the classpath.
    There must be a simple way of declaring this dependency or something and have the library loaded but I can't find it.
    Any help much appreciated!

    Well I managed to answer my own question in the end. It's simply a matter of selecting jar dependencies from other jars which can be done by double clicking ("opening") the jar within the OSB Conf project which opens a jar dependencies dialogue box. As expected it's easy when you know how...

  • Global java-library for graphical mapping?

    we hava a global .jar-java library we want to use in all software components (and not import them into all software comonents)
    in xi2.0 there was a procedure to update library.txt and reference.txt:
    reference library:XILookup library:jco
    (The XILookup class needs access to JCO)
    reference IntegrationServices library:XILookup
    (make XILookup visible to mapping runtime)
    reference ExchangeRepository library:XILookup
    (make XILookup visible to design-time)
    now in xi 3.0 we deployed the library as a j2ee library using nwds
    but how can i create the referenze to the exchangerepository and mapping runtime?
    thanks for any help
    joerg

    Hello
    I have the same problem. I want deploy also a jar library on xi system and after use this library for a messages mapping.
    I won't use the external Archives, i must use the library for different names spaces.
    I use for the deploying a library module in the NetWeaver developer studio. The deploying is working. But the mapping never found the jar library.
    Thanks for help.
    Regards Tom

  • Java library for Translating text

    I need to translate texts.. english <-> german.. english <-> french and so on.
    I would like to know if you know any Offline, software (commercial too!) that offers some java library to translate text strings.
    Thank you!

    duffymo wrote:
    I just heard from a reliable source that Vegas is a pit. I've never had an urge to go, but this kills any spark there might have been. Even Jessica Simpson wearing nothing but a pink Romo jersey in a Palms luxury suite would be enough to persuade me.
    As for TO, I think he's not even fit to be an Orville Redenbacker spokesclown.
    %I've mentioned it to my wife as a vacation spot. I haven't been to Las Vegas since I was two (many years ago) but I heard it is more "family-friendly." Amusement parks for the kids, the Hoover Dam, and a jumping-off spot for a Grand Canyon visit.
    The other option was the Dunkin Donuts in Willimantic but Mr. Patel who owns it, is a bit of a jerk. ;-)

  • Java library for local search algorithms?

    Hi everybody,
    Could anyone please help me with the following?
    I am looking for a Java library with already implemented local search algorithms. Does such a thing exist? Would anyone recommend one?
    I am testing several AI programs and need to select the best parameters for each one (in a relatively large number of experiments). I could write my own search algorithm, of course, but it would be so much easier to use several already implemented algorithms and choose the best one.
    Thanks in advance for any pointers.
    Anna

    Here is an interesting question. Say you build the central control system of a rocket ship using Java, should you then be able to ask questions about rocket ships in Java forums?
    Well you can try, but I wouldn't hold your breath to find another rocket scientist in such a place. You may want to go to a forum where rocket scientists congregate in stead. Just a friendly tip.

  • Java library for large list sorts in small amount of memory

    Hi All
    Wondering whether anybody would know of a ready made java library for sorting large lists of objects. We will write ourselves if necessary but I'm hoping this is the sort of problem that has been solved a million times and may hopefully have been wrapped behind some nice interface
    What we need to do is something along the line of:
    Load a large list with objects (duh!)
    If that list fits into an allowed amount of memory great. Sort it and end of story.
    If it won't then have some mechanism for spilling over onto disk and perform the best sort algorithm possible given some spill over onto disk.
    These sorts need to be used in scenarios such as a random selection of 10% of the records in a 100G unsorted file and delivered sorted, with the jobs doing the sorts being limited to as little as 64MB of memory (these are extremes but ones that happen quite regularly).
    Some of you might think "just use a database". Been there. Done that. And for reasons beyond the scope of this post its a no goer.
    Thanking you for all your help in advance.

    Of course this kind of sorting was common back in days of yore when we had mainframes with less than 1MB or ram.
    The classic algorithm uses serveral files.
    1) Load as much as will fit
    2) sort it
    3) Write it to a temporary file
    4) Repeat from 1, altnerating output between two or three temp files.
    Your temporary files then each contain a series of sorted sequences (try saying that three times fast).
    You then merge these sequences into longer sequences, creating more temp files. Then merge the longer sequences into even longer ones, and so on until you're left with just the one sequence.
    Merging doesn't require any significant memory use however long the sequences. You only need to hold one record from each temp file being merged.

  • Java Library for MS Word (.doc) to PDF Conversion

    Hi,
    My customer would like to use BI Publisher's PDF Binding and Merging features to combine BIP PDF outputs with another documents in Solaris platform. However, currently those documents are all in Word .doc format only and the customer does not want to consider converting those into other formats like RTF.
    Does BI Publisher provide library for converting .doc format directly into PDF? If not, does anyone know a Java library on the market that can best do the job?
    Geoffrey

    From: <[email protected]><br /><br />| @graffiti, Even if a printer does work, it doesn't solve my on-screen appearance. I<br />| want the document to look good both on-screen and printed. At presented, the on-screen<br />| doesn't look good.<br /><br />| @David, can you please elaborate a bit further? The signature should be a WMF file? I<br />| looked at the various file types from the Photoshop Save-As dropdown menu, and WMF was<br />| not among them. One of my critical elements is to be able to save the signature with a<br />| transparent background, not a white background.<br /><br />| Can you elaborate more on the "low compression ratio"? I have got no clue what that is<br />| about or where to change it.<br /><br /><br />I don't what to tell 'ya about WMF so here is a good Wiki on it...<br />http://en.wikipedia.org/wiki/Windows_Metafile<br /><br />As for the compression ratio...<br /><br />{ the following is based upon my installation of Acrobat 9 but most versions are<br />relatively the same }<br /><br />In "Printers and faxes"<br />Right-Click on "Adobe PDF"<br />Choose; "Print preferences"<br />Under "default settings" choose "Edit"<br />Now choose "Images"<br /><br />You will find settings for "compression" and "Image quality"<br /><br />The objective is "high quality" and "low" or no compression.<br /><br /><br />-- <br />Dave<br />http://www.claymania.com/removal-trojan-adware.html<br />Multi-AV - http://www.pctipp.ch/downloads/dl/35905.asp

  • HELP Java library for interpolation

    Hi, we need for a text recognition project a java library for improving the pixel resolution. Now we get a low pixel resolution from our device and the results of the text recognition software are not so good. Our idea is to interpolate the recognized pixel. How know a suitable Java library.

    rene1000 wrote:
    Hi, we need for a text recognition project a java library for improving the pixel resolution. Now we get a low pixel resolution from our device and the results of the text recognition software are not so good. This is not possible in any language or any platform anywhere in the universe.
    Our idea is to interpolate the recognized pixel. How know a suitable Java library.I'm confused, now it sounds to me like you just want to scale the image so it's larger?
    Please try to clearly describe what you need to do.

  • Java library for JPG Compression

    I have to compress the JPG images with good quality. Please suggest a good java library for image compression.
    Thanks

    Demo:
    import java.awt.*;
    import java.net.*;
    import java.io.*;
    import java.util.*;
    import javax.imageio.*;
    import java.awt.image.*;
    import javax.swing.*;
    import javax.swing.event.*;
    public class ImageCompressExample implements Runnable, ChangeListener {
        private BufferedImage original;
        private JLabel compressedLabel;
        private JSlider slider;
        private int byteCount;
        public ImageCompressExample(String url) throws IOException {
            original = ImageIO.read(new URL(url));
        public void run() {
            slider = new JSlider();
            slider.setMajorTickSpacing(10);
            slider.setPaintTicks(true);
            slider.setPaintLabels(true);
            slider.addChangeListener(this);
            compressedLabel= new JLabel();
            updateCompressedLabel();
            JPanel labelPanel = new JPanel(new GridLayout(2,1));
            JLabel originalLabel = new JLabel(new ImageIcon(original));
            originalLabel.setBorder(BorderFactory.createTitledBorder("original image"));
            labelPanel.add(originalLabel);
            labelPanel.add(compressedLabel);
            JFrame f = new JFrame();
            f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            f.getContentPane().add(labelPanel, BorderLayout.CENTER);
            f.getContentPane().add(slider, BorderLayout.SOUTH);
            f.pack();
            f.setResizable(false);
            f.setLocationRelativeTo(null);
            f.setVisible(true);
        public void stateChanged(ChangeEvent e) {
            if (!slider.getValueIsAdjusting())
                updateCompressedLabel();
        private void updateCompressedLabel() {
            int value = slider.getValue();
            compressedLabel.setIcon(new ImageIcon(compress(original, value/100f)));
            String title = String.format("compression quality = %d%%, bytes = %,d", value,  byteCount);
            compressedLabel.setBorder(BorderFactory.createTitledBorder(title));
        public BufferedImage compress(BufferedImage image, float quality) {
            try {
                Iterator<ImageWriter> writers = ImageIO.getImageWritersBySuffix("jpeg");
                ImageWriter writer = writers.next();
                ImageWriteParam param = writer.getDefaultWriteParam();
                param.setCompressionMode(ImageWriteParam.MODE_EXPLICIT);
                param.setCompressionQuality(quality);
                ByteArrayOutputStream out = new ByteArrayOutputStream();
                writer.setOutput(ImageIO.createImageOutputStream(out));
                writer.write(null, new IIOImage(image, null, null), param);
                byte[] data = out.toByteArray();
                this.byteCount = data.length;
                ByteArrayInputStream in = new ByteArrayInputStream(data);
                return ImageIO.read(in);
            } catch (IOException e) {
                throw new RuntimeException(e);
        public static void main(String[] args) {
            try {
                String url = "http://www.rsportscars.com/foto/03/carreragt06.jpg";
                EventQueue.invokeLater(new ImageCompressExample(url));
            } catch (IOException e) {
                e.printStackTrace();
    }

  • Java Library for dynamic PDF form creation similar to LiveCycle Designer

    Hi
    I have a requirement as below :
    Requirement :  I need to create a dynamic PDF form with a barcode of type PDF417. Where a user can fill the form offline and after click on some button it will save the form offline and generate a barcode in the same PDF. Later on usaer can take a printout or send the saved pdf as it is.
    Currently I am able to create such pdf from using LiveCycle Designer. But I need to create it manually using designer and then need to apply Reader Extension on it using livecycle server.
    I want to do this programatically. I would like to create a similar form using some Java Library.
    Is it possible to create it dynamicaly(using programs)? how ?
    Does any one know how to acheive this ?
    Can anyone help me please ?
    Thank you very much in advance.

    I heard about LiveCycle ES3 server and was wondering if it could be of any use in my scenario. Can some one explain how to use jar files in standalone application .  I explored the  livecycle forms api but could not figure out how it may be used ?

  • Download Oracle Spatial Java Library

    Hi,
    Has anyone been able to download the Oracle Spatial Java Library? The error I receive is that I have agreed to the license terms even though I have checked all the check boxes and clicked on "I Agree". The same happens when trying to download the documentation for the same product and I am logged in at the time.
    Regards,
    Sean

    If you have oracle enterprise , oracle spatial java library comes bundled with it.
    You may look at $ora_home/product/{version}/db_1/md/jlib/sdoapi.jar , just change the path according to your installation. I just tried to provide you an hint.
    /BR
    Ravi
    Edited by: user4753049 on Feb 10, 2011 12:48 AM

  • Adpatch Fail WithError Cannot Get Table Of Contents In Library File For Pro

    I install EBS R12.1.1 on windows server 2003 R2 on the vmware station.
    when I upgrade R12.1.3 adpatch the 9239089, it has the error,the log is belowing:
    ===============================================================
    ---ad----------------------------------------
    Extracting object modules for product ad...
    C:/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin/adlibout.sh: line 332: lib: command not found
    adlibout: error: cannot get table of contents in library file for product ad
    File name is C:/oracle/PROD/apps/apps_st/appl/ad/12.0.0/lib/adst.lib
    Skipping to next product...
    ================================================================
    I check doc[ID 335488.1], the problem is same as I.
    and i do the steps in this document.
    step1:
    i check %JAVA_TOP%=C:\oracle\PROD\apps\apps_st\comn\java\classes,but there is not files loadjava.zip. so i copy it from C:\oracle\PROD\apps\apps_st\comn\java\lib; then i add the classpath on the setting of the environment variables in the system properties.
    step2:
    i check it has the lib.exe adst.lib fndst.lib and work correctly.
    STEP3:
    I don't know how can I do the following information:
    +*<moderator edit - deleted MOS Doc content - pl do not post such content - it is a violation of your Support agreement>*+
    Are there persons can help me?

    C:\Documents and Settings\Administrator>which lib
    C:\mvcs\VC\bin/lib.exe
    C:\Documents and Settings\Administrator>lib /nologo /list C:\oracle\PROD\apps\ap
    ps_st\appl\ad\12.0.0\lib\adst.lib
    adpcdlvl.obj
    adpdrv.obj
    adpvov.obj
    adusnap.obj
    aidrdf.obj
    aidsql.obj
    aifgms.obj
    aiibas.obj
    aijmgr.obj
    aijmtab.obj
    aijwrkr.obj
    aiogfm.obj
    aioora.obj
    aiospawn.obj
    aiuarg.obj
    aiucef.obj
    aiucmd.obj
    aiufil.obj
    aiulog.obj
    aijtim.obj
    ailreg.obj
    aimrdb.obj
    aiofrl.obj
    aiojava.obj
    aiopatch.obj
    aipind.obj
    aipini.obj
    aiuoqg.obj
    aiuora.obj
    dmeef.obj
    dmmcad.obj
    dmmcon.obj
    dmmffk.obj
    dmmmax.obj
    dmmmis.obj
    dmmnew.obj
    dmmobs.obj
    dmmold.obj
    dmmsrc.obj
    dmmtar.obj
    dmud.obj
    adicep.obj
    admfac.obj
    admfrt.obj
    adpact.obj
    adpfil.obj
    adpgbl.obj
    adphist.obj
    adpmisc.obj
    adppmf.obj
    adprdc.obj
    adpver.obj
    adsmisc.obj
    adsugu.obj
    aduattr.obj
    adudbsn.obj
    adufbb.obj
    aduffk.obj
    adufpk.obj
    adufrt.obj
    adufsq.obj
    aduftb.obj
    adufvw.obj
    aiumem.obj
    aiures.obj
    aiusql.obj
    aiustr.obj
    aiustrg.obj
    aiuval.obj
    aiuver.obj
    aiz.obj
    dmecep.obj
    dmesr.obj
    dmmact.obj
    dmmb.obj
    dmmbi.obj
    dmmcep.obj
    dmmef.obj
    aioenv.obj
    aiofcp.obj
    aiofdl.obj
    aiofgg.obj
    aiofgp.obj
    aiofgr.obj
    aiofls.obj
    aiofsp.obj
    aioful.obj
    aiofvf.obj
    aiofxx.obj
    aioini.obj
    aioproc.obj
    aiosdt.obj
    aiotime.obj
    aiounl.obj
    aipclien.obj
    aipfind.obj
    aifrdf.obj
    aifrof.obj
    aifunl.obj
    aifvaf.obj
    aifz.obj
    aiicot.obj
    aiidps.obj
    aiierr.obj
    aiiics.obj
    aiiind.obj
    aiiini.obj
    aiiipb.obj
    aiipdm.obj
    aiispm.obj
    aijcssd.obj
    aijcsssm.obj
    aijctrl.obj
    aijhigh.obj
    aijmjava.obj
    aijmlist.obj
    aiccep.obj
    aicdb.obj
    aicdgrt.obj
    aicdind.obj
    aicdprv.obj
    aicds2.obj
    aicdsyn.obj
    aicdview.obj
    aicfile.obj
    aicintfc.obj
    aicpar.obj
    aicsave.obj
    aictsu.obj
    aidafc.obj
    aidapp.obj
    aidcfk.obj
    aidcrt.obj
    aidenv.obj
    adufea09.obj
    adufeat.obj
    adufix.obj
    adugbl.obj
    aduhsh.obj
    adum.obj
    adumd.obj
    adumef1.obj
    adumef2.obj
    aduoix.obj
    adupln.obj
    adurts.obj
    admpmf.obj
    admpmr.obj
    admprn.obj
    admpst.obj
    adncep.obj
    adpcfv.obj
    adpfndld.obj
    adphena.obj
    adpintfc.obj
    adpparr.obj
    adppdep.obj
    adptask.obj
    adsenv.obj
    adsha1.obj
    admpmd.obj
    admpbf.obj
    admgri.obj
    admd5.obj
    admd.obj
    admatr.obj
    admart.obj
    admamo.obj
    admaln.obj
    admabb.obj
    admaac.obj
    adino.obj
    adifo.obj
    addts.obj
    addbs.obj
    adcptch.obj
    adcosd.obj
    adcintfc.obj
    adcfil2.obj
    adcfil1.obj
    adcds.obj
    adccfl.obj
    adapps.obj
    adufea08.obj
    adufea07.obj
    adufea06.obj
    adufea05.obj
    adufea04.obj
    adufea03.obj
    adufea02.obj
    adufea01.obj
    aduf.obj
    adue.obj
    adudyn.obj
    aducsfs.obj
    aducd.obj
    aduatcfg.obj
    aduabb.obj
    aduaaf.obj
    adsrtr.obj
    adsrpd.obj
    adsrlo.obj
    adsrln.obj
    adxpfpps.obj
    aduxxx.obj
    aduxvw.obj
    aduxtb.obj
    aduxsz.obj
    aduxsq.obj
    aduxsn.obj
    aduxpv.obj
    aduxpm.obj
    aduxpk.obj
    aduxix.obj
    aduxft.obj
    aduxfk.obj
    aduxco.obj
    aduxbb.obj
    adustb.obj
    adussq.obj
    adussf.obj
    adusrt.obj
    adusq2.obj
    aduspk.obj
    adusix.obj
    adusfk.obj
    adusbb.obj
    aifpll.obj
    aiflrv.obj
    aiflnk.obj
    aiflist.obj
    aifif.obj
    aifgov.obj
    aifggd.obj
    aifdrv.obj
    aifcf.obj
    aidz.obj
    aidvao.obj
    aiduic.obj
    aidsws.obj
    aidsiz.obj
    aidora.obj
    aidldf.obj
    aidgrnt.obj
    aidfgs.obj
    aideva.obj
    aiodxx.obj
    aiocset.obj
    aiocef.obj
    aimz.obj
    aimudb.obj
    aimres.obj
    aimras.obj
    aimlld.obj
    aimiup.obj
    aimism.obj
    aimini.obj
    aimact.obj
    ailtrf.obj
    ailmisc.obj
    ailifc.obj
    ailfind.obj
    aijtodo.obj
    aijpkch.obj
    aijpdep.obj
    aijmres.obj
    aiuext.obj
    aitz.obj
    aitwrt.obj
    aitshp.obj
    aitopt.obj
    aitldf.obj
    aitlang.obj
    aitfile.obj
    aitcom.obj
    aitarc.obj
    aipz.obj
    aipvrs.obj
    aipudb.obj
    aiptest.obj
    aiprpf.obj
    aipres.obj
    aiprel.obj
    aippgrp.obj
    aipodf.obj
    aipmsob.obj
    aipmisc.obj
    dmusr.obj
    dmus.obj
    dmumn.obj
    dmuef.obj
    dmucom.obj
    dmmuid.obj
    dmmsr.obj
    dmmp2.obj
    dmmp1.obj
    aijboth.obj
    aiimm.obj
    aiigce.obj
    aiicfg.obj
    aifgrp.obj
    aifgfm.obj
    aidjawk.obj
    aiddua.obj
    aiddgr.obj
    aidafo.obj
    aicdtab.obj
    aicdseq.obj
    aicdora.obj
    aicdcons.obj
    aduovw.obj
    aduotb.obj
    aduort.obj
    aduoprc.obj
    aduopk.obj
    aduofk.obj
    aduobb.obj
    dmutt.obj
    C:\Documents and Settings\Administrator>lib /nologo /list C:\oracle\PROD\apps\ap
    ps_st\appl\fnd\12.0.0\lib\fndst.lib
    fdfwtk.obj
    fdplbr.obj
    fdprep.obj
    fdspwd.obj
    fdssgn.obj
    fdxidk.obj
    fdxidr.obj
    fdxsqk.obj
    fdxsqr.obj
    spnnt.obj
    spnunx.obj
    afdgfn.obj
    afdrdb.obj
    afdrrt.obj
    afdrsc.obj
    afmem.obj
    afpcmn.obj
    afpeim.obj
    afpo.obj
    afppqs.obj
    afpsgc.obj
    ccmsssvc.obj
    fdfapi.obj
    fdfchy.obj
    fdfcom.obj
    fdfdbg.obj
    fdfdds.obj
    fdfdfu.obj
    fdfdtj.obj
    fdfdvu.obj
    fdffbu.obj
    fdffds.obj
    fdfffu.obj
    fdffile.obj
    fdffld.obj
    fdffvs.obj
    fdmenu.obj
    fdparg.obj
    fdpibm.obj
    fdpperl.obj
    fdprrc.obj
    fdpsql.obj
    fdpstp.obj
    fdsecp.obj
    fdsgbl.obj
    afppur.obj
    afpsec.obj
    afpsm.obj
    afpsmc.obj
    afpsmg.obj
    afpsrs.obj
    afscp.obj
    afspwd.obj
    afupi.obj
    afuprt.obj
    ccmsup.obj
    ccmsvc.obj
    fdacv.obj
    fdatat.obj
    fdaupd.obj
    fdfbpl.obj
    fdfbtr.obj
    xitdgmd.obj
    xitdgme.obj
    xitdgmi.obj
    xitdgml.obj
    xitdgmo.obj
    xitdgmp.obj
    xitdgmr.obj
    xitdgms.obj
    xitdgmz.obj
    xitdin.obj
    xitdmf.obj
    xitdmp.obj
    xitdoe.obj
    xitdpa.obj
    xitdpo.obj
    xitdpr.obj
    xitdpy.obj
    xitdra.obj
    xitdrg.obj
    xitdsa.obj
    xitdsp.obj
    xitdus.obj
    xitdwp.obj
    stdafx.obj
    usdccf.obj
    usdfmv.obj
    usdgpa.obj
    usdhtml.obj
    usdins.obj
    usdmac.obj
    usdmpe.obj
    usdnt.obj
    usdoaut.obj
    usdos2.obj
    usdpar.obj
    usdspid.obj
    usdstub.obj
    usdtec.obj
    usdwin.obj
    usdxit.obj
    wfcore.obj
    wfdes.obj
    wfext.obj
    wffile.obj
    wfidx.obj
    wfldr.obj
    wfldrf.obj
    fdwask.obj
    fdxapp.obj
    fdxcls.obj
    fdxdat.obj
    fdxdcf.obj
    fdxdsp.obj
    fdxefv.obj
    fdxext.obj
    fdxfil.obj
    fdxgvl.obj
    fdxkmd.obj
    fdxlcs.obj
    fdxmc.obj
    fdxml.obj
    fdxnls.obj
    fdxpii.obj
    fdxprf.obj
    fdxpst.obj
    fdxqus.obj
    fdxsqf.obj
    fdxsql.obj
    fdpsps.obj
    fdpsqp.obj
    fdpsra.obj
    fdptls.obj
    fdptmx.obj
    fdpurq.obj
    fdpvwr.obj
    fdpwrt.obj
    fdrcmp.obj
    fdrfcmp.obj
    fdrpbf.obj
    fdrutl.obj
    fdsarg.obj
    fdsaud.obj
    fdsctl.obj
    fdsgtk.obj
    fdsnxt.obj
    fdssck.obj
    fdhhlp.obj
    fdidrv.obj
    fdipth.obj
    fdisqf.obj
    fdllov.obj
    fdndbc.obj
    fdndcf.obj
    fdnlng.obj
    fdnwsc.obj
    fdomsg.obj
    fdowln.obj
    fdpblf.obj
    fdpbq.obj
    fdpccr.obj
    fdpcrc.obj
    fdpdbf.obj
    fdpdbg.obj
    fdpdf.obj
    fdpemon.obj
    fdperi.obj
    fdpevt.obj
    fdpfqr.obj
    fdpgcf.obj
    fddxit.obj
    fdefil.obj
    fdfile.obj
    afsxss.obj
    afsys.obj
    aftime.obj
    aftimr.obj
    afttf2t3.obj
    afttflib.obj
    afubtree.obj
    afuddl.obj
    afuepp.obj
    afufld.obj
    afugai.obj
    afugli.obj
    afulzw.obj
    afusc.obj
    afust.obj
    afutim.obj
    afvbt.obj
    afvca.obj
    afvpa.obj
    afwaol.obj
    afwdev.obj
    afwevt.obj
    afwgeo.obj
    afpgpr.obj
    afpgri.obj
    afpgrs.obj
    afpgsr.obj
    afplog.obj
    afpmir.obj
    afpolg.obj
    afpops.obj
    afpoux.obj
    afpoval.obj
    afppio.obj
    afppir.obj
    afprcl.obj
    afgfhdoc.obj
    afgldbs.obj
    afglpw.obj
    afhtmhlp.obj
    afifld.obj
    afixfs.obj
    afixfsb.obj
    afixlh.obj
    afixpic.obj
    afixpm.obj
    afixpmuu.obj
    afixucf.obj
    afixupgn.obj
    afixust.obj
    aflog.obj
    aflutl.obj
    afmath.obj
    afmsg.obj
    afoleaut.obj
    aforg.obj
    afgbox.obj
    affntrep.obj
    affntlst.obj
    affntgen.obj
    affile.obj
    afenv.obj
    afe.obj
    afdwin.obj
    afdtmp.obj
    afdsrw.obj
    afdsil.obj
    afdict.obj
    afdfrm.obj
    afdf.obj
    afdcx.obj
    afdcpm.obj
    afdacc.obj
    afctx.obj
    afcs2uni.obj
    afcore.obj
    afcharrp.obj
    afpgip.obj
    afpfsv.obj
    afpfsc.obj
    afpfs.obj
    afpflx.obj
    afpdwpur.obj
    afpdpo.obj
    afpdon.obj
    afpdlk.obj
    afpdbg.obj
    afpcmt.obj
    afpcc.obj
    afpcbidi.obj
    afpcat.obj
    afpcal.obj
    afstr.obj
    afspc.obj
    afslov.obj
    afshape.obj
    afsfld.obj
    afpvpc.obj
    afpufe.obj
    afpucf.obj
    afptstp.obj
    afptmttp.obj
    afptmi.obj
    afptmc.obj
    afptm.obj
    afpspt.obj
    afpsmf.obj
    afpscg.obj
    afprun.obj
    afprul.obj
    fdcpspn.obj
    fdastr.obj
    fdarux.obj
    fdahmi.obj
    fdacon.obj
    cregkey.obj
    ccmupi.obj
    ccmsvcpg.obj
    ccmsetup.obj
    ccmrkey.obj
    ccmppsht.obj
    ccmoptpg.obj
    ccmmndlg.obj
    alroms.obj
    afwsys.obj
    afwpal.obj
    afwlib.obj
    afwkflw.obj
    afwind.obj
    fdpscm.obj
    fdpsbm.obj
    fdpsar.obj
    fdprst.obj
    fdprpt.obj
    fdprmo.obj
    fdprlk.obj
    fdprhl.obj
    fdpreq.obj
    fdprcp.obj
    fdpprn.obj
    fdppev.obj
    fdppbr.obj
    fdpmst.obj
    fdpmbr.obj
    fdplnk.obj
    fdpldr.obj
    fdpimp.obj
    fdphbe.obj
    fdpgrq.obj
    fduxit.obj
    fduuid.obj
    fdutkn.obj
    fdutim.obj
    fdusql.obj
    fduopr.obj
    fdumod.obj
    fduli.obj
    fdugwi.obj
    fdugii.obj
    fdugci.obj
    fdueds.obj
    fdudat.obj
    fducst.obj
    fducsq.obj
    fdsxit.obj
    fdstkt.obj
    fdssvl.obj
    fdssuq.obj
    fdsssk.obj
    fdssop.obj
    spnvms.obj
    spnos2.obj
    spnmpe.obj
    spnmac.obj
    spndos.obj
    gmalloc.obj
    fpe.obj
    flutil.obj
    flup.obj
    fllog.obj
    flglob.obj
    fldisp.obj
    fldb.obj
    flada.obj
    fdxwrk.obj
    fdxwho.obj
    fdxutl.obj
    fdxuar.obj
    fdxtrc.obj
    fdxtmr.obj
    xitdgma.obj
    xitdgl.obj
    xitdff.obj
    xitdfa.obj
    xitden.obj
    xitddt.obj
    xitdcs.obj
    xitdcp.obj
    xitdbm.obj
    xitdax.obj
    xitdas.obj
    xitdar.obj
    xitdap.obj
    xitdal.obj
    xirnop.obj
    wfrsp.obj
    wfresg.obj
    wfres.obj
    wfomgul.obj
    wfomgucn.obj
    wfntf.obj
    wfmutil.obj
    wfmsiic.obj
    wfms.obj
    wfmlr.obj
    afpprr.obj
    afpprq.obj
    afpprn.obj
    afpprc.obj
    afpperl.obj
    afppcp.obj
    afpiml.obj
    afpi.obj
    afpgrq.obj
    afpgmg.obj
    afpesa.obj
    afperq.obj
    afpeot.obj
    afpejp.obj
    afpcsq.obj
    afpcrs.obj
    afpcra.obj
    afpbwv.obj
    afpatn.obj
    afixube.obj
    afixft.obj
    fdfkbt.obj
    fdfkbr.obj
    fdfkbp.obj
    fdfkbe.obj
    fdfkba.obj
    usdsim.obj
    fpep.obj
    fpeb.obj
    fdxver.obj
    fduprn.obj
    fduhex.obj
    fdugpi.obj
    fdssoa.obj
    fdsrsp.obj
    fdfwrt.obj
    fdfwmsg.obj
    fdfwin.obj
    fdfwfld.obj
    fdfweb.obj
    fdfvsu.obj
    fdfvgn.obj
    fdfval.obj
    fdfutl.obj
    fdfupu.obj
    fdftdu.obj
    fdfstr.obj
    fdfsrw.obj
    fdfsdf.obj
    fdfrfu.obj
    fdfobj.obj
    fdflop.obj
    fdflist.obj
    fdfkva.obj
    fdfksr.obj
    fdfkfu2.obj
    fdfkfu.obj
    fdfkds.obj
    fdfgli.obj
    fdfgcx.obj

  • Java update 1 for MAC OS 10.6 caused problems

    Hello,
    Today I installed the new java update 1 for Mac OS 10.6 and my eclipse is no longer working.
    Actually, the eclipse itself is starting up okay, the problem is when I try to startup jboss AS to start working I get the following error:
    ERROR: This jdwp native library will not work with this VM's version of JVMTI (1.0.36), it needs JVMTI 1.1[.102].
    This happened right after I installed the update.
    To make things more complicated, my workspace in eclipse is set to compile/deploy with a JDK 5 installation I have. Since the update was supposed to only affect the JDK 6 that comes with Snow Leopard, and I'm not using it to run JBoss AS in eclipse, in theory there shouldn't be any problem.
    The eclipse itself is running on JDK 6, however.
    Anyone have a clue? Unfortunately I'm not using time machine and cannot revert the update.

    I updated my Snow Leopard on Friday 4th, and since that moment i can't run MyEclipse 7.5, and i get this message:
    Process: myeclipse [252]
    Path: /Library/Genuitec/MyEclipse 7.5/myeclipse.app/Contents/MacOS/myeclipse
    Identifier: org.eclipse.eclipse
    Version: 3.4 (3.4)
    Code Type: X86 (Native)
    Parent Process: ??? [1]
    Date/Time: 2009-12-06 11:07:46.588 +0100
    OS Version: Mac OS X 10.6.2 (10C540)
    Report Version: 6
    Interval Since Last Report: 139693 sec
    Crashes Since Last Report: 12
    Per-App Interval Since Last Report: 36592 sec
    Per-App Crashes Since Last Report: 10
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000000
    Crashed Thread: 3
    Thread 0: Dispatch queue: com.apple.main-thread
    0 libzip.jnilib 0x00548c32 0x547000 + 7218
    1 libzip.jnilib 0x00551db5 ZIP_ReadEntry + 387
    2 libclient.dylib 0x11aa841c 0x11a00000 + 689180
    3 libclient.dylib 0x11aa80a2 0x11a00000 + 688290
    4 libclient.dylib 0x11a55251 0x11a00000 + 348753
    5 libclient.dylib 0x11a54294 0x11a00000 + 344724
    6 libclient.dylib 0x11af1318 0x11a00000 + 987928
    7 libclient.dylib 0x11b1ad43 0x11a00000 + 1158467
    8 libclient.dylib 0x11b1f02b 0x11a00000 + 1175595
    9 ??? 0x1390e9f3 0 + 328264179
    10 ??? 0x13900227 0 + 328204839
    11 libclient.dylib 0x11b1931a 0x11a00000 + 1151770
    12 libclient.dylib 0x11b19036 0x11a00000 + 1151030
    13 libclient.dylib 0x11b18fdb 0x11a00000 + 1150939
    14 libclient.dylib 0x11b18a1b 0x11a00000 + 1149467
    15 libclient.dylib 0x11b187ab 0x11a00000 + 1148843
    16 libclient.dylib 0x11b1b64b 0x11a00000 + 1160779
    17 libclient.dylib 0x11b20b02 0x11a00000 + 1182466
    18 libclient.dylib 0x11b20a92 0x11a00000 + 1182354
    19 libclient.dylib 0x11af2a25 0x11a00000 + 993829
    20 libclient.dylib 0x11af1fae 0x11a00000 + 991150
    21 libclient.dylib 0x11af1e03 0x11a00000 + 990723
    22 libclient.dylib 0x11af1c29 0x11a00000 + 990249
    23 libclient.dylib 0x11af2bd9 0x11a00000 + 994265
    24 libclient.dylib 0x11ae92e0 0x11a00000 + 955104
    25 libclient.dylib 0x11a0e414 0x11a00000 + 58388
    26 libclient.dylib 0x11a016d3 0x11a00000 + 5843
    27 libclient.dylib 0x11bf6d49 JNICreateJavaVMImpl + 185
    28 eclipse_1115.so 0x0007d2e5 startJavaJNI + 202
    29 eclipse_1115.so 0x0007c3b7 startJavaVM + 119
    30 eclipse_1115.so 0x00079aa7 run + 1342
    31 org.eclipse.eclipse 0x00001e9e original_main + 884
    32 org.eclipse.eclipse 0x00002770 main + 768
    33 org.eclipse.eclipse 0x00001b0e _start + 216
    34 org.eclipse.eclipse 0x00001a35 start + 41
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x968740ea kevent + 10
    1 libSystem.B.dylib 0x96874804 dispatch_mgrinvoke + 215
    2 libSystem.B.dylib 0x96873cc3 dispatch_queueinvoke + 163
    3 libSystem.B.dylib 0x96873a68 dispatch_workerthread2 + 234
    4 libSystem.B.dylib 0x968734f1 pthreadwqthread + 390
    5 libSystem.B.dylib 0x96873336 start_wqthread + 30
    Thread 2:
    0 libSystem.B.dylib 0x96873182 _workqkernreturn + 10
    1 libSystem.B.dylib 0x96873718 pthreadwqthread + 941
    2 libSystem.B.dylib 0x96873336 start_wqthread + 30
    Thread 3 Crashed:
    0 libclient.dylib 0x11afee4e 0x11a00000 + 1044046
    1 libclient.dylib 0x11afe86c 0x11a00000 + 1042540
    2 libclient.dylib 0x11afe7ed 0x11a00000 + 1042413
    3 libclient.dylib 0x11afe78b 0x11a00000 + 1042315
    4 libclient.dylib 0x11afe619 0x11a00000 + 1041945
    5 libSystem.B.dylib 0x968b954c machmsgserver + 380
    6 libclient.dylib 0x11a0eb75 0x11a00000 + 60277
    7 libclient.dylib 0x11a0e935 0x11a00000 + 59701
    8 libclient.dylib 0x11cc54f5 JVM_RaiseSignal + 441397
    9 libSystem.B.dylib 0x96943e52 pthreadbody + 27
    Thread 3 crashed with X86 Thread State (32-bit):
    eax: 0x00000000 ebx: 0x11afee3b ecx: 0x00000000 edx: 0x00000009
    edi: 0x000e2000 esi: 0x00000000 ebp: 0xb0184d38 esp: 0xb0184d24
    ss: 0x0000001f efl: 0x00010206 eip: 0x11afee4e cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x0000001f gs: 0x00000037
    cr2: 0x00000000
    Binary Images:
    0x1000 - 0x3fff +org.eclipse.eclipse 3.4 (3.4) /Library/Genuitec/MyEclipse 7.5/myeclipse.app/Contents/MacOS/myeclipse
    0x79000 - 0x8104b +eclipse_1115.so ??? (???) /Library/Genuitec/Common/plugins/org.eclipse.equinox.launcher.carbon.macosx1.0.101.R34x_v20080731/eclipse1115.so
    0xb6000 - 0xbdff7 com.apple.JavaVM 13.1.0 (13.1.0) <2842C4EE-869D-81E6-E771-062F583A1044> /System/Library/Frameworks/JavaVM.framework/JavaVM
    0xe4000 - 0xecff7 libverify.dylib ??? (???) <0E0C6835-68C5-A72F-8CA0-77857B632513> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libverify. dylib
    0x500000 - 0x507ff7 JavaNativeFoundation ??? (???) <1107BBC2-DFC1-CF1F-44EE-27F7D4349BE6> /System/Library/Frameworks/JavaVM.framework/Versions/A/Frameworks/JavaNativeFou ndation.framework/Versions/A/JavaNativeFoundation
    0x518000 - 0x535ff7 libjava.jnilib ??? (???) <C4C57812-6A25-85AB-441B-DE1A71A8DF18> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libjava.jn ilib
    0x547000 - 0x553ff7 libzip.jnilib ??? (???) <1317EACC-2494-70C3-4B43-FC9D04579EAF> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libzip.jni lib
    0x11a00000 - 0x11d50ffb libclient.dylib ??? (???) <A1BC00EA-6C14-2A98-3CA4-CA910B38771C> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0-leopard/Libraries/li bclient.dylib
    0x13000000 - 0x133f6fe7 libclient.dylib ??? (???) <6B8B4A7E-2844-3AD6-239E-122121D37485> /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Libraries/libclient. dylib
    0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <211AF0DD-42D9-79C8-BB6A-1F4BEEF4B4AB> /usr/lib/dyld
    0x900c6000 - 0x900c9ff7 libCoreVMClient.dylib ??? (???) <A89D7A78-8FB0-2BDF-30DB-A35E04A6186B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x90121000 - 0x90125ff7 libGIF.dylib ??? (???) <83FB0DCC-355F-A930-E570-0BD95086CC59> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x90484000 - 0x9048eff7 libGL.dylib ??? (???) <76A207FE-889A-CF1B-AF9A-795EEE5A463E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x9048f000 - 0x9048fff7 com.apple.Carbon 150 (152) <608A04AB-F35D-D2EB-6629-16B88FB32074> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x90490000 - 0x904d4ff3 com.apple.coreui 2 (113) <D0FA9B36-3708-D5BF-0CC3-6CC1909BC8E6> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x90557000 - 0x905b1ff7 com.apple.framework.IOKit 2.0 (???) <1BE07087-27D5-0E62-F06B-007C2BED4073> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90de8000 - 0x90e38fe7 libGLU.dylib ??? (???) <659ADCA2-10EC-59BD-1B0A-4928A965F1D1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x90e39000 - 0x91717ff7 com.apple.AppKit 6.6.3 (1038.25) <72A9AA47-8DCB-DB07-64F5-F837E98C62D8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x91718000 - 0x9174dff7 libcups.2.dylib ??? (???) <BE4E095C-EECA-017E-11AA-C65F4D2B15C8> /usr/lib/libcups.2.dylib
    0x9174e000 - 0x91754fff com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x91755000 - 0x91775fe7 com.apple.opencl 12 (12) <2DB56F60-577B-6724-5708-7B082F62CC0F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x91776000 - 0x91779fe7 libmathCommon.A.dylib ??? (???) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x9177a000 - 0x9179afe7 libresolv.9.dylib ??? (???) <A48921CB-3FA7-3071-AF9C-2D86FB493A3A> /usr/lib/libresolv.9.dylib
    0x917dd000 - 0x91857fef com.apple.audio.CoreAudio 3.2.2 (3.2.2) <1F97B48A-327B-89CC-7C01-3865179716E0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x91858000 - 0x91870ff7 com.apple.CFOpenDirectory 10.6 (10.6) <1537FB4F-C112-5D12-1E5D-3B1002A4038F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x91871000 - 0x91871ff7 com.apple.CoreServices 44 (44) <AC35D112-5FB9-9C8C-6189-5F5945072375> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x91879000 - 0x918c6feb com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <BF66BA5D-BBC8-78A5-DBE2-F9DE3DD1D775> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x91902000 - 0x9199efe7 com.apple.ApplicationServices.ATS 4.1 (???) <EA26375D-8276-9671-645D-D28CAEC95292> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x919df000 - 0x919fbfe3 com.apple.openscripting 1.3.1 (???) <DA16DE48-59F4-C94B-EBE3-7FAF772211A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x919fc000 - 0x91c6cffb com.apple.Foundation 6.6.1 (751.14) <CD815A50-BB33-5AA1-DD73-A5B07D394DDA> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x91c80000 - 0x91d33fff libFontParser.dylib ??? (???) <FAD5E96D-CF93-CC86-6B30-A6594B930772> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x91d8d000 - 0x921a3ff7 libBLAS.dylib ??? (???) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x921a4000 - 0x924c7fef com.apple.HIToolbox 1.6.2 (???) <E02640B9-7BC3-A4B4-6202-9E4127DDFDD6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x924c8000 - 0x925baff7 libcrypto.0.9.8.dylib ??? (???) <792B8722-3091-5E9F-E25F-67499CFE0599> /usr/lib/libcrypto.0.9.8.dylib
    0x925bb000 - 0x925cdff7 com.apple.MultitouchSupport.framework 204.9 (204.9) <B639F02B-33CC-150C-AE8C-1007EA7648F9> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x925ce000 - 0x925d8fe7 com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x92a9b000 - 0x92aa9fe7 libz.1.dylib ??? (???) <7B7A02AB-DA99-6180-880E-D28E4F9AA8EB> /usr/lib/libz.1.dylib
    0x92aaa000 - 0x92ad0fff com.apple.DictionaryServices 1.1.1 (1.1.1) <02709230-9B37-C743-6E27-3FCFD18211F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x92b1a000 - 0x92b1aff7 com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x92b21000 - 0x92b85ffb com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x92b86000 - 0x92c60ff3 com.apple.DesktopServices 1.5.3 (1.5.3) <DA02AC94-7B0C-BD75-2305-C46A307A5FB0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92e66000 - 0x92f30fef com.apple.CoreServices.OSServices 352 (352) <D9F21CA4-EED0-705F-8F3C-F1322D114B52> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x930a3000 - 0x930e7fe7 com.apple.Metadata 10.6.2 (507.4) <DBCBAE7D-7B34-7806-C0B9-1E6E6D45562F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x930e8000 - 0x930e8ff7 liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x93126000 - 0x93254fe7 com.apple.CoreData 102.1 (250) <F33FF4A1-D7F9-4F6D-3153-E5F2588479EB> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9370c000 - 0x93eef4b7 com.apple.CoreGraphics 1.536.12 (???) <263EB5FC-DEAD-7C5B-C486-EC86C173F952> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x93ef0000 - 0x93f81fe7 com.apple.print.framework.PrintCore 6.1 (312.3) <6D4322AF-703C-CC19-77B4-53E6D3BB18D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x94120000 - 0x9443ffe7 com.apple.CoreServices.CarbonCore 861.2 (861.2) <A9077470-3786-09F2-E0C7-F082B7F97838> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x94440000 - 0x946a2ff7 com.apple.security 6.0 (36910) <32B8FA26-CD73-4C45-C15A-EF8406D51FCC> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x946a3000 - 0x946b7ffb com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x9471b000 - 0x94758ff7 com.apple.SystemConfiguration 1.10.1 (1.10.1) <BA676C76-6AAD-F630-626D-B9248535294D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x94759000 - 0x947c3fe7 libstdc++.6.dylib ??? (???) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x94803000 - 0x9480afff com.apple.print.framework.Print 6.0 (237) <7A06B15C-B835-096E-7D96-C2FE8F0D21E1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9484f000 - 0x948f6fe7 com.apple.CFNetwork 454.5 (454.5) <A7E78E62-0C59-CE57-73D2-C4E60527781C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x9491f000 - 0x9491fff7 com.apple.vecLib 3.5 (vecLib 3.5) <17BEEF92-DF30-CD52-FD65-0B7B43B93617> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x94925000 - 0x94939fe7 libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x9493a000 - 0x94947ff7 com.apple.NetFS 3.2.1 (3.2.1) <5E61A00B-FA16-9D99-A064-47BDC5BC9A2B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x94b6c000 - 0x94c1aff3 com.apple.ink.framework 1.3.1 (105) <CA3FBDC3-4BBA-7BD9-0777-A7B0751292CD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x94c1b000 - 0x94c2cff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <7A3862F7-3730-8F6E-A5DE-8E2CCEA979EF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x94c2d000 - 0x94c30ffb com.apple.help 1.3.1 (41) <67F1F424-3983-7A2A-EC21-867BE838E90B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x94c31000 - 0x94cb1feb com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x94cb2000 - 0x94d4afe7 edu.mit.Kerberos 6.5.9 (6.5.9) <73EC847F-FF44-D542-2AD5-97F6C8D48F0B> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x94d7e000 - 0x94d8aff7 libkxld.dylib ??? (???) <3D2C5BA3-6A8D-C861-B346-0E19942D9AF1> /usr/lib/system/libkxld.dylib
    0x94d8b000 - 0x94da9ff7 com.apple.CoreVideo 1.6.0 (43.1) <1FB01BE0-B013-AE86-A063-481BB547D2F5> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x94e42000 - 0x94e52ff7 libsasl2.2.dylib ??? (???) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x94e53000 - 0x94e9cfe7 libTIFF.dylib ??? (???) <5864AE5B-EAEB-F8B6-18FB-3D27B7895A4C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x9501b000 - 0x950c8fe7 libobjc.A.dylib ??? (???) <DF8E4CFA-3719-3415-0BF1-E8C5E561C3B1> /usr/lib/libobjc.A.dylib
    0x9537f000 - 0x953cfff7 com.apple.framework.familycontrols 2.0 (2.0) <E6CAB425-3E40-65A3-0C23-150C26E9CBBF> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x953dd000 - 0x95412ff7 libGLImage.dylib ??? (???) <A6007BF7-BF3C-96DC-C435-849C6B88C58A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x95413000 - 0x9577aff7 com.apple.QuartzCore 1.6.1 (227.8) <8B90AB08-46A4-1C5C-4E71-C6AB652477B9> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x95aea000 - 0x95afffff com.apple.ImageCapture 6.0 (6.0) <3F31833A-38A9-444E-02B7-17619CA6F2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x95b0b000 - 0x95b10ff7 com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x95b11000 - 0x95beeff7 com.apple.vImage 4.0 (4.0) <64597E4B-F144-DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x95bef000 - 0x95ce5ff7 libGLProgrammability.dylib ??? (???) <82D03736-D30C-C013-BBB1-20ED9687D47F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x96116000 - 0x96149ff7 com.apple.AE 496.1 (496.1) <1AC75AE2-AF94-2458-0B94-C3BB0115BA4B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x961d6000 - 0x96258ffb SecurityFoundation ??? (???) <29C27E0E-B2B3-BF6B-B1F8-5783B8B01535> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x962cb000 - 0x96700ff7 libLAPACK.dylib ??? (???) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x96780000 - 0x96782ff7 libRadiance.dylib ??? (???) <462903E2-2E77-FAE5-4ED6-829AAB1980A4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x96783000 - 0x96832ff3 com.apple.ColorSync 4.6.2 (4.6.2) <F3F097AC-FDB7-3357-C64F-E28BECF4C15F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x96833000 - 0x96840ff7 com.apple.opengl 1.6.5 (1.6.5) <0AE8B897-8A80-2C14-D6FC-DC21AC423234> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x9684d000 - 0x969f1feb libSystem.B.dylib ??? (???) <D45B91B2-2B4C-AAC0-8096-1FC48B7E9672> /usr/lib/libSystem.B.dylib
    0x969f2000 - 0x96b74fe7 libicucore.A.dylib ??? (???) <2B0182F3-F459-B452-CC34-46FE73ADE348> /usr/lib/libicucore.A.dylib
    0x96c94000 - 0x96c94ff7 com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) <3E039E14-2A15-56CC-0074-EE59F9FBB913> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x96c95000 - 0x96d04ff7 libvMisc.dylib ??? (???) <59243A8C-2B98-3E71-8032-884D4853E79F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x96d05000 - 0x96d06ff7 com.apple.TrustEvaluationAgent 1.1 (1) <6C04C4C5-667E-2EBE-EB96-5B67BD4B2185> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x96d07000 - 0x96d07ff7 com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x96f34000 - 0x96f3effb com.apple.speech.recognition.framework 3.11.1 (3.11.1) <EC0E69C8-A121-70E8-43CF-E6FC4C7779EC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x96f7b000 - 0x96f9dfef com.apple.DirectoryService.Framework 3.6 (621.1) <3ED4949F-9604-C109-6586-5CE5F421182B> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x96f9e000 - 0x96fa0ff7 com.apple.securityhi 4.0 (36638) <962C66FB-5BE9-634E-0810-036CB340C059> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x971a4000 - 0x97241fe3 com.apple.LaunchServices 362 (362) <8BE1C1A1-BF71-CE07-F3FB-6057D47AF461> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x97242000 - 0x97243ff7 com.apple.audio.units.AudioUnit 1.6.1 (1.6.1) <3A08510C-07F7-1A09-D6ED-1A488203ACCC> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x97244000 - 0x97345fe7 libxml2.2.dylib ??? (???) <B4C5CD68-405D-0F1B-59CA-5193D463D0EF> /usr/lib/libxml2.2.dylib
    0x97366000 - 0x973acff7 libauto.dylib ??? (???) <85670A64-3B67-8162-D441-D8E0BE15CA94> /usr/lib/libauto.dylib
    0x973ad000 - 0x973d1ff7 libJPEG.dylib ??? (???) <649E1974-A527-AC0B-B3F4-B4DC30484070> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x98380000 - 0x983e0fe7 com.apple.CoreText 3.1.0 (???) <79FD1B5C-2F93-4C5D-B07B-4DD9088E67DE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x984ae000 - 0x9866afef com.apple.ImageIO.framework 3.0.1 (3.0.1) <598CF4F9-7542-E1A7-26D2-584933497A2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x9866b000 - 0x986aeff7 com.apple.NavigationServices 3.5.3 (181) <28CDD978-030E-7D4A-5334-874A8EBE6C29> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x986e1000 - 0x9879afe7 libsqlite3.dylib ??? (???) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib
    0x988a9000 - 0x988b2ff7 com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x988b3000 - 0x9895bffb com.apple.QD 3.33 (???) <196CDBA6-5B87-2767-DD57-082D71B0A5C7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x98b10000 - 0x98c87fef com.apple.CoreFoundation 6.6.1 (550.13) <AE9FC6F7-F0B2-DE58-759E-7DB89C021A46> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x98c88000 - 0x98c8cff7 IOSurface ??? (???) <C11D3FF3-EB51-A07D-EF24-9C2004115724> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x98dfc000 - 0x98e4dff7 com.apple.HIServices 1.8.0 (???) <B8EC13DB-A81A-91BF-8C82-66E840C64C91> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x98e4e000 - 0x98e90fe7 libvDSP.dylib ??? (???) <8F8FFFB3-81E3-2969-5688-D5B0979182E6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x990a8000 - 0x991d4fe3 com.apple.audio.toolbox.AudioToolbox 1.6.1 (1.6.1) <C226DF5C-35B0-98B8-95ED-FE5FE24E62C8> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x991fc000 - 0x99224ff7 libxslt.1.dylib ??? (???) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x99226000 - 0x99241ff7 libPng.dylib ??? (???) <3F8682CD-C05B-607D-96E7-767646C77DB8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x99366000 - 0x99366ff7 com.apple.Accelerate 1.5 (Accelerate 1.5) <F642E7A0-3720-FA19-0190-E6DBD9EF2D9B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x994c1000 - 0x994c5ff7 libGFXShared.dylib ??? (???) <79F4F60E-0A6D-CE9C-282E-FA85825449E3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <D45B91B2-2B4C-AAC0-8096-1FC48B7E9672> /usr/lib/libSystem.B.dylib
    Model: MacBook2,1, BootROM MB21.00A5.B07, 2 processors, Intel Core 2 Duo, 2.16 GHz, 1 GB, SMC 1.17f0
    Graphics: Intel GMA 950, GMA 950, Built-In, spdisplaysintegratedvram
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x168C, 0x87), Atheros 5416: 2.0.19.4
    Bluetooth: Version 2.2.4f3, 2 service, 1 devices, 1 incoming serial ports
    Network Service: Ethernet incorporada, Ethernet, en0
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: FUJITSU MHW2120BH, 111,79 GB
    Parallel ATA Device: HL-DT-ST DVDRW GSA-S10N
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8501, 0xfd400000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8205, 0x7d100000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0x021b, 0x1d200000
    USB Device: USB Optical Mouse, 0x046d (Logitech Inc.), 0xc019, 0x1d100000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8240, 0x5d200000

  • Starting JVM from C++ via JNI with specified java.library.path switch...

    Please how i can pass java.library.path switch to JVM during JVM creating in C++...????

    Check out this tutorial: http://java.sun.com/j2se/1.4.2/docs/guide/jni/jni-12.html
    Do a search for the word 'Djava.library.path'
    fitz

Maybe you are looking for

  • Error While Invoking a Service from another

    Hi Guys, I am a naive user into the world of WS or Oracle BPEL. I have got a problem, with which I am not able to make sense out of it. I have a Service say 'ABC' which is individually working fine. I have another Service "PQR" and using Oracle JDev

  • RFC error: SLD_UC program not registered

    Hello, I am having a problem connecting my Abap system to SLD. When I test the SLD_UC RFC connection, I get the error that the program is not registered. I did see other postings on this, but no real answers that I can tell. How can I troubleshoot th

  • Is there a way to speed up Firefox?

    Is there a way to speed up Firefox (I have the Fasterfox plug in)? It takes 85 sec. to open (vs. 13 for Camino) and 18 to open a new page (v. 4 for the same page with Camino). There are features and browser restrictions which favor Firefox; however,

  • Adobe Flash Player 11 50% Install Error: Unknown Error.

    I freshly installed Windows 7: Ultimate edition (32 bit) and It seemed I had no flash player so I went to go download the newest flash player and it goes through the proccess flawlessly until it hits 50% it fails and says "Error: Unknown Error" I tri

  • Photos importing incomplete pictures from iPhone 6+

    I imported recent (within the last 90 days) photos from my iPhone that didn't make it across in the iPhoto => Photos conversion process. That's another story in another thread here. Many of the newly-imported pictures imported from my iPhone are half