SPSS java

I am using SPSS on my macbook, and it says it can't draw the histogram because it can't start java virtual machine.  Does anyone know how to sort this out?  Thank you

I'm sorry- I've not been on the site before, and I see that this has been discussed at length previously!

Similar Messages

  • Native methods question

    Hello!
    I am new to JNI and i am confused about a very specific topic.
    When i have a .dll , do i have to implement native methods that i call?
    or i should i call immediately from java code any methods that dll supports?
    I have this code
    public class spss {
    public native int spssConvertTime(long day,int hour,int minute, double second ,double spssTime ) ;
    static {
    System.loadLibrary("spssio32");
    public static void main(String[] args) {
    new HelloWorld().spssConvertTime((long)12,5,22,22.1,12.23);
    and apparently it returns
    java.lang.UnsatisfiedLinkError: spssConvertTime
         at HelloWorld.spssConvertTime(Native Method)
         at spss.main(spss.java:23)
    Exception in thread "main"
    Could anyone explain to me?
    Thanks in advance!!

    Generally speaking you cannot just call a dll from a native method. You have to write a "wrapper" dll that a) meets JNI interface standards, and b) calls the methods in the existing dll.

  • JDBC-ODBC Bridge to SPSS data files - Result Set Type is not supported

    Hello,
    As mentioned in the subject I am trying to read SPSS data files using the SPSS 32-Bit data driver, ODBC and the JDBC-ODBC Bridge.
    Using this SPSS Driver I manged to read the data directly into an MS-SQL Server using:
    SELECT [...] FROM
    OPENROWSET(''MSDASQL.1'',''DRIVER={SPSS 32-BIT Data Driver (*.sav)};DBQ=' SomePathWhereTheFilesAre';SERVER=NotTheServer'', ''SELECT 'SomeSPSSColumn' FROM "'SomeSPSSFileNameWithoutExt'"'') AS a
    This works fine!
    Using Access and an ODBC System DNS works for IMPORTING but NOT for LINKING.
    It is even possible to read the data using the very slow SPSS API.
    However, when it comes to JDBC-ODBC the below code does only work in part. The driver is loaded successfully, but when it comes to transferring data into the resultset object the error
    SQLState: null
    Result Set Type is not supported
    Vendor: 0
    occurs.
    The official answer from SPSS is to use .Net or to use their implementation with Python in their new version 14.0. But this is obviously not an option when you want to use only Java.
    Does anybody have experience with SPSS and JDBC-ODBC??? I have tried the possible ResultSet Types, which I took from:
    http://publib.boulder.ibm.com/infocenter/db2luw/v8/index.jsp?topic=/com.ibm.db2.udb.doc/ad/rjvdsprp.htm
    and none of them worked.
    Thank you in advance for your ideas and input & stay happy!
    Here the code without all the rest of the class arround it:
    // Module:  SimpleSelect.java
    // Description: Test program for ODBC API interface.  This java application
    // will connect to a JDBC driver, issue a select statement
    // and display all result columns and rows
    // Product: JDBC to ODBC Bridge
    // Author:  Karl Moss
    // Date:  February, 1996
    // Copyright: 1990-1996 INTERSOLV, Inc.
    // This software contains confidential and proprietary
    // information of INTERSOLV, Inc.
    public static void main1() {
      String url   = "jdbc:odbc:SomeSystemDNS";
      String query = "SELECT SomeSPSSColumn FROM 'SomeSPSSFileName'";
      try {
        // Load the jdbc-odbc bridge driver
        Class.forName ("sun.jdbc.odbc.JdbcOdbcDriver");
        DriverManager.setLogStream(System.out);
        // Attempt to connect to a driver.  Each one
        // of the registered drivers will be loaded until
        // one is found that can process this URL
        Connection con = DriverManager.getConnection (url);
        // If we were unable to connect, an exception
        // would have been thrown.  So, if we get here,
        // we are successfully connected to the URL
        // Check for, and display and warnings generated
        // by the connect.
        checkForWarning (con.getWarnings ());
        // Get the DatabaseMetaData object and display
        // some information about the connection
        DatabaseMetaData dma = con.getMetaData ();
        System.out.println("\nConnected to " + dma.getURL());
        System.out.println("Driver       " +
          dma.getDriverName());
        System.out.println("Version      " +
          dma.getDriverVersion());
        System.out.println("");
        // Create a Statement object so we can submit
        // SQL statements to the driver
        Statement stmt = con.createStatement(ResultSet.TYPE_FORWARD_ONLY ,ResultSet.CONCUR_READ_ONLY);
        // Submit a query, creating a ResultSet object
        ResultSet rs = stmt.executeQuery (query);
        // Display all columns and rows from the result set
        dispResultSet (rs);
        // Close the result set
        rs.close();
        // Close the statement
        stmt.close();
        // Close the connection
        con.close();
      }

    Thank you for your reply StuDerby!
    Actually the above script was before, as you suggested, leaving the ResultSetTeype default. This did not work...
    I am getting gray hair with SPSS - in terms of connectivity and "integratebility" none of their solutions offered is sufficient from my point of view.
    Variable definitions can only be read by the slow API, data can only be read by Python or Microsoft Products... and if you want to combine both you are in big trouble. I can only assume that this is a company strategy to sell their Dimensions Platform to companies versus having companies developping their applications according to business needs.
    Thanks again for any furthur suggestions and I hope, that some SPSS Developper will see this post!
    Cheers!!

  • Java 1.5.0 fix for Snow Leopard 10.6.5 broken in 10.6.6 -- Work around?

    Hello,
    I, unfortunately, rely on several Java 1.5 programs still, and up until the 10.6.6 update, using the Leopard Java 1.5 worked just fine. However, I suspect the kernel was updated, and broke support, as now when I try to run Java 1.5 from the command line, I just get a bus error.
    Has anyone found any way around this? I need Java 1.5 in order to run SPSS. We have a whole lab of Mac Pros that we would like to continue updating past 10.6.5, but cannot.
    Below is the error report generated by the crash handler, as alerted to me by Console.
    Thanks!
    Process: java [54030]
    Path: /System/Library/Frameworks/JavaVM.framework/Versions/disabled/1.5.0-leopard/Hom e/bin/java
    Identifier: java
    Version: 12.2.0 (12.2.0)
    Code Type: X86 (Native)
    Parent Process: zsh [51661]
    Date/Time: 2011-01-28 14:48:49.590 -0500
    OS Version: Mac OS X 10.6.6 (10J567)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000000
    Crashed Thread: 2
    Thread 0: Dispatch queue: com.apple.main-thread
    0 libSystem.B.dylib 0x95d650fa machmsgtrap + 10
    1 libSystem.B.dylib 0x95d65867 mach_msg + 68
    2 com.apple.CoreFoundation 0x918db37f __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x918da464 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x918da291 CFRunLoopRunInMode + 97
    5 java 0x00005135 0x1000 + 16693
    6 java 0x00002196 0x1000 + 4502
    Thread 1:
    0 libjvmlinkage.dylib 0x000a5d52 JVM_GetInterfaceVersion + 18
    1 libjava.jnilib 0x000b406d JNI_OnLoad + 33
    2 libclient.dylib 0x00414739 0x400000 + 83769
    3 libclient.dylib 0x004141c7 0x400000 + 82375
    4 libclient.dylib 0x00414195 0x400000 + 82325
    5 libclient.dylib 0x0040e39b 0x400000 + 58267
    6 libclient.dylib 0x004016d3 0x400000 + 5843
    7 libclient.dylib 0x005f6d49 JNICreateJavaVMImpl + 185
    8 java 0x000039b8 0x1000 + 10680
    9 java 0x00004cc6 0x1000 + 15558
    10 libSystem.B.dylib 0x95d9285d pthreadstart + 345
    11 libSystem.B.dylib 0x95d926e2 thread_start + 34
    Thread 2 Crashed:
    0 libclient.dylib 0x004fee4e 0x400000 + 1044046
    1 libclient.dylib 0x004fe86c 0x400000 + 1042540
    2 libclient.dylib 0x004fe7ed 0x400000 + 1042413
    3 libclient.dylib 0x004fe78b 0x400000 + 1042315
    4 libclient.dylib 0x004fe619 0x400000 + 1041945
    5 libSystem.B.dylib 0x95dd0ffc machmsgserver + 380
    6 libclient.dylib 0x0040eb75 0x400000 + 60277
    7 libclient.dylib 0x0040e935 0x400000 + 59701
    8 libclient.dylib 0x006c54f5 JVM_RaiseSignal + 441397
    9 libSystem.B.dylib 0x95e5ad62 pthreadbody + 27
    Thread 2 crashed with X86 Thread State (32-bit):
    eax: 0x00000000 ebx: 0x004fee3b ecx: 0x00000000 edx: 0x00000002
    edi: 0x00085000 esi: 0x00000000 ebp: 0xb0882d38 esp: 0xb0882d24
    ss: 0x0000001f efl: 0x00010202 eip: 0x004fee4e cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x0000001f gs: 0x00000037
    cr2: 0x00000000
    Binary Images:
    0x1000 - 0xaff0 java 12.2.0 (12.2.0) <6A2FD58F-E151-1011-8FCE-3912CCDFE9E3> /System/Library/Frameworks/JavaVM.framework/Versions/disabled/1.5.0-leopard/Hom e/bin/java
    0x11000 - 0x19ff7 com.apple.JavaVM 13.3.0 (13.3.0) <305C2162-CCF2-1D2A-EE2B-B7D666DEA849> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x87000 - 0x8fff7 libverify.dylib 1.0 (1.0) <5E6D4960-086E-AC8B-5428-8271E5757EB4> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libverify. dylib
    0x94000 - 0x9cff7 JavaNativeFoundation ??? (???) <2969E61F-2A16-2A87-1B39-777B86F8230A> /System/Library/Frameworks/JavaVM.framework/Versions/A/Frameworks/JavaNativeFou ndation.framework/Versions/A/JavaNativeFoundation
    0xa5000 - 0xacff3 libjvmlinkage.dylib ??? (???) <5EC4F027-FDF1-C828-6419-F51B9BE15B03> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libjvmlin kage.dylib
    0xb3000 - 0xd0ff7 libjava.jnilib ??? (???) <153634A3-2CC3-8ED3-7DD8-6A9A7499B7C5> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libjava.jn ilib
    0x400000 - 0x750ffb libclient.dylib ??? (???) <A1BC00EA-6C14-2A98-3CA4-CA910B38771C> /System/Library/Frameworks/JavaVM.framework/Versions/disabled/1.5.0-leopard/Lib raries/libclient.dylib
    0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <28F0312C-0678-159E-34E2-9A4E3DEADB20> /usr/lib/dyld
    0x90003000 - 0x90003ff7 com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x90017000 - 0x900c1fe7 com.apple.CFNetwork 454.11.5 (454.11.5) <D8963574-285A-3BD6-6B25-07D39C6F67A4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90165000 - 0x9022ffef com.apple.CoreServices.OSServices 357 (357) <8E13E1FB-6EBD-780B-6B08-B37118311071> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90230000 - 0x902e6ff7 libFontParser.dylib ??? (???) <33F62EE1-E457-C6FD-369E-E86745B94A4B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x902e7000 - 0x902f1fe7 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
    0x902f2000 - 0x903cdfeb com.apple.DesktopServices 1.5.9 (1.5.9) <CED00AC1-924B-0E45-7D5E-1CEA8929F5BE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x903ce000 - 0x903d2ff7 libGFXShared.dylib ??? (???) <9E14BE2F-C863-40E9-41A6-1BE9045663A0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x903de000 - 0x90813ff7 libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x908d4000 - 0x90921feb com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <8B819445-BDC3-74BD-4A7B-D650E511F0BF> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x90c43000 - 0x91059ff7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9127f000 - 0x91290ff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <97511CC7-FE23-5AC3-2EE2-B5479FAEB316> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x912a4000 - 0x912afff7 libGL.dylib ??? (???) <48405993-0AE9-292B-6705-C3525528682A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x912b0000 - 0x91330feb 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
    0x91331000 - 0x91333ff7 libRadiance.dylib ??? (???) <10048B4A-2AE8-A4E2-21B8-C6E7A8C5B76F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91367000 - 0x91367ff7 com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x913a9000 - 0x913b2ff7 com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913c1000 - 0x913e0ff7 com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x915c4000 - 0x915c4ff7 com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x915c5000 - 0x91607ff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <3F0ED200-741B-4E27-B89F-634B131F5E9E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x917ab000 - 0x917abff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <1DEC639C-173D-F808-DE0D-4070CC6F5BC7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x9189e000 - 0x91a19fe7 com.apple.CoreFoundation 6.6.4 (550.42) <C78D5079-663E-9734-7AFA-6CE79A0539F1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x91a68000 - 0x91a69ff7 com.apple.audio.units.AudioUnit 1.6.5 (1.6.5) <BE4C2495-B758-AD22-DCC0-56A6791E948E> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x91a6a000 - 0x91ac7ff7 com.apple.framework.IOKit 2.0 (???) <A769737F-E0D6-FB06-29B4-915CF4F43420> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x91ac8000 - 0x91b0eff7 libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
    0x91b56000 - 0x91b5aff7 libGIF.dylib ??? (???) <DA5758A4-71B0-DD6E-7402-B7FB15387569> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91b5b000 - 0x91c38ff7 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
    0x91c39000 - 0x91c3eff7 com.apple.OpenDirectory 10.6 (10.6) <C1B46982-7D3B-3CC4-3BC2-3E4B595F0231> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x91d39000 - 0x91d46ff7 com.apple.NetFS 3.2.1 (3.2.1) <A6443845-5815-2429-7649-C51A4B5E7DF9> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x91d7f000 - 0x91d93ffb 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
    0x91e77000 - 0x91e7dfe7 com.apple.CommerceCore 1.0 (6) <41C2A87D-93D8-56C1-9292-0400699F23C1> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x91e7e000 - 0x91e7fff7 com.apple.TrustEvaluationAgent 1.1 (1) <FEB55E8C-38A4-CFE9-A737-945F39761B4C> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x91e80000 - 0x91f18fe7 edu.mit.Kerberos 6.5.10 (6.5.10) <8B83AFF3-C074-E47C-4BD0-4546EED0D1BC> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x92272000 - 0x9228aff7 com.apple.CFOpenDirectory 10.6 (10.6) <F9AFC571-3539-6B46-ABF9-46DA2B608819> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x924b2000 - 0x924b5ff7 libCoreVMClient.dylib ??? (???) <973B9E1F-70B3-2E76-B14B-E57F306AD2DF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x924b6000 - 0x924c4ff7 com.apple.opengl 1.6.12 (1.6.12) <9F13B279-F289-18AC-5D86-DCD52BAF087D> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x92563000 - 0x925e5ffb SecurityFoundation ??? (???) <006B3166-E7E2-F763-04FC-3DD458C14F5F> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x925e6000 - 0x92650fe7 libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x92651000 - 0x92752fe7 libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <B4C5CD68-405D-0F1B-59CA-5193D463D0EF> /usr/lib/libxml2.2.dylib
    0x927c5000 - 0x928f3fe7 com.apple.CoreData 102.1 (251) <E6A457F0-A0A3-32CD-6C69-6286E7C0F063> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x928f4000 - 0x92b67fe7 com.apple.Foundation 6.6.4 (751.42) <ACC0BAEB-C590-7052-3AB2-86C207C3D6D4> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92c08000 - 0x92c0cff7 IOSurface ??? (???) <D849E1A5-6B0C-2A05-2765-850EC39BA2FF> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x92c64000 - 0x92e1dfeb com.apple.ImageIO.framework 3.0.4 (3.0.4) <C145139E-24C4-5A3D-B17C-809D528354B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x92e1e000 - 0x93081fff com.apple.security 6.1.1 (37594) <B6F2A8BF-C1B7-A0E2-83FB-4FF265E9BDDC> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x93082000 - 0x930a4fef com.apple.DirectoryService.Framework 3.6 (621.9) <F2EEE9D7-D4FB-14F3-E647-ABD32754F557> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x930a5000 - 0x93106fe7 com.apple.CoreText 3.5.0 (???) <BB50C045-25F5-65B8-B1DB-8CDAEF45EB46> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x9313e000 - 0x9318eff7 com.apple.framework.familycontrols 2.0.2 (2020) <AF7F86F1-F7BF-CBA8-7A4A-D8F7A19F9601> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x931e0000 - 0x93208ff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x932a7000 - 0x93354fe7 libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <DF8E4CFA-3719-3415-0BF1-E8C5E561C3B1> /usr/lib/libobjc.A.dylib
    0x9355d000 - 0x93583ffb com.apple.DictionaryServices 1.1.2 (1.1.2) <43E1D565-6E01-3681-F2E5-72AE4C3A097A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x938dd000 - 0x938fdfe7 libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <751955F3-21FB-A03A-4E92-1F3D4EFB8C5B> /usr/lib/libresolv.9.dylib
    0x938ff000 - 0x93930ff7 libGLImage.dylib ??? (???) <E3EC8E92-4DDD-E7B8-3D38-C5A5160A4930> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x93959000 - 0x93959ff7 com.apple.vecLib 3.6 (vecLib 3.6) <7362077A-890F-3AEF-A8AB-22247B10E106> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x949f0000 - 0x949f0ff7 liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x949f1000 - 0x94a83fe7 com.apple.print.framework.PrintCore 6.3 (312.7) <7410D1B2-655D-68DA-D4B9-2C65747B6817> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x94a84000 - 0x94ab7ff7 com.apple.AE 496.4 (496.4) <7F34EC47-8429-3077-8158-54F5EA908C66> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x94fc2000 - 0x94ffbff7 libcups.2.dylib 2.8.0 (compatibility 2.0.0) <E0D512DD-365D-46A0-F50C-435BC250424F> /usr/lib/libcups.2.dylib
    0x94ffc000 - 0x94ffffe7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x950fc000 - 0x95145fe7 libTIFF.dylib ??? (???) <AC1FC806-F7F4-174B-375F-FE5D6008666C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x95146000 - 0x951c0fff com.apple.audio.CoreAudio 3.2.6 (3.2.6) <F7C9B01D-45AD-948B-2D26-9736524C1A33> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x951c1000 - 0x951dcff7 libPng.dylib ??? (???) <E14178E0-B92D-94EA-DACB-04F346D7534C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x951dd000 - 0x951e9ff7 libkxld.dylib ??? (???) <F0E915AD-6B32-0D5E-D24B-B188447FDD23> /usr/lib/system/libkxld.dylib
    0x9524d000 - 0x953cffe7 libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <35DB7644-0780-D2AB-F6A9-45F28D2D434A> /usr/lib/libicucore.A.dylib
    0x9548d000 - 0x954a1fe7 libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x954a2000 - 0x954f3ff7 com.apple.HIServices 1.8.2 (???) <F6EAC2D1-902A-9374-FC4B-43B50E054416> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x954f4000 - 0x95818fef com.apple.HIToolbox 1.6.4 (???) <4699C8BB-DE74-C530-564B-D131F74C9B54> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x95975000 - 0x95aa4fe3 com.apple.audio.toolbox.AudioToolbox 1.6.5 (1.6.5) <0A0F68E5-4806-DB51-764B-D97554B801AD> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x95cf8000 - 0x95d3cfe7 com.apple.Metadata 10.6.3 (507.15) <A23633F1-E913-66C2-A073-E2B174C09B18> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x95d64000 - 0x95f0bff7 libSystem.B.dylib 125.2.1 (compatibility 1.0.0) <62291026-D016-705D-DC1E-FC2B09D47DE5> /usr/lib/libSystem.B.dylib
    0x95f50000 - 0x95f5efe7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <3CE8AA79-F077-F1B0-A039-9103A4A02E92> /usr/lib/libz.1.dylib
    0x95f5f000 - 0x95f6fff7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x95fb1000 - 0x9604efe3 com.apple.LaunchServices 362.2 (362.2) <F3952CAB-322F-A12F-57AF-8B91B1D76DDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x9604f000 - 0x960beff7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <2FC2178F-FEF9-6E3F-3289-A6307B1A154C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x96247000 - 0x96247ff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <BC501C9F-7C20-961A-B135-0A457667D03C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x96268000 - 0x96321fe7 libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
    0x96322000 - 0x963d0ff3 com.apple.ink.framework 1.3.3 (107) <57B54F6F-CE35-D546-C7EC-DBC5FDC79938> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x96801000 - 0x96813ff7 com.apple.MultitouchSupport.framework 207.10 (207.10) <E1A6F663-570B-CE54-0F8A-BBCCDECE3B42> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x968cd000 - 0x969d9ff7 libGLProgrammability.dylib ??? (???) <A077BFEA-19C6-9F48-2F36-8E4E55376F49> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x96a2b000 - 0x96d96ff7 com.apple.QuartzCore 1.6.3 (227.34) <CC1C1631-D8D1-D416-171E-A1683274E479> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x97000000 - 0x97024ff7 libJPEG.dylib ??? (???) <46AF3A0F-2B8D-87B9-62D4-0905678A64DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x9707c000 - 0x9795cff7 com.apple.AppKit 6.6.7 (1038.35) <ABC7783C-E4D5-B848-BED6-99451D94D120> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x979a9000 - 0x97a44ff7 com.apple.ApplicationServices.ATS 4.4 (???) <ECB16606-4DF8-4AFB-C91D-F7947C26040F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x98491000 - 0x987b1ff3 com.apple.CoreServices.CarbonCore 861.23 (861.23) <B08756E4-32C5-CC33-0268-7C00A5ED7537> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x98cde000 - 0x98de2fe7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <BDEFA030-5E75-7C47-2904-85AB16937F45> /usr/lib/libcrypto.0.9.8.dylib
    0x98e05000 - 0x995f4557 com.apple.CoreGraphics 1.545.0 (???) <1AB39678-00D5-FB88-3B41-93D78348E0DE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9971e000 - 0x99728ffb 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
    0x99729000 - 0x9976dff3 com.apple.coreui 2 (114) <29F8F1A4-1C96-6A0F-4CC2-9B85CF83209F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x9976e000 - 0x9978ffe7 com.apple.opencl 12.3 (12.3) <DEA600BF-4F54-66B5-DB2F-DC57FD518543> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x9986f000 - 0x998acff7 com.apple.SystemConfiguration 1.10.5 (1.10.2) <362DF639-6E5F-9371-9B99-81C581A8EE41> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x998ad000 - 0x998f0ff7 libGLU.dylib ??? (???) <BB66EDB2-D5FE-61C9-21BE-747F9862819C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x998f1000 - 0x999a1ff3 com.apple.ColorSync 4.6.3 (4.6.3) <0354B408-665F-8B3F-87FF-64E6322276F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x999d8000 - 0x99a80ffb com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <62291026-D016-705D-DC1E-FC2B09D47DE5> /usr/lib/libSystem.B.dylib

    Try running the java commands as root:
    bzn:~ bzn$ java -version
    Error occurred during initialization of VM
    Unable to load native library: libjava.jnilib
    bzn:~ bzn$ sudo java -version
    Password:
    java version "1.6.0_22"
    Java(TM) SE Runtime Environment (build 1.6.0_22-b04-307-10M3261)
    Java HotSpot(TM) 64-Bit Server VM (build 17.1-b03-307, mixed mode)
    bzn:~ bzn$
    I've had to do this with a lot of other command-line tools since I installed 10.6 ... sips ... textutil ...
    Hope this helps.
    Barb

  • How can I get my Java to work?

    Hi all,
    I am trying to install an educational program called IBM SPSS Statistics version 21 however, the install screen does not display any writing and when clicking the “continue” button nothing happens. Basically the installer will not load and I believe this has something to do with my JAVA.
    The reason for this is because when trying to run the JAVA VM I get a message saying “Calibration will be performed” however when I select the button to continue nothing happens, as with the SPSS installer. Also, I cannot exit the program with the red button in the top left of the window but instead have to righ-click the program icon in the dock and say quit in order to exit the program.
    I have all my software up-to-date and have just uninstalled and reinstalled the latest JAVA software. I have been in touch with SPSS support and have got nowhere as I believe the problem lies within my computer and not the SPSS Software. Because it is educational software I am very reliant on it and frustrated that it will not run.
    Any help would be appreciated,
    Thanks in advance,
    Nic

    Maybe some  help here.
    http://support.apple.com/kb/HT5242

  • How to get SPSS 13 to open in Mac OS 10.5.8?

    I have a 1.8Ghz PowerPC G5 iMac that I want to run SPSS 13 on.  I have gotten it installed but when I try to launch the program but I just get the twirling beach ball for awhile followed by the error "The application SPSS 13 quit unexpectedly" and I can either ignore, report, or relaunch.  Doing some searching on line shows that people trying to run later versions of the software have problems because of Java.  If anyone has any ideas on how to get this to run it would be greatly appreciated.  It's just that I have a lot of SPSS files from a Windows machine (actually I only used this machine because I had a Stats class that required SPSS) and now I am just tired of it.  I'd rather use my old G5 to do the stats work than the Windows machine.

    Could any of these apply?
    Installation Restrictions
    Do not install the product if you use any applications, which extend standard Finder
    functionality (such as Path Finder, SNAX, etc.) If you already have some of these applications,
    disable them first, and then install SPSS 13 for Mac OS X. Installation may not be completed
    successfully if the name of any folder in the installation path exceeds 31 characters. This is due
    to a limitation of Installer VISE.
    Updating or Modifying Your Installation
    To add a component, start the installation program from your CD-ROM. Select any new
    components that you want to include. Make sure that every option you want to include is
    selected including any previously installed components. 
    To add an SPSS option (Categories, Conjoint, Tables, and so on), start the SPSS 13 License
    Renewal utility. If your license for SPSS Base or an SPSS option has expired you should run
    this utility and enter the new license(s).
    An installation log file is created in the  ~/Library/Logs folder of the destination volume. You
    may use the information in the log file to remove the installed copy of SPSS 13 for Mac OS X.

  • SPSS working fine, had some disk problems, now it won't open.

    I have a limited license SPSS statistics standard grad pack 21 that was running on snow leopard on an old Macbook Pro just fine untill my computer crashed.
    When I say it crashed I mean I got the beachball of death and I rebooted it and it couldn't find the disk. So I then started it up while pressing the option key and got it find the disk, then repeatedly got the beachball of death when I tried to do anything (such as a backup) and kept warm rebooting it out of frustration until it couldn't get past the login window. Plugged it into my mac mini in target disk mode and tried to run a repair, couldn't get it to unmount, my Dad remotely logged on and went into terminal and after a while he got it to unmount and run a disk repair and then it booted up fine.
    But now when I try to open SPSS it bounces on the dock for a half a second and then won't open. I have tried uninstalling and reinstalling it a multiple times and I'm still having the same symptoms. Java is up to date.
    All my other applications are working fine besides SPSS. I don't think the version 21 that you BUY runs on snow leopard, but this student rental version is supposed to and it did before I had the crash.
    I DID initially install it on a standard user instead of an admin, but have since reinstalled in on an admin and still same symptom. Tried to create a new admin user and open it on there and still the same symptom.
    Need this stupid app for school. Have no idea what else to try.
    Any ideas?

    Firefox 16.0.2 is the last version that works on an Intel Mac with the OS X 10.5 operating system.
    * http://download.cdn.mozilla.net/pub/mozilla.org/firefox/releases/16.0.2/mac/
    Another possibility is to install the Firefox 10.0.12esr (BuildID=20130103094221) version that has more security updates, but misses features present in Firefox 16 (BuildID=20121024073032).
    * http://download.cdn.mozilla.net/pub/mozilla.org/firefox/releases/10.0.12esr/mac/
    * http://www.mozilla.org/en-US/firefox/10.0.12/system-requirements/

  • My Java Virtual Machine cannot be found?

    I just installed SPSS (statistics software) for school.  I have an error at -36 and my Java Virtual Machine cannot be found.  What is the issue, and what are my options?

    You may need to download re-install Java. Click Support in the upper right of this page - Downloads - then type the word "Java" in the search field and look to see if there is a recent one for Snow Leopard. For example I located this one which may work for your system:
    http://support.apple.com/kb/DL1360

  • Citrix, SPSS 20 & Mavericks

    I updated my Air to OSX Mavericks last week. I use SPSS 20 through Citrix (accessed through my school's apps database) and now it won't open at all. It opened before the update, and now when I click on SPSS 20, it shows the sign that it's loading and never opens. Please help! I have an assignment due next week and I won't be able to get to it until the weekend, so I'm trying to fix it now. Thanks!

    macanics wrote:
    You may also need to install Java 7 direct from Oracle. See http://www.java.com/en/download/index.jsp
    That page should show you the latest version (currently JRE 7u45) to install. Both copies of Java can co-exist on your mac. I know SPSS needs JRE6 to install, but perhaps your Citrix client needs JRE7.
    I will have to see about that. And that's a good point. It's only up to 21 through the school. If anything I'll just have to do it at the computer lab. I'll still try here. Thank you.

  • How to Read SPSS file?

    hi i have a problem in reading SPSS file (extendsion sav) from java program, can you tell me how to read it?

    Do you mean SPSS the statistical package? I would guess that their documentation would tell you the format of the files ( that is, if they wanted other programs reading their files. )

  • What about SPSS 16.0?

    Hy everyone,
    I'm interested in upgrading to Snow Leopard, but I've seen that SPSS software version 17 won't work with Snow Leopard because it is in the "Software restricted from opening" list released by Apple (http://support.apple.com/kb/HT3258). What about version 16 of SPSS? Will it work? Please respond if any of you has installed SPSS ver 16 on Snow Leopard and tested it. I do really need this software for my job and if it doesn't work i can't upgrade my Mac to SL.
    Thank You

    Hy everyone,
    it seems correct that the workaround above doesn't function for the graphs, I applied it but the graph won't draw. I felt pretty disappointed (I DO NEED graphs).
    Nevertheless, I found another guy on http://www.insanelymac.com/forum/index.php?s=9d1c6a09307347037f268707a8e8ea40&sh owtopic=183447&pid=1282675&mode=threaded&start=#entry1282675
    that suggests to modify this file into SPSS.app (open the package to show its content):
    /Applications/SPSSInc/Statistics17/SPSSStatistics17.0.app/Contents/bin/jvmcfg.in i
    So I acted in this way:
    1) applied the workaround above (downloaded the older version of java 1.5.0 and putted in /System/Library/Frameworks/JavaVM.framework/Versions/
    folder, opened the terminal and typed in the command line that you can find in the workaround, opened Java Preferences in Applications/Utilities and putted J2SE5.0 32bit at the first row): SPSS 16.0 now opening but still without graphs, then
    2) Restored "SPSS Inc." folder from my Time Machine backup (I selected a time point in which I didn't have Snow Leopard installed). I suppose that it is an "optional action" but I read somewhere that it could be useful (if the installation of SL hasn't changed nothing in SPSS You'll only lose a bit of time making it, conversely it maybe useful, I suppose...).
    3) Opened
    Applications/SPSSInc/Statistics17/SPSSStatistics17.0.app/Contents/bin/jvmcfg.ini
    in a text editor (better if you make a backup of this file) and changed the line:
    jvmlibpath1=/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Libraries/
    to
    jvmlibpath1=/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/
    I saved the changes made.
    Then I went in SPSS and...Graphs worked!!! (SPSS ver. 16).
    The funny thing is that the guy that suggested this workaround had ver.17 and his workaround didn't function for him (because SPSS 17 is blacklisted by Apple), so its patch seems to work only on ver.16 and not on ver17.... :-D.
    I'm sorry for him but very grateful: I don't have to reinstall the whole thing and I can use and read graphs.
    Message was edited by: Zzapp

  • Apple Java 6 is needed

    I recently bought Snow Leopard and installed to my Mac.  I installed SPSS 21 and found I need Java Standard Edition 5.0 (J2SE 5.0) or 6.0 (J2SE 6.0).  It seems that Java 6 is included but cannot find on my Mac.   Can I activate it from Snow Leopard CD or download it from somewhere?
    Mine is MacBook OS X, version 10.6.8, Snow Leopard.

    Hello nahokochuzan,
    I apologize, I'm a bit unclear on the exact configuration you are looking to set up, but if you are looking for Java 6 for 10.6 Snow Leopard, you may want to try the following link:
    Java for Mac OS X 10.6 Update 17
    Sincerely,
    - Brenden

  • What are the supported Macintosh Operating System versions for IBM SPSS Statistics 18,19 and 20?   Question  I would like to know what are the supported Macintosh Operating system versions for IBM SPSS Statistics versions 18, 19 and 20? Answer  Please see

    What are the supported Macintosh Operating System versions for IBM SPSS Statistics 18,19 and 20?
    Question
    I would like to know what are the supported Macintosh Operating system versions for IBM SPSS Statistics versions 18, 19 and 20?
    Answer
    Please see the list below:
    - IBM SPSS Statistics 18 and 19 releases are supported on Apple Macintosh OS 10.5 (Leopard) and 10.6 (Snow Leopard) with Intel processor.
    - IBM SPSS Statistics 20 release is supported on Apple Macintosh OS 10.6 (Snow Leopard) and 10.7 (Lion) with Intel processor.
    - The IBM SPSS Statistics versions 18 and 19 are not supported on Mac OS 10.7 (Lion).
    THIS MEANS THAT TO USE LION ONE FIRST HAS TO UPGRADE TO SPSS STATISTICS 20.

    Whilst the 2012-02-15 edition of IBM's matrix does not mention Lion, a few users have noted that:
    • 18.0 can be troublesome
    • an updated version of 18.x should be better.
    Related files
    PASWStatistics_1 803_Mac_Patch.dmg and IBM SPSS Statistics 18.0.3.4 Hotfix Mac.zip are no longer available from the spss.com domain, and I could not find them in an IBM domain. If you download from unofficial sources, proceed with caution.
    Related pages
    In Apple Support Communities:
    • will PASW (SPSS) 18 work with LION
    • PASW statistics 18 crashes every time
    • Java Virtual Machine & SPSS 18 with a question from me.
    Elsewhere:
    • SPSS on Lion « Decorator Pattern
    • SPSS / PASW Mac Patch 18.0.3 and Graphing Fix | The Personal Website of Philip Fizur
    • Patching PASW 18 (or SPSS 18) for Mac OS X (Leopard, Snow Leopard, Lion) to version 18.0.3.1
    • and other sources, including one domain that I treat as reputable but I'll respectfully not share that link here.
    At a glance, you might find that 18.0.3.4 is compatible with Lion.

  • IBM SPSS 20 and Maverick: Any compatibility problems?

    Hello,
    I was wondering whether anybody has noticed any problems with SPSS 20 after the upgrading to Maverick?!
    Cheers,
    Mario

    Yes Oppiefromil is correct.  Installing Mavericks aiutomatically deletes Java, which SPSS needs to work properly.  So, after updating to Mavericks, you'll need to download and reinstall the latest version of Java, which you can download here: <https://www.java.com/en/download/mac_download.jsp?locale=en>. This site has the most recent version of Java for Mac.  For some reason Apple is still using Java version 6, while Oracle's Java website has had Java version 7 for a long while now.
    Download Java from Oracle's website, then install.  After install, you'll need to quit your browser and then reopen it. That'll complete the Java install, and Java will reappear in your Systems Preferences again. 
    (You can confirm all this by checking System Prefs before you upgrade to Mavericks.  Your Java icon appears in the bottom row.  After upgrading to Maverocks, check System Prefs again, and the Java icon is no longer there, as Mavericks deletes it as a part of its install process.  Follow the above link to reinstall Java, then after the installation is complete, check System Prefs again and the Java icon is back in the bottom row).
    Once Java is installed SPSS 21 should run just fine.  I just tested it after reinstallling Java and it opens up and works perfectly.  It should, therefore, also work fine with SPSS v22.  Not sure if it works with SPSS v20.
    Hope that helps!
    todd
    Message was edited by: Todd Nach

  • Error while running a Java Program

    Can anyone help me,
    I am getting the following error while running a Java program, Below is the exception thrown, please help.
    java.nio.BufferOverflowException
    at java.nio.Buffer.nextPutIndex(Buffer.java:425)
    at java.nio.DirectByteBuffer.putChar(DirectByteBuffer.java:463)
    at org.jetel.data.StringDataField.serialize(StringDataField.java:295)
    at org.jetel.data.DataRecord.serialize(DataRecord.java:283)
    at org.jetel.graph.DirectEdge.writeRecord(DirectEdge.java:216)
    at org.jetel.graph.Edge.writeRecord(Edge.java:288)
    at com.tcs.re.component.RESummer1.run(RESummer1.java:505)
    java.nio.BufferOverflowException
    at java.nio.Buffer.nextPutIndex(Buffer.java:425)
    at java.nio.DirectByteBuffer.putChar(DirectByteBuffer.java:463)
    at org.jetel.data.StringDataField.serialize(StringDataField.java:295)
    at org.jetel.data.DataRecord.serialize(DataRecord.java:283)
    at org.jetel.graph.DirectEdge.writeRecord(DirectEdge.java:216)
    at org.jetel.graph.Edge.writeRecord(Edge.java:288)
    at com.tcs.re.component.RECollectCont.run(RECollectCont.java:304)

    Ok, let's see. Write the following class:
    public class Grunt {
      public static void main(String[] args) {
        System.out.println("Hello Mars");
    }Save it as "C:\Grunt.java", compile by typing:
    javac c:\Grunt.javaRun by typing:
    java -classpath "C:\" GruntDoes it say "Hello Mars"? If yes, go back to your program and compare for differences (maybe you used the "package" statement?).
    Regards

Maybe you are looking for

  • Regarding Selection Screen field making display field  in ALV report

    Hi All,            In ALV Report,  at runtime how can i make the field as Display Field in selection screen . Thks & Regds Shailesh

  • How to delete Ubuntu virtual desktop and free up allocated space in windows 8?

    I have tried out Hyper-V for the first time to install Ubuntu desktop. During the installation process, 10GB of space is allocated. I believe this space would have been  created as a separate partition and formatted to linux file system. Please corre

  • Value from JDialog to another class

    Hi: I have a trouble with getting my values from a JDialog box to another class. Here's what I have: This is an ftp application. I have a main frame where if the user selects File->New Connection it pops up a Connect dialog box. The connect dialog bo

  • Logic 6 and Tiger Issue

    I just upgraded to tiger, from panther.. I'm still using logic pro 6, and after 3 days of erratic behaviour (long long start ups amongst other dialogue boxes), now it wont start up at all. I also use a motu 828 mkII, and have installed the latest tig

  • Port Availability checking is take long time during prechecks in EBS 11i.

    Hi, While installing EBS 11.5.10.2 in RHEL4.0, Port Availability check taking long time(almost 3 hours) during prechecks stage. Can any body help me to over come this problem? Thanks in-advance for your help. Regards DBA.