Java 6.0 loading and gcc//g++

I keep getting this alert:
Could not successfully run the gcc compiler to configure the built-in source file parser.
Please make sure gcc is in your PATH and restart the IDE.
When I close that, another appears:
It's the same message with gcc replace by g++.
What does this mean?
What should I do?
Help!
Thanks.

shige0001 wrote:
I keep getting this alert:
Could not successfully run the gcc compiler to configure the built-in source file parser.
Please make sure gcc is in your PATH and restart the IDE.What IDE are you using?
No Java IDE should ever use or require gcc (let alone g++).
What does this mean?It means that your IDE doesn't find your C and C++ compiler. Which it wouldn't need if it were a Java IDE. What are application are you starting?
What should I do?Provide more details.

Similar Messages

  • Load and Save MySql Database

    In what way in java can I load and save a full database ,from MySql, in java , a dump operation .

    This is how I am parsing and requesting the information.. I know it's in there somewhere I just can't get the variables, do I need to add them ? It's not making much sense to me at the moment, I'm sorry !! I need to add the variables to the request somehow.. so I can receive the info, no ?
    var tab = "SQLtab";
    var filesend = "path to php file";
    var modesend = "post";
    function variableTransaction(fichier, modesend, tab, var1, var2) {
         var URLload = new URLLoader();
         var URLrequest = new URLRequest(fichier);
         var variables:URLVariables = new URLVariables();
         variables.tab = tab;
         variables.var1 = var1;
         variables.var2 = var2;
         if (modesend == "post") {
              URLrequest.method = URLRequestMethod.POST;
         } else if ( modesend == "get") {
              URLrequest.method = URLRequestMethod.GET;
         if (var1 == false && var2 == false) {
              URLload.dataFormat = URLLoaderDataFormat.VARIABLES;
              URLrequest.data = variables;
              URLload.load(URLrequest);
              URLload.addEventListener(Event.COMPLETE, loadComplete, false, 0, true);
         } else {
              URLrequest.data = variables;
              URLload.load(URLrequest);
              var receiveObject = variableTransaction(filesend, modesend, tab, false, false);

  • Import and process larger data with SQL*Loader and Java resource

    Hello,
    I have a project to import data from a text file in a schedule. A lager data, with nearly 20,000 record/1 hours.
    After that, we have to analysis the data, and export the results into a another database.
    I research about SQL*Loader and Java resource to do these task. But I have no experiment about that.
    I'm afraid of the huge data, Oracle could be slowdown or the session in Java Resource application could be timeout.
    Please tell me some advice about the solution.
    Thank you very much.

    With '?' mark i mean " How i can link this COL1 with column in csv file ? "
    Attilio

  • Calling java function load and stored in database

    Hi ,
    I try to call a java fonction loaded and published in database (Oracle 8.1.7.4ee). this function call an OS command ... the PL/SQL call is completed but de command set in parameters function is not execute ... next is the code :
    import java.lang.*;
    import java.io.*;
    public class JShell {
    public static void execute (String command) throws IOException {
    try {
    Process child = Runtime.getRuntime().exec(command);
    } catch (IOException e) {
    calling this function with java main is OK
    import java.lang.*;
    import java.io.*;
    public class TestJShell {
    static public void main(String args[]) throws Exception
    JShell.execute(args[0].toString());
    java TestJShell 'cp /test/myfile.txt /test/myfile.sav'
    copy is donethen when the fuction is loaded and published in database
    as
    loadjava -user ../.. JShell.class
    CREATE OR REPLACE PROCEDURE JShell_exe (Commande in VARCHAR2) AS LANGUAGE JAVA NAME 'JShell.execute(java.lang.String)';run is
    CALL ell_exe ('cp /test/myfile.txt /test/myfile.sav');
    call is completed but no copy is doneCan somebody help me ? thanking you in anticipation;

    Firs things first:
    1)Which copy of your class is loaded in the DB ( it seems that you have two different classes JShell and TestJShell ).
    2)Do you have permisions for file manipulation ?
    3)Do you get any errors ?

  • EJB Class loader and regular Java files class loader.

    Hi,
    Is the EJB's class loader the same as a "regular" java files class loader OR weblogic
    has 2 class loaders, one for each???
    Thanks,
    les.

    les <[email protected]> wrote:
    Hi,
    Is the EJB's class loader the same as a "regular" java files class loader OR weblogic
    has 2 class loaders, one for each???Yes. Exact classloading architecture depends on which WebLogic version you use. If you
    use 6.x+, you may want to read this article:
    http://www.onjava.com/pub/a/onjava/2001/07/25/ejb.html
    Thanks,
    les.--
    Dimitri

  • Java 6 segfaults loading net or j2gss library

    Hi,
    I have a one line program System.loadLibrary("net");. When I run it I get a segfault. It also segfaults if I load library "j2gss" but all other libraries in jre/lib load fine.
    I did an ldd on both libraries and loaded all the libraries they reference without problem.
    I checked the source code and looked at OnLoad methods for these libraries. The "net" OnLoad was in j2se/src/share/native/java/net/net_util.c and the "j2gss" one was in j2se/src/share/native/sun/security/jgss/wrapper/NativeUtil.c. The "net" OnLoad did quite a bit of stuff but the "j2gss" OnLoad was straightforward. It just caches a bunch of MIDs and FIDs.
    This is not a new installation of Java 6. I have been using it on FC6 x86_64 for several weeks. It was working fine yesterday. Today it is not. I update automatically via yum. Last night several packages were updated but none of them changed any libraries used by "net" or "j2gss".
    I have run out of ideas on what to check. Can anyone help me out?
    charlie
    Here is the error log:
    # An unexpected error has been detected by Java Runtime Environment:
    #  SIGSEGV (0xb) at pc=0x00002aaaaaab4202, pid=7650, tid=1076017472
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (1.6.0-b105 mixed mode)
    # Problematic frame:
    # C  [ld-linux-x86-64.so.2+0x9202]
    # If you would like to submit a bug report, please visit:
    #   http://java.sun.com/webapps/bugreport/crash.jsp
    ---------------  T H R E A D  ---------------
    Current thread (0x0000000040111400):  JavaThread "main" [_thread_in_native, id=7651]
    siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0x0000000000000000
    Registers:
    RAX=0x0000000000000000, RBX=0x00002aaaaacc55e8, RCX=0x0000000000000000, RDX=0x0000000000000000
    RSP=0x0000000040228f00, RBP=0x0000000040229040, RSI=0x0377cc14b1b73c55, RDI=0x00002aaad80acc55
    R8 =0x0000000000000000, R9 =0x00000000ffffffff, R10=0x0000000000000000, R11=0x00002aaaab8aa830
    R12=0x0000000000000000, R13=0x00000000b1b73c55, R14=0x00002aaad49d28a0, R15=0x0000000000000000
    RIP=0x00002aaaaaab4202, EFL=0x0000000000010246, CSGSFS=0x0000000000000033, ERR=0x0000000000000004
      TRAPNO=0x000000000000000e
    Top of Stack: (sp=0x0000000040228f00)
    0x0000000040228f00:   00002aaaaca3332e 0000000000000000
    0x0000000040228f10:   0000000000000000 00002aaac9deedf8
    0x0000000040228f20:   0000000000001fa0 0000000040228fc0
    0x0000000040228f30:   00002aaaabd0b498 0000000000000001
    0x0000000040228f40:   0000000040111400 00002aaaaca332a9
    0x0000000040228f50:   0000000040228ff0 0000000000000000
    0x0000000040228f60:   0000000000000000 00000000402290b0
    0x0000000040228f70:   00002aaaaacc55e8 00002aaad80acc55
    0x0000000040228f80:   0000000040229070 00002aaaab82d8e2
    0x0000000040228f90:   0000000000000001 0000000040111400
    0x0000000040228fa0:   0000000040228ff0 00000000402292e8
    0x0000000040228fb0:   0000000a00000000 00002aaaaca3fd00
    0x0000000040228fc0:   0000000040111400 00000000401106d0
    0x0000000040228fd0:   00002aaad47586c0 00002aaad4758890
    0x0000000040228fe0:   00002aaad47606a8 0000000040229980
    0x0000000040228ff0:   0000000000000000 0000000000000000
    0x0000000040229000:   00002aaaafb89ac0 00000000ffffffff
    0x0000000040229010:   00000000402295c0 00002aaaaacc55e8
    0x0000000040229020:   0000000000000000 00002aaaaacc4bc0
    0x0000000040229030:   00002aaad49d28a0 0000000040229640
    0x0000000040229040:   00002aaad80acc55 00002aaaab2f0845
    0x0000000040229050:   00002aaa00000003 0000000000000000
    0x0000000040229060:   00000000860afcd8 00000000402291f0
    0x0000000040229070:   0000000040229208 00002aaaab53efe8
    0x0000000040229080:   0000000000000000 00002aaad49d3118
    0x0000000040229090:   000000004010a4d0 00002aaad809d8a8
    0x00000000402290a0:   00002aaaab541970 00002aaad809c488
    0x00000000402290b0:   0000000000000000 00000001000000af
    0x00000000402290c0:   0000000040111590 0000000040229260
    0x00000000402290d0:   0000000040229260 00002aaaaafeb210
    0x00000000402290e0:   00002aaaabcfe1c0 00002aaad49d28a0
    0x00000000402290f0:   0000000040229640 00002aaaaafeb224
    Instructions: (pc=0x00002aaaaaab4202)
    0x00002aaaaaab41f2:   ff 02 00 00 48 8b 8d 20 ff ff ff 31 d2 45 31 d2
    0x00002aaaaaab4202:   48 8b 01 48 85 c0 0f 84 47 02 00 00 48 8b 9d 20
    Stack: [0x000000004012b000,0x000000004022c000),  sp=0x0000000040228f00,  free space=1015k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C  [ld-linux-x86-64.so.2+0x9202]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j  java.lang.ClassLoader$NativeLibrary.load(Ljava/lang/String;)V+0
    j  java.lang.ClassLoader.loadLibrary0(Ljava/lang/Class;Ljava/io/File;)Z+300
    j  java.lang.ClassLoader.loadLibrary(Ljava/lang/Class;Ljava/lang/String;Z)V+217
    j  java.lang.Runtime.loadLibrary0(Ljava/lang/Class;Ljava/lang/String;)V+54
    j  java.lang.System.loadLibrary(Ljava/lang/String;)V+7
    j  sun.security.action.LoadLibraryAction.run()Ljava/lang/Object;+4
    v  ~StubRoutines::call_stub
    j  java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;)Ljava/lang/Object;+0
    j  java.net.InetAddress.<clinit>()V+55
    v  ~StubRoutines::call_stub
    j  java.lang.ClassLoader$NativeLibrary.load(Ljava/lang/String;)V+0
    j  java.lang.ClassLoader.loadLibrary0(Ljava/lang/Class;Ljava/io/File;)Z+300
    j  java.lang.ClassLoader.loadLibrary(Ljava/lang/Class;Ljava/lang/String;Z)V+217
    j  java.lang.Runtime.loadLibrary0(Ljava/lang/Class;Ljava/lang/String;)V+54
    j  java.lang.System.loadLibrary(Ljava/lang/String;)V+7
    j  FancyButton.main([Ljava/lang/String;)V+2
    v  ~StubRoutines::call_stub
    ---------------  P R O C E S S  ---------------
    Java Threads: ( => current thread )
      0x00002aaad49c0400 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=7660]
      0x00002aaad49bd800 JavaThread "CompilerThread1" daemon [_thread_blocked, id=7659]
      0x00002aaad49bbc00 JavaThread "CompilerThread0" daemon [_thread_blocked, id=7658]
      0x00002aaad49ba800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=7657]
      0x00002aaad4997400 JavaThread "Finalizer" daemon [_thread_blocked, id=7656]
      0x00002aaad4996400 JavaThread "Reference Handler" daemon [_thread_blocked, id=7655]
    =>0x0000000040111400 JavaThread "main" [_thread_in_native, id=7651]
    Other Threads:
      0x00002aaad47f6800 VMThread [id=7654]
      0x00002aaad49c2000 WatcherThread [id=7661]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    PSYoungGen      total 9408K, used 325K [0x00002aaac9db0000, 0x00002aaaca820000, 0x00002aaad4500000)
      eden space 8128K, 4% used [0x00002aaac9db0000,0x00002aaac9e01570,0x00002aaaca5a0000)
      from space 1280K, 0% used [0x00002aaaca6e0000,0x00002aaaca6e0000,0x00002aaaca820000)
      to   space 1280K, 0% used [0x00002aaaca5a0000,0x00002aaaca5a0000,0x00002aaaca6e0000)
    PSOldGen        total 21440K, used 0K [0x00002aaab4f00000, 0x00002aaab63f0000, 0x00002aaac9db0000)
      object space 21440K, 0% used [0x00002aaab4f00000,0x00002aaab4f00000,0x00002aaab63f0000)
    PSPermGen       total 21248K, used 2769K [0x00002aaaafb00000, 0x00002aaab0fc0000, 0x00002aaab4f00000)
      object space 21248K, 13% used [0x00002aaaafb00000,0x00002aaaafdb47d0,0x00002aaab0fc0000)
    Dynamic libraries:
    40000000-40009000 r-xp 00000000 fd:00 1966283                            /usr/java/jdk1.6.0/bin/java
    40108000-4010a000 rwxp 00008000 fd:00 1966283                            /usr/java/jdk1.6.0/bin/java
    4010a000-4012b000 rwxp 4010a000 00:00 0                                  [heap]
    4012b000-4012e000 ---p 4012b000 00:00 0
    4012e000-4022c000 rwxp 4012e000 00:00 0
    4022c000-4022d000 ---p 4022c000 00:00 0
    4022d000-4032d000 rwxp 4022d000 00:00 0
    4032d000-4032e000 ---p 4032d000 00:00 0
    4032e000-4042e000 rwxp 4032e000 00:00 0
    4042e000-4042f000 ---p 4042e000 00:00 0
    4042f000-4052f000 rwxp 4042f000 00:00 0
    4052f000-40532000 ---p 4052f000 00:00 0
    40532000-40630000 rwxp 40532000 00:00 0
    40630000-40633000 ---p 40630000 00:00 0
    40633000-40731000 rwxp 40633000 00:00 0
    40731000-40734000 ---p 40731000 00:00 0
    40734000-40832000 rwxp 40734000 00:00 0
    40832000-40835000 ---p 40832000 00:00 0
    40835000-40933000 rwxp 40835000 00:00 0
    40933000-40936000 ---p 40933000 00:00 0
    40936000-40a34000 rwxp 40936000 00:00 0
    40a34000-40a37000 ---p 40a34000 00:00 0
    40a37000-40b35000 rwxp 40a37000 00:00 0
    40b35000-40b36000 ---p 40b35000 00:00 0
    40b36000-40c36000 rwxp 40b36000 00:00 0
    2aaaaaaab000-2aaaaaac5000 r-xp 00000000 fd:00 16318467                   /lib64/ld-2.5.so
    2aaaaaac5000-2aaaaaac6000 rwxp 2aaaaaac5000 00:00 0
    2aaaaaac6000-2aaaaaac7000 r-xp 2aaaaaac6000 00:00 0
    2aaaaaac7000-2aaaaaac8000 rwxp 2aaaaaac7000 00:00 0
    2aaaaaad8000-2aaaaaad9000 rwxp 2aaaaaad8000 00:00 0
    2aaaaaad9000-2aaaaaae0000 r-xp 00000000 fd:00 1967264                    /usr/java/jdk1.6.0/jre/lib/amd64/native_threads/libhpi.so
    2aaaaaae0000-2aaaaabe1000 ---p 00007000 fd:00 1967264                    /usr/java/jdk1.6.0/jre/lib/amd64/native_threads/libhpi.so
    2aaaaabe1000-2aaaaabe3000 rwxp 00008000 fd:00 1967264                    /usr/java/jdk1.6.0/jre/lib/amd64/native_threads/libhpi.so
    2aaaaabe3000-2aaaaabe4000 rwxp 2aaaaabe3000 00:00 0
    2aaaaabe4000-2aaaaabec000 rwxs 00000000 fd:00 16523834                   /tmp/hsperfdata_charlie/7650
    2aaaaabec000-2aaaaac14000 rwxp 2aaaaabec000 00:00 0
    2aaaaacc4000-2aaaaacc5000 r-xp 00019000 fd:00 16318467                   /lib64/ld-2.5.so
    2aaaaacc5000-2aaaaacc6000 rwxp 0001a000 fd:00 16318467                   /lib64/ld-2.5.so
    2aaaaacc6000-2aaaaacdb000 r-xp 00000000 fd:00 16318499                   /lib64/libpthread-2.5.so
    2aaaaacdb000-2aaaaaeda000 ---p 00015000 fd:00 16318499                   /lib64/libpthread-2.5.so
    2aaaaaeda000-2aaaaaedb000 r-xp 00014000 fd:00 16318499                   /lib64/libpthread-2.5.so
    2aaaaaedb000-2aaaaaedc000 rwxp 00015000 fd:00 16318499                   /lib64/libpthread-2.5.so
    2aaaaaedc000-2aaaaaee0000 rwxp 2aaaaaedc000 00:00 0
    2aaaaaee0000-2aaaaaee7000 r-xp 00000000 fd:00 1967247                    /usr/java/jdk1.6.0/jre/lib/amd64/jli/libjli.so
    2aaaaaee7000-2aaaaafe8000 ---p 00007000 fd:00 1967247                    /usr/java/jdk1.6.0/jre/lib/amd64/jli/libjli.so
    2aaaaafe8000-2aaaaafea000 rwxp 00008000 fd:00 1967247                    /usr/java/jdk1.6.0/jre/lib/amd64/jli/libjli.so
    2aaaaafea000-2aaaaafed000 r-xp 00000000 fd:00 16318481                   /lib64/libdl-2.5.so
    2aaaaafed000-2aaaab1ec000 ---p 00003000 fd:00 16318481                   /lib64/libdl-2.5.so
    2aaaab1ec000-2aaaab1ed000 r-xp 00002000 fd:00 16318481                   /lib64/libdl-2.5.so
    2aaaab1ed000-2aaaab1ee000 rwxp 00003000 fd:00 16318481                   /lib64/libdl-2.5.so
    2aaaab1ee000-2aaaab1ef000 rwxp 2aaaab1ee000 00:00 0
    2aaaab1ef000-2aaaab333000 r-xp 00000000 fd:00 16318475                   /lib64/libc-2.5.so
    2aaaab333000-2aaaab533000 ---p 00144000 fd:00 16318475                   /lib64/libc-2.5.so
    2aaaab533000-2aaaab537000 r-xp 00144000 fd:00 16318475                   /lib64/libc-2.5.so
    2aaaab537000-2aaaab538000 rwxp 00148000 fd:00 16318475                   /lib64/libc-2.5.so
    2aaaab538000-2aaaab53e000 rwxp 2aaaab538000 00:00 0
    2aaaab53e000-2aaaabbb8000 r-xp 00000000 fd:00 1967281                    /usr/java/jdk1.6.0/jre/lib/amd64/server/libjvm.so
    2aaaabbb8000-2aaaabcba000 ---p 0067a000 fd:00 1967281                    /usr/java/jdk1.6.0/jre/lib/amd64/server/libjvm.so
    2aaaabcba000-2aaaabde6000 rwxp 0067c000 fd:00 1967281                    /usr/java/jdk1.6.0/jre/lib/amd64/server/libjvm.so
    2aaaabde6000-2aaaabe21000 rwxp 2aaaabde6000 00:00 0
    2aaaabe33000-2aaaabeb5000 r-xp 00000000 fd:00 16318483                   /lib64/libm-2.5.so
    2aaaabeb5000-2aaaac0b4000 ---p 00082000 fd:00 16318483                   /lib64/libm-2.5.so
    2aaaac0b4000-2aaaac0b5000 r-xp 00081000 fd:00 16318483                   /lib64/libm-2.5.so
    2aaaac0b5000-2aaaac0b6000 rwxp 00082000 fd:00 16318483                   /lib64/libm-2.5.so
    2aaaac0b6000-2aaaac0be000 r-xp 00000000 fd:00 16318503                   /lib64/librt-2.5.so
    2aaaac0be000-2aaaac2bd000 ---p 00008000 fd:00 16318503                   /lib64/librt-2.5.so
    2aaaac2bd000-2aaaac2be000 r-xp 00007000 fd:00 16318503                   /lib64/librt-2.5.so
    2aaaac2be000-2aaaac2bf000 rwxp 00008000 fd:00 16318503                   /lib64/librt-2.5.so
    2aaaac2bf000-2aaaac2d3000 r-xp 00000000 fd:00 16318485                   /lib64/libnsl-2.5.so
    2aaaac2d3000-2aaaac4d2000 ---p 00014000 fd:00 16318485                   /lib64/libnsl-2.5.so
    2aaaac4d2000-2aaaac4d3000 r-xp 00013000 fd:00 16318485                   /lib64/libnsl-2.5.so
    2aaaac4d3000-2aaaac4d4000 rwxp 00014000 fd:00 16318485                   /lib64/libnsl-2.5.so
    2aaaac4d4000-2aaaac4d6000 rwxp 2aaaac4d4000 00:00 0
    2aaaac4d6000-2aaaac4e0000 r-xp 00000000 fd:00 16318491                   /lib64/libnss_files-2.5.so
    2aaaac4e0000-2aaaac6df000 ---p 0000a000 fd:00 16318491                   /lib64/libnss_files-2.5.so
    2aaaac6df000-2aaaac6e0000 r-xp 00009000 fd:00 16318491                   /lib64/libnss_files-2.5.so
    2aaaac6e0000-2aaaac6e1000 rwxp 0000a000 fd:00 16318491                   /lib64/libnss_files-2.5.so
    2aaaac6e1000-2aaaac6ee000 r-xp 00000000 fd:00 1967257                    /usr/java/jdk1.6.0/jre/lib/amd64/libverify.so
    2aaaac6ee000-2aaaac7ed000 ---p 0000d000 fd:00 1967257                    /usr/java/jdk1.6.0/jre/lib/amd64/libverify.so
    2aaaac7ed000-2aaaac7f0000 rwxp 0000c000 fd:00 1967257                    /usr/java/jdk1.6.0/jre/lib/amd64/libverify.so
    2aaaac7f0000-2aaaac818000 r-xp 00000000 fd:00 1967275                    /usr/java/jdk1.6.0/jre/lib/amd64/libjava.so
    2aaaac818000-2aaaac918000 ---p 00028000 fd:00 1967275                    /usr/java/jdk1.6.0/jre/lib/amd64/libjava.so
    2aaaac918000-2aaaac91f000 rwxp 00028000 fd:00 1967275                    /usr/java/jdk1.6.0/jre/lib/amd64/libjava.so
    2aaaac91f000-2aaaac92d000 r-xp 00000000 fd:00 1967262                    /usr/java/jdk1.6.0/jre/lib/amd64/libzip.so
    2aaaac92d000-2aaaaca2f000 ---p 0000e000 fd:00 1967262                    /usr/java/jdk1.6.0/jre/lib/amd64/libzip.so
    2aaaaca2f000-2aaaaca32000 rwxp 00010000 fd:00 1967262                    /usr/java/jdk1.6.0/jre/lib/amd64/libzip.so
    2aaaaca32000-2aaaacca3000 rwxp 2aaaaca32000 00:00 0
    2aaaacca3000-2aaaafa33000 rwxp 2aaaacca3000 00:00 0
    2aaaafa33000-2aaaafa3d000 rwxp 2aaaafa33000 00:00 0
    2aaaafa3d000-2aaaafaf3000 rwxp 2aaaafa3d000 00:00 0
    2aaaafb00000-2aaab0fc0000 rwxp 2aaaafb00000 00:00 0
    2aaab0fc0000-2aaab4f00000 rwxp 2aaab0fc0000 00:00 0
    2aaab4f00000-2aaab63f0000 rwxp 2aaab4f00000 00:00 0
    2aaab63f0000-2aaac9db0000 rwxp 2aaab63f0000 00:00 0
    2aaac9db0000-2aaaca820000 rwxp 2aaac9db0000 00:00 0
    2aaaca820000-2aaad4500000 rwxp 2aaaca820000 00:00 0
    2aaad4500000-2aaad450b000 rwxp 2aaad4500000 00:00 0
    2aaad450b000-2aaad452a000 rwxp 2aaad450b000 00:00 0
    2aaad452a000-2aaad4535000 rwxp 2aaad452a000 00:00 0
    2aaad4535000-2aaad45d1000 rwxp 2aaad4535000 00:00 0
    2aaad45d1000-2aaad45d7000 rwxp 2aaad45d1000 00:00 0
    2aaad45d7000-2aaad4625000 rwxp 2aaad45d7000 00:00 0
    2aaad4625000-2aaad4631000 rwxp 2aaad4625000 00:00 0
    2aaad4631000-2aaad46ce000 rwxp 2aaad4631000 00:00 0
    2aaad46ce000-2aaad46d9000 rwxp 2aaad46ce000 00:00 0
    2aaad46d9000-2aaad46f8000 rwxp 2aaad46d9000 00:00 0
    2aaad46f8000-2aaad47f8000 rwxp 2aaad46f8000 00:00 0
    2aaad47f8000-2aaad4972000 r-xs 02c68000 fd:00 1968717                    /usr/java/jdk1.6.0/jre/lib/rt.jar
    2aaad4972000-2aaad4a93000 rwxp 2aaad4972000 00:00 0
    2aaad4a93000-2aaad7f91000 r-xp 00000000 fd:00 14038693                   /usr/lib/locale/locale-archive
    2aaad7f91000-2aaad7f99000 r-xp 00000000 fd:00 1967266                    /usr/java/jdk1.6.0/jre/lib/amd64/libj2gss.so
    2aaad7f99000-2aaad8099000 ---p 00008000 fd:00 1967266                    /usr/java/jdk1.6.0/jre/lib/amd64/libj2gss.so
    2aaad8099000-2aaad809a000 rwxp 00008000 fd:00 1967266                    /usr/java/jdk1.6.0/jre/lib/amd64/libj2gss.so
    2aaad809a000-2aaad809b000 rwxp 2aaad809a000 00:00 0
    2aaad809b000-2aaad80ae000 r-xp 00000000 fd:00 1967251                    /usr/java/jdk1.6.0/jre/lib/amd64/libnet.so
    2aaad80ae000-2aaad81af000 ---p 00013000 fd:00 1967251                    /usr/java/jdk1.6.0/jre/lib/amd64/libnet.so
    2aaad81af000-2aaad81b2000 rwxp 00014000 fd:00 1967251                    /usr/java/jdk1.6.0/jre/lib/amd64/libnet.so
    7fffc9256000-7fffc926b000 rwxp 7fffc9256000 00:00 0                      [stack]
    ffffffffff600000-ffffffffffe00000 ---p 00000000 00:00 0                  [vdso]
    VM Arguments:
    java_command: FancyButton
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=/usr/java/jdk1.6
    PATH=/home/charlie/bin:/home/charlie/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/java/jdk1.6/bin:/opt/apache-ant/bin:.:/usr/java/jdk1.6/bin:/opt/apache-ant/bin:.
    USERNAME=charlie
    LD_LIBRARY_PATH=/usr/java/jdk1.6.0/jre/lib/amd64/server:/usr/java/jdk1.6.0/jre/lib/amd64:/usr/java/jdk1.6.0/jre/../lib/amd64
    SHELL=/bin/bash
    DISPLAY=:0.0
    Signal Handlers:
    SIGSEGV: [libjvm.so+0x5f45b0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGBUS: [libjvm.so+0x5f45b0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGFPE: [libjvm.so+0x4b2c20], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGPIPE: [libjvm.so+0x4b2c20], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGILL: [libjvm.so+0x4b2c20], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGUSR2: [libjvm.so+0x4b4e20], sa_mask[0]=0x00000000, sa_flags=0x10000004
    SIGHUP: [libjvm.so+0x4b4760], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGINT: [libjvm.so+0x4b4760], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGQUIT: [libjvm.so+0x4b4760], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGTERM: [libjvm.so+0x4b4760], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGUSR2: [libjvm.so+0x4b4e20], sa_mask[0]=0x00000000, sa_flags=0x10000004
    ---------------  S Y S T E M  ---------------
    OS:Fedora Core release 6 (Zod)
    uname:Linux 2.6.18-1.2869.fc6 #1 SMP Wed Dec 20 14:51:34 EST 2006 x86_64
    libc:glibc 2.5 NPTL 2.5
    rlimit: STACK 10240k, CORE 0k, NPROC 16374, NOFILE 1024, AS infinity
    load average:0.30 0.06 0.02
    CPU:total 2 em64t ht
    Memory: 4k page, physical 2054756k(438236k free), swap 2031608k(2031608k free)
    vm_info: Java HotSpot(TM) 64-Bit Server VM (1.6.0-b105) for linux-amd64, built on Nov 29 2006 01:44:03 by "uucp" with gcc 3.2.2 (SuSE Linux)

    An update. It appears that it is only the "net" library that is causing the problems. Loading the "j2gss" library loads the "net" library as a side effect, which causes the segfault.

  • Problematic frame: # J java.nio.MappedByteBuffer.load()

    Helo all...
    I'm getting an error when generating a PDF using BIRT Framework in Eclipse. Nothing fancy, just compiling a simple report to pdf.
    The problem is, the JVM crashes with the following error:
    # A fatal error has been detected by the Java Runtime Environment:
    # EXCEPTION_IN_PAGE_ERROR (0xc0000006) at pc=0x0190f0be, pid=5848, tid=2392
    # JRE version: 7.0_09-b05
    # Java VM: Java HotSpot(TM) Client VM (23.5-b02 mixed mode, sharing windows-x86 )
    **# Problematic frame:
    # J java.nio.MappedByteBuffer.load()Ljava/nio/MappedByteBuffer;**
    # Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
    # An error report file with more information is saved as:
    # C:\Users\luis\Desktop\teste\birt\hs_err_pid5848.log
    # If you would like to submit a bug report, please visit:
    # http://bugreport.sun.com/bugreport/crash.jsp
    I already tried:
    1. Run the program in another computers - it worked
    2. Reinstall Java on the computer - It did nothing
    3. I check the integrity of the disk C: - Nothing
    I already spent two days trying to fix this and I don't have any progress. I can't find a solution on the web either.
    Thanks in advance

    Thanks for the help.
    But it can not be related to BIRT because it works in every other computer that I tried so far. There is only one computer that not works properly.
    If it were BIRT's fault, it wouldn't work in any computer.
    Thanks again

  • Error Message - java.lang.LinkageError: loader constraint violation

    Hi
    I get the following errormessage if I try to apply a more recent build of the JPA Toplink Essentials.
    If I use the glassfish-persistence-installer-v2-b45.jar all things work fine, but if a try to upgrade my program will fail. I tried the glassfish-persistence-installer-v2-b54.jar, all also tried all builds between?!
    I have no idea how I may resolve the problem?!
    Any ideas?
    Thanks
    Marcel
    (I am using Java 6, Netbeans 5.5)
    Exception in thread "AWT-EventQueue-0" java.lang.LinkageError: loader constraint violation in interface itable initialization: when resolving method "DatenStruktur.ConditionBasic.getCouplingElement()LDatenStruktur/CouplingElement;" the class loader (instance of oracle/toplink/essentials/internal/ejb/cmp3/JavaSECMPInitializer$TempEntityLoader) of the current class, DatenStruktur/ConditionBasic, and the class loader (instance of sun/misc/Launcher$AppClassLoader) for interface DatenStruktur/Conditionable have different Class objects for the type DatenStruktur/CouplingElement used in the signature
    at java.lang.Class.getDeclaredFields0(Native Method)
    at java.lang.Class.privateGetDeclaredFields(Class.java:2291)
    at java.lang.Class.getDeclaredFields(Class.java:1743)
    at oracle.toplink.essentials.internal.security.PrivilegedAccessHelper.getDeclaredFields(PrivilegedAccessHelper.java:204)
    at oracle.toplink.essentials.internal.ejb.cmp3.metadata.MetadataHelper.getFields(MetadataHelper.java:443)
    at oracle.toplink.essentials.internal.ejb.cmp3.metadata.MetadataDescriptor.usesPropertyAccess(MetadataDescriptor.java:1081)
    at oracle.toplink.essentials.internal.ejb.cmp3.metadata.accessors.ClassAccessor.processAccessors(ClassAccessor.java:564)
    at oracle.toplink.essentials.internal.ejb.cmp3.metadata.accessors.ClassAccessor.process(ClassAccessor.java:498)
    at oracle.toplink.essentials.internal.ejb.cmp3.metadata.accessors.MetadataAccessor.processAccessor(MetadataAccessor.java:514)
    at oracle.toplink.essentials.internal.ejb.cmp3.metadata.accessors.ClassAccessor.processTableAndInheritance(ClassAccessor.java:1388)
    at oracle.toplink.essentials.internal.ejb.cmp3.metadata.accessors.ClassAccessor.process(ClassAccessor.java:484)
    at oracle.toplink.essentials.internal.ejb.cmp3.metadata.MetadataProcessor.processAnnotations(MetadataProcessor.java:240)
    at oracle.toplink.essentials.ejb.cmp3.persistence.PersistenceUnitProcessor.processORMetadata(PersistenceUnitProcessor.java:370)
    at oracle.toplink.essentials.internal.ejb.cmp3.EntityManagerSetupImpl.predeploy(EntityManagerSetupImpl.java:600)
    at oracle.toplink.essentials.internal.ejb.cmp3.JavaSECMPInitializer.callPredeploy(JavaSECMPInitializer.java:169)
    at oracle.toplink.essentials.internal.ejb.cmp3.JavaSECMPInitializer.initPersistenceUnits(JavaSECMPInitializer.java:237)
    at oracle.toplink.essentials.internal.ejb.cmp3.JavaSECMPInitializer.initialize(JavaSECMPInitializer.java:253)
    at oracle.toplink.essentials.ejb.cmp3.EntityManagerFactoryProvider.createEntityManagerFactory(EntityManagerFactoryProvider.java:140)
    at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java):96)
    at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java):73)
    at MainProgramManagement.ProgramMain.getEntityManagerFactory(ProgramMain.java:347)
    at MainProgramManagement.ProgramMain.persistData(ProgramMain.java:788)

    upgrade to cf8, which supports jdk 1.6.
    mx7 does not support 1.5 or 1.6
    Azadi Saryev
    Sabai-dee.com
    http://www.sabai-dee.com/

  • Windows Vista "java.lang.ClassNotFoundException: loader.class" error.

    Hello,
    Whenever I try to visit websites that have a java applet I get a dialogue with the following error:
    java.lang.ClassNotFoundException: loader.class.
    I have tried uninstalling/reinstalling java, and also adding the -xmx and -xms parameters for java applet runtime setting in control panel with various values from 128m to 1g.
    The applet at http://www.java.com/en/download/installed.jsp?detect=jre&try=1 does work and reports "CONGRATULATIONS, you have the Latest version of Java!", "Java Runtime Version 1.6.0."
    I have been experiencing this problem ever since I installed Windows Vista Home Premium a day or two ago. Any help is appreciated.
    Regards
    Greg
    =====================================
    Full output from Java Console
    =====================================
    Java Plug-in 1.6.0
    Using JRE version 1.6.0 Java HotSpot(TM) Client VM
    User home directory = C:\Users\Greg Taylor
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    o: trigger logging
    p: reload proxy configuration
    q: hide console
    r: reload policy configuration
    s: dump system and deployment properties
    t: dump thread list
    v: dump thread stack
    x: clear classloader cache
    0-5: set trace level to <n>
    load: class loader.class not found.
    java.lang.ClassNotFoundException: loader.class
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 10 more
    java.lang.ClassNotFoundException: loader.class
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 10 more

    ive been having the same problems, if youve resolved this problem, please tell me.
    all help is appreciated

  • What's going on with JAVA, Can't load POGO games?

    Please let me know about JAVA.  I can't get POGO games to load and some chat rooms on other websites won't load ????

    Java 7 updated  for 10.7-10.8
    Released Feb 1, 2013,  fixes 50+ security flaws
    http://www.esecurityplanet.com/patches/oracle-responds-to-java-security-flaws-wi th-50-fixes.html
    Download and install
    https://www.java.com/en/download/faq/java_mac.xml
    For Java versions 6 and below OS X 10.5-10.6 machines
    Apple supplies their own version of Java. For Mac OS X 10.6 and below, use the Software Update feature available under the Apple menu to check that you have the most up-to-date version of Java 6 for your Mac.
    https://www.java.com/en/download/faq/java_6.xml
    Java SE 6 End of Public Updates
    After February 2013, Oracle will no longer post updates of Java SE 6 to its public download sites. We highly recommend downloading and installing Java 7.
    If your considering upgrading OS X from 10.6.8 to 10.8 via AppStore to run Java 7
    Be forewarned no PowerPC based programs or driver software will run any longer.
    Check here BEFORE you upgrade OS X!
    http://roaringapps.com/apps:table
    Alternatives if you must run Java 7
    If Apple disabled Java 6 in 10.6, and you can't upgrade OS X to 10.8, then your pretty much done with Java in OS X because Oracle won't issue updates for Java 6 anymore.
    However you can install Windows 7 and continue to use Java 7+ there until support for Windows 7 ends in 2020.
    Windows in BootCamp or Virtual Machine?
    If your on 10.6, I very highly recommend the free Virtualbox for the virtual machine software as it gets updates, VMFusion and Parallels have moved on with only 10.7+

  • Dynamic Class Loading and Stubs

    How Dynamic Class Loading is used on Java RMI, since stubs are generated on clients using Reflection API?
    I was reading Dynamic code downloading using JavaTM RMI (http://java.sun.com/javase/6/docs/technotes/guides/rmi/codebase.html), it seems to be out of date.
    For example, "The client requests the class definition from the codebase. The codebase the client uses is the URL that was annotated to the stub instance when the stub class was loaded by the registry. Back in step 1, the annotated stub for the exported object was then registered with the Java RMI registry bound to a name."

    "Enhancements in J2SETM 5.0
    Dynamic Generation of Stub Classes
    This release adds support for the dynamic generation of stub classes at runtime, obviating the need to use the Java(tm) Remote Method Invocation (Java RMI) stub compiler, rmic, to pregenerate stub classes for remote objects. *Note that rmic must still be used to pregenerate stub classes for remote objects that need to support clients running on _earlier versions_.*
    When an application exports a remote object (using the constructors or static exportObject methods(1) of the classes java.rmi.server.UnicastRemoteObject or java.rmi.activation.Activatable) and a pregenerated stub class for the remote object's class cannot be loaded, the remote object's stub will be a java.lang.reflect.Proxy instance (whose class is dynamically generated) with a java.rmi.server.RemoteObjectInvocationHandler as its invocation handler.
    An existing application can be deployed to use dynamically generated stub classes unconditionally (that is, whether or not pregenerated stub classes exist) by setting the system property java.rmi.server.ignoreStubClasses to "true". If this property is set to "true", pregenerated stub classes are never used.
    Notes:
    * If a remote object has pre-5.0 clients, that remote object should use a stub class pregenerated with rmic or the client will get an ClassNotFoundException deserializing the remote object's stub. Pre-5.0 clients will not be able to load an instance of a dynamically generated stub class, because such a class contains an instance of RemoteObjectInvocationHandler, which was not available prior to this release.
    * Prior to the J2SE 5.0 release, exporting a remote object would throw a java.rmi.StubNotFoundException if the pregenerated stub class for the remote object's class could not be loaded. With the added support for dynamically generated stub classes, exporting a remote object that has no pregenerated stub class will silently succeed instead. A user deploying a server application to support pre-5.0 clients must still make sure to pregenerate stub classes for the server's remote object classes, even though missing stub classes are no longer reported at export time. Such errors will instead be reported to a pre-5.0 client when it deserializes a dynamically generated stub class.
    (1) The static method UnicastRemoteObject.exportObject(Remote) is declared to return java.rmi.server.RemoteStub and therefore cannot be used to export a remote object to use a dynamically generated stub class for its stub. An instance of a dynamically generated stub class is a java.lang.reflect.Proxy instance which is not assignable to RemoteStub."
    http://java.sun.com/j2se/1.5.0/docs/guide/rmi/relnotes.html

  • HT1338 Help I can't get Java to down load to my Mac version 3.06 I have did the soft ware up date ?

    Help I can't get Java to down load !

    Hello BROitsJAMIE,
    Thanks for using Apple Support Communities.
    I'd like you to please follow the troubleshooting in the article linked to below in order to resolve this issue with your Mail.
    OS X Mail: Troubleshooting sending and receiving email messages
    Take care,
    Alex H.

  • Find the difference between loading and registering the drivers..

    Dear Sir..
    Could you please help me to find the difference between two activities..
    1.Loading the drivers
    2.Registering the drivers
    What's the difference between loading and registeing the drivers and what activities take place by the JVM to do it all.

    Dear Sir..
    Could you please help me to find the difference
    between two activities..
    1.Loading the drivers
    2.Registering the drivers
    What's the difference between loading and registeing
    the drivers and what activities take place by the JVM
    to do it all.You load a class - it isn't specific to a driver.
    That is part of java - not JDBC.
    Normally JDBC drivers register themselves when the class is loaded. This is specific to the driver and has nothing to do with a user of the driver. It is only a concern to someone who must implement a driver.

  • Load and save difficulties.

    I am new to java and do not understand how the load and save functions work.
    I have the following code and would like the load function to open selected files into text area 1 and the save function to save the contents of text area 2.
    Can anyone help me with thuis please?
    //Adding text field one
              TextArea ta1 = new TextArea(15,20);
              textPanel = new JPanel();
              textPanel.setLayout(new GridLayout(1,1) );
              textPanel.setBorder(titled);
              textPanel.add(ta1);
              container.add(textPanel, BorderLayout.NORTH);
              //Adding text field two
              TextArea ta2 = new TextArea();
              textPanel = new JPanel();
              textPanel.setLayout (new GridLayout(1,1));
              textPanel.setBorder(titled2);
              textPanel.add(ta2);
              container.add(textPanel, BorderLayout.CENTER);
              //setting the window requirements 800, 600
              setSize(800, 600);
              setVisible(true);
              setResizable(false);
              Load.addActionListener( new ActionListener()
                   public void actionPerformed(ActionEvent e)
                        final JFileChooser fc = new JFileChooser();
                        int returnVal = fc.showOpenDialog(fc);
              Save.addActionListener(new ActionListener()
                   public void actionPerformed(ActionEvent e)
                        final JFileChooser fc = new JFileChooser();
                        int returnVal = fc.showSaveDialog(fc);
         });

    Example:
    // Your code
      Load.addActionListener( new ActionListener() {
        public void actionPerformed(ActionEvent e) {
          File file = getFile('o');
    //      final JFileChooser fc = new JFileChooser();
    //      int returnVal = fc.showOpenDialog(fc);
    // end your code
      File getFile(char fcType) {
        int returnVal = 0;
        File file = null;
        JFileChooser fc = new JFileChooser();
        if ( fcType == 'o' )
          returnVal = fc.showOpenDialog(fc);
        else
          returnVal = fc.showSaveDialog(fc);
        if (returnVal == JFileChooser.APPROVE_OPTION) {
          try {
            file=fc.getSelectedFile();
          } catch (IOException e) {
            // show exception or handle it
        return( file );
      }

  • Custom class loader and local class accessing local variable

    I have written my own class loader to solve a specific problem. It
    seemed to work very well, but then I started noticing strange errors in
    the log output. Here is an example. Some of the names are in Norwegian,
    but they are not important to this discussion. JavaNotis.Oppstart is the
    name of my class loader class.
    java.lang.ClassFormatError: JavaNotis/SendMeldingDialog$1 (Illegal
    variable name " val$indeks")
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:502)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:431)
    at JavaNotis.Oppstart.findClass(Oppstart.java:193)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)
    at JavaNotis.SendMeldingDialog.init(SendMeldingDialog.java:78)
    at JavaNotis.SendMeldingDialog.<init>(SendMeldingDialog.java:54)
    at JavaNotis.Notistavle.sendMelding(Notistavle.java:542)
    at JavaNotis.Notistavle.access$900(Notistavle.java:59)
    at JavaNotis.Notistavle$27.actionPerformed(Notistavle.java:427)
    JavaNotis/SendMeldingDialog$1 is a local class in the method
    JavaNotis.SendMeldingDialog.init, and it's accessing a final local
    variable named indeks. The compiler automatically turns this into a
    variable in the inner class called val$indeks. But look at the error
    message, there is an extra space in front of the variable name.
    This error doesn't occur when I don't use my custom class loader and
    instead load the classes through the default class loader in the JVM.
    Here is my class loading code. Is there something wrong with it?
    Again some Norwegian words, but it should still be understandable I hope.
         protected Class findClass(String name) throws ClassNotFoundException
             byte[] b = loadClassData(name);
             return defineClass(name, b, 0, b.length);
         private byte[] loadClassData(String name) throws ClassNotFoundException
             ByteArrayOutputStream ut = null;
             InputStream inn = null;
             try
                 JarEntry klasse = arkiv.getJarEntry(name.replace('.', '/')
    + ".class");
                 if (klasse == null)
                    throw new ClassNotFoundException("Finner ikke klassen "
    + NOTISKLASSE);
                 inn = arkiv.getInputStream(klasse);
                 ut = new ByteArrayOutputStream(inn.available());
                 byte[] kode = new byte[4096];
                 int antall = inn.read(kode);
                 while (antall > 0)
                     ut.write(kode, 0, antall);
                     antall = inn.read(kode);
                 return ut.toByteArray();
             catch (IOException ioe)
                 throw new RuntimeException(ioe.getMessage());
             finally
                 try
                    if (inn != null)
                       inn.close();
                    if (ut != null)
                       ut.close();
                 catch (IOException ioe)
         }I hope somebody can help. :-)
    Regards,
    Knut St�re

    I'm not quite sure how Java handles local classes defined within a method, but from this example it seems as if the local class isn't loaded until it is actually needed, that is when the method is called, which seems like a good thing to me.
    The parent class is already loaded as you can see. It is the loading of the inner class that fails.
    But maybe there is something I've forgotten in my loading code? I know in the "early days" you had to do a lot more to load a class, but I think all that is taken care of by the superclass of my classloader now. All I have to do is provide the raw data of the class. Isn't it so?

Maybe you are looking for