Error in Java compilation in linux..

Hello Friends.,
I am a Newbie.. I have sun Java in Fedora 8.. I am new to Java World too..
My java prog name is parsetrace.java.,
public class name is also same..
when i type
[maran@fedora8 works]$ javac parsetrace.java
No error is reported.. but when i try to run
[maran@fedora8 works]$ java parsetrace
the following error comes whats wrong??????
Exception in thread "main" java.lang.NoClassDefFoundError: parsetrace (wrong name: javaapplication1/parsetrace)
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
[maran@fedora8 works]$

Exception in thread "main" java.lang.NoClassDefFoundError: parsetrace (wrong name: javaapplication1/parsetrace)You have this line at the start of your parsetrace.java filepackage javaapplication1;But when you attempt to run the class you use the name parsetrace rather than the correct name of the class which is javaapplication1.parsetrace
Unless you understand packages and the need for class files to be in a particular directory, I suggest you remove the package line and recompile.

Similar Messages

  • Error in Java compilation: \s7u.log (The system cannot find the file specified)

    Hi there,
    I got an error when I tried to compile a group of sqlj and java files. The error below:
    ----------------------------------------------sqlj -status -passes -compile=true -ser2class -d=. -classpath=.;%CLASSPATH% E:\work\src\java\com\interadnet\persistence\*.sqlj E:\work\src\java\com\interadnet\persistence\*.java
    out [Translating 53 files]
    out [Reading file AdServerInformationType]
    out [Reading file AdsType]
    out [Reading file AgencyType]
    out [Reading file CampaigntocompletionType]
    out [Reading file CampaignType]
    out [Reading file ChannelType]
    out [Reading file ClientType]
    out [Reading file CompletionType]
    out [Reading file ContactType]
    out [Reading file CreativeType]
    out [Reading file FtpServerType]
    out [Reading file InsertioninstructionType]
    out [Reading file MediaServerType]
    out [Reading file SystemPropertyType]
    out [Reading file VendorType]
    out [Reading file AdServerInformationTypeRef]
    out [Reading file AdServerInformationView]
    out [Reading file AdsTypeRef]
    out [Reading file AdsView]
    out [Reading file AgencyTypeRef]
    out [Reading file AgencyView]
    out [Reading file CampaigntocompletionTypeRef]
    out [Reading file CampaignToCompletionView]
    out [Reading file CampaignTypeRef]
    out [Reading file CampaignTypeRefs]
    out [Reading file CampaignView]
    out [Reading file ChannelTypeRef]
    out [Reading file ChannelTypeRefs]
    out [Reading file ChannelView]
    out [Reading file ClientTypeRef]
    out [Reading file ClientTypeRefs]
    out [Reading file ClientView]
    out [Reading file CompletionTypeRef]
    out [Reading file CompletionTypeRefs]
    out [Reading file CompletionView]
    out [Reading file ContactTypeRef]
    out [Reading file ContactView]
    out [Reading file CreativeTypeRef]
    out [Reading file CreativeTypeRefs]
    out [Reading file CreativeView]
    out [Reading file FtpServerTypeRef]
    out [Reading file FtpServerView]
    out [Reading file InsertioninstructionTypeRef]
    out [Reading file InsertioninstructionTypeRefs]
    out [Reading file InsertionInstructionView]
    out [Reading file MediaServerTypeRef]
    out [Reading file MediaServerView]
    out [Reading file SystemPropertyTypeRef]
    out [Reading file SystemPropertyTypeRefs]
    out [Reading file SystemPropertyView]
    out [Reading file VendorTypeRef]
    out [Reading file VendorTypeRefs]
    out [Reading file VendorView]
    out [Translating file AdServerInformationType]
    out [Translating file AdsType]
    out [Translating file AgencyType]
    out [Translating file CampaigntocompletionType]
    out [Translating file CampaignType]
    out [Translating file ChannelType]
    out [Translating file ClientType]
    out [Translating file CompletionType]
    out [Translating file ContactType]
    out [Translating file CreativeType]
    out [Translating file FtpServerType]
    out [Translating file InsertioninstructionType]
    out [Translating file MediaServerType]
    out [Translating file SystemPropertyType]
    out [Translating file VendorType]
    out [Translating file AdServerInformationTypeRef]
    out [Translating file AdServerInformationView]
    out [Translating file AdsTypeRef]
    out [Translating file AdsView]
    out [Translating file AgencyTypeRef]
    out [Translating file AgencyView]
    out [Translating file CampaigntocompletionTypeRef]
    out [Translating file CampaignToCompletionView]
    out [Translating file CampaignTypeRef]
    out [Translating file CampaignTypeRefs]
    out [Translating file CampaignView]
    out [Translating file ChannelTypeRef]
    out [Translating file ChannelTypeRefs]
    out [Translating file ChannelView]
    out [Translating file ClientTypeRef]
    out [Translating file ClientTypeRefs]
    out [Translating file ClientView]
    out [Translating file CompletionTypeRef]
    out [Translating file CompletionTypeRefs]
    out [Translating file CompletionView]
    out [Translating file ContactTypeRef]
    out [Translating file ContactView]
    out [Translating file CreativeTypeRef]
    out [Translating file CreativeTypeRefs]
    out [Translating file CreativeView]
    out [Translating file FtpServerTypeRef]
    out [Translating file FtpServerView]
    out [Translating file InsertioninstructionTypeRef]
    out [Translating file InsertioninstructionTypeRefs]
    out [Translating file InsertionInstructionView]
    out [Translating file MediaServerTypeRef]
    out [Translating file MediaServerView]
    out [Translating file SystemPropertyTypeRef]
    out [Translating file SystemPropertyTypeRefs]
    out [Translating file SystemPropertyView]
    out [Translating file VendorTypeRef]
    out [Translating file VendorTypeRefs]
    out [Translating file VendorView]
    out [Compiling 53 Java files]
    err*** The following character string is too long:
    err***
    out Error in Java compilation: \s7u.log (The system cannot find the file specified)
    Any suggestion appreciated.
    Daniel Huang

    Having not seen this before, I assume that the issue is that the command line string is too long when Javac is invoked.
    Here are a few things to reduce the size of the command line:
    - do not use the CLASSPATH option, but set the CLASSPATH environment variable (you can to that in a .bat file)
    - do not provide the .java files but rely on the implicit make capability in both, the SQLJ translator and the Java compiler. (Note: you must mention all of the .sqlj files that your program requires, do not rely on implicit make to find all of those.)
    - you can perform the -ser2class conversion as a separate step (see the SQLJ FAQ), as well as the Java compilation
    - there may or may not be a facility in your operating system to increase the size of the environment (and this may or may not have an effect on the maximum command line length)
    - you could try to omit the -passes option and see if that helps (that may actually be where your invocation if failing in the first place, in that it cannot write to some temporary file).
    Let us know how it goes. Thanks!

  • SIGSEGV error in java compiler when compiling CDT 5.0.0

    I am trying to run a headless build of the Eclipse CDT 5.0.0 code and am encountering a SIGSEGV violation when using either the Java SE Runtime Environment (build 1.6.0_07-b0) with Java HotSpot Server VM (build 10.0-b23, mixed mode) or with Java SE Runtime Environment (build 1.6.0_06-b02) with Java HotSpot Server VM (build 10.0-b22, mixed mode). This occurs on our RedHat Linux machine.
    # An unexpected error has been detected by Java Runtime Environment:
    # SIGSEGV (0xb) at pc=0x0625665c, pid=9579, tid=853339056
    # Java VM: Java HotSpot(TM) Server VM (10.0-b23 mixed mode linux-x86)
    # Problematic frame:
    # V [libjvm.so+0x25665c]
    # An error report file with more information is saved as:
    # /folk/mpauna/surf_build/build/plugins/hs_err_pid9579.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    The error occurs on the java command:
    jvm_args: -Xms100m -Xmx2000m
    java_command: /folk/mpauna/surf_eclipse_34/plugins/org.eclipse.equinox.launcher_1.0.100.v20080509-1800.jar -application org.eclipse.ant.core.antRunner -buildfile /folk/mpauna/surf_eclipse_34/plugins/org.eclipse.pde.build_3.4.0.v20080604/scripts/build.xml -data /folk/mpauna/surf_build/workspace -configuration /folk/mpauna/surf_build/configuration -DjavacDebugInfo=on -DjavacVerbose=true -Dbuilder=/folk/mpauna/surf_build/configuration -verbose -debug
    Launcher Type: SUN_STANDARD
    I have tried various -Xms and -Xmx values, but it keeps crashing.
    Does anyone have any suggestions or ideas???
    Thanks,
    Mark Pauna
    # An unexpected error has been detected by Java Runtime Environment:
    # SIGSEGV (0xb) at pc=0x0625665c, pid=9579, tid=853339056
    # Java VM: Java HotSpot(TM) Server VM (10.0-b23 mixed mode linux-x86)
    # Problematic frame:
    # V [libjvm.so+0x25665c]
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    --------------- T H R E A D ---------------
    Current thread (0x0811c400): JavaThread "CompilerThread0" daemon [_thread_in_native, id=9589, stack(0x32d4e000,0x32dcf000)]
    siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x00000000
    Registers:
    EAX=0x00000000, EBX=0x30a6445c, ECX=0x31981654, EDX=0xffffffff
    ESP=0x32dcce70, EBP=0x32dccec8, ESI=0x30a64428, EDI=0x00000000
    EIP=0x0625665c, CR2=0x00000000, EFLAGS=0x00010202
    Top of Stack: (sp=0x32dcce70)
    0x32dcce70: 31981654 00000000 00000331 00000331
    0x32dcce80: 32dccf90 31b7ddcc 00000000 32dccfd0
    0x32dcce90: 066a0bf0 ffffffff 0000000e 08121b30
    0x32dccea0: 00000001 31981654 00000002 31b7ddc8
    0x32dcceb0: 00000011 32dcd31c 01000318 00000733
    0x32dccec0: 32dccf90 32dcd2b0 32dccff8 06255bb5
    0x32dcced0: 32dcd2b0 00000001 32dcdc00 32dcdc00
    0x32dccee0: 000000dc 000000dc 32dccf28 32dcd31c
    Instructions: (pc=0x0625665c)
    0x0625664c: 5d dc 8b 03 53 8d 5e 34 ff 50 40 89 c7 8b 56 34
    0x0625665c: 8b 00 21 c2 89 56 34 8b 47 04 8b 4b 04 21 c1 8b
    Stack: [0x32d4e000,0x32dcf000], sp=0x32dcce70, free space=507k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [libjvm.so+0x25665c]
    V [libjvm.so+0x255bb5]
    V [libjvm.so+0x2a2acd]
    V [libjvm.so+0x29f950]
    V [libjvm.so+0x2471e9]
    V [libjvm.so+0x2a6e3a]
    V [libjvm.so+0x2a6846]
    V [libjvm.so+0x5b61ed]
    V [libjvm.so+0x4fe289]
    C [libpthread.so.0+0x5371]
    Current CompileTask:
    C2:1284 org.eclipse.jdt.internal.compiler.lookup.ParameterizedMethodBinding.<init>(Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)V (596 bytes)
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x31b42800 JavaThread "Compiler Processing Task" daemon [_thread_in_native, id=9633, stack(0x31faf000,0x32000000)]
    0x083f1000 JavaThread "Worker-1" [_thread_blocked, id=9601, stack(0x324a9000,0x324fa000)]
    0x3260b000 JavaThread "Java indexing" daemon [_thread_blocked, id=9600, stack(0x3255a000,0x325ab000)]
    0x32639400 JavaThread "Worker-0" [_thread_blocked, id=9599, stack(0x325af000,0x32600000)]
    0x32aa3000 JavaThread "Start Level Event Dispatcher" daemon [_thread_blocked, id=9596, stack(0x327af000,0x32800000)]
    0x32804800 JavaThread "Framework Event Dispatcher" daemon [_thread_blocked, id=9595, stack(0x32931000,0x32982000)]
    0x333a9800 JavaThread "State Data Manager" daemon [_thread_blocked, id=9594, stack(0x32984000,0x329d5000)]
    0x33301400 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=9591, stack(0x32c7c000,0x32ccd000)]
    0x0811e400 JavaThread "CompilerThread1" daemon [_thread_blocked, id=9590, stack(0x32ccd000,0x32d4e000)]
    =>0x0811c400 JavaThread "CompilerThread0" daemon [_thread_in_native, id=9589, stack(0x32d4e000,0x32dcf000)]
    0x0811b000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=9588, stack(0x32dcf000,0x32e20000)]
    0x08103400 JavaThread "Finalizer" daemon [_thread_blocked, id=9587, stack(0x33020000,0x33071000)]
    0x080ff000 JavaThread "Reference Handler" daemon [_thread_blocked, id=9586, stack(0x33071000,0x330c2000)]
    0x08059800 JavaThread "main" [_thread_in_native, id=9580, stack(0xb7f8f000,0xb7fe0000)]
    Other Threads:
    0x080fbc00 VMThread [stack: 0x330c2000,0x33143000] [id=9585]
    0x33302c00 WatcherThread [stack: 0x32bfb000,0x32c7c000] [id=9592]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    PSYoungGen total 190464K, used 66161K [0xa7020000, 0xb4e50000, 0xb4e50000)
    eden space 174208K, 28% used [0xa7020000,0xaa0e65c8,0xb1a40000)
    from space 16256K, 99% used [0xb1a40000,0xb2a16078,0xb2a20000)
    to space 27520K, 0% used [0xb3370000,0xb3370000,0xb4e50000)
    PSOldGen total 91072K, used 14886K [0x37e50000, 0x3d740000, 0xa7020000)
    object space 91072K, 16% used [0x37e50000,0x38cd9850,0x3d740000)
    PSPermGen total 36352K, used 18133K [0x33e50000, 0x361d0000, 0x37e50000)
    object space 36352K, 49% used [0x33e50000,0x35005418,0x361d0000)
    Dynamic libraries:
    0023c000-00251000 r-xp 00000000 fd:00 131843 /lib/ld-2.3.4.so
    00251000-00252000 r-xp 00015000 fd:00 131843 /lib/ld-2.3.4.so
    00252000-00253000 rwxp 00016000 fd:00 131843 /lib/ld-2.3.4.so
    00255000-0037a000 r-xp 00000000 fd:00 131868 /lib/tls/libc-2.3.4.so
    0037a000-0037b000 r-xp 00124000 fd:00 131868 /lib/tls/libc-2.3.4.so
    0037b000-0037e000 rwxp 00125000 fd:00 131868 /lib/tls/libc-2.3.4.so
    0037e000-00380000 rwxp 0037e000 00:00 0
    00382000-00384000 r-xp 00000000 fd:00 131870 /lib/libdl-2.3.4.so
    00384000-00386000 rwxp 00001000 fd:00 131870 /lib/libdl-2.3.4.so
    00388000-003a9000 r-xp 00000000 fd:00 131869 /lib/tls/libm-2.3.4.so
    003a9000-003ab000 rwxp 00020000 fd:00 131869 /lib/tls/libm-2.3.4.so
    0049e000-004ac000 r-xp 00000000 fd:00 131871 /lib/tls/libpthread-2.3.4.so
    004ac000-004ae000 rwxp 0000d000 fd:00 131871 /lib/tls/libpthread-2.3.4.so
    004ae000-004b0000 rwxp 004ae000 00:00 0
    00841000-00853000 r-xp 00000000 fd:00 131879 /lib/libnsl-2.3.4.so
    00853000-00855000 rwxp 00011000 fd:00 131879 /lib/libnsl-2.3.4.so
    00855000-00857000 rwxp 00855000 00:00 0
    00a22000-00a2a000 r-xp 00000000 fd:00 131855 /lib/tls/librt-2.3.4.so
    00a2a000-00a2c000 rwxp 00007000 fd:00 131855 /lib/tls/librt-2.3.4.so
    00a2c000-00a36000 rwxp 00a2c000 00:00 0
    06000000-0665d000 r-xp 00000000 00:24 27361688 /net/ordeal/ordeal4/home/mpauna/jvm/jdk-6U7/jdk1.6.0_07/jre/lib/i386/server/libjvm.so
    0665d000-066a1000 rwxp 0065c000 00:24 27361688 /net/ordeal/ordeal4/home/mpauna/jvm/jdk-6U7/jdk1.6.0_07/jre/lib/i386/server/libjvm.so
    066a1000-06ac3000 rwxp 066a1000 00:00 0
    08048000-08052000 r-xp 00000000 00:24 31654352 /net/ordeal/ordeal4/home/mpauna/jvm/jdk-6U7/jdk1.6.0_07/bin/java
    08052000-08053000 rwxp 00009000 00:24 31654352 /net/ordeal/ordeal4/home/mpauna/jvm/jdk-6U7/jdk1.6.0_07/bin/java
    08053000-09279000 rwxp 08053000 00:00 0
    30500000-3056b000 rwxp 30500000 00:00 0
    3056b000-30600000 ---p 3056b000 00:00 0
    30700000-308fc000 rwxp 30700000 00:00 0
    308fc000-30900000 ---p 308fc000 00:00 0
    30900000-309fa000 rwxp 30900000 00:00 0
    309fa000-30a00000 ---p 309fa000 00:00 0
    30a00000-30afe000 rwxp 30a00000 00:00 0
    30afe000-30b00000 ---p 30afe000 00:00 0
    30b00000-30bf9000 rwxp 30b00000 00:00 0
    30bf9000-30c00000 ---p 30bf9000 00:00 0
    30d00000-30dfc000 rwxp 30d00000 00:00 0
    30dfc000-30e00000 ---p 30dfc000 00:00 0
    30e00000-30ef9000 rwxp 30e00000 00:00 0
    30ef9000-30f00000 ---p 30ef9000 00:00 0
    30f00000-31100000 rwxp 30f00000 00:00 0
    31100000-311f9000 rwxp 31100000 00:00 0
    311f9000-31200000 ---p 311f9000 00:00 0
    31200000-31300000 rwxp 31200000 00:00 0
    31300000-313f9000 rwxp 31300000 00:00 0
    313f9000-31400000 ---p 313f9000 00:00 0
    31617000-3161b000 r-xs 000ca000 00:24 30949519 /net/ordeal/ordeal4/home/mpauna/jvm/jdk-6U7/jdk1.6.0_07/jre/lib/ext/localedata.jar
    3161b000-3161d000 r-xs 00001000 00:24 26886931 /net/ordeal/ordeal4/home/mpauna/jvm/jdk-6U7/jdk1.6.0_07/jre/lib/ext/dnsns.jar
    3161d000-31620000 r-xs 00034000 00:24 26886930 /net/ordeal/ordeal4/home/mpauna/jvm/jdk-6U7/jdk1.6.0_07/jre/lib/ext/sunpkcs11.jar
    31620000-31623000 r-xs 00027000 00:24 26886929 /net/ordeal/ordeal4/home/mpauna/jvm/jdk-6U7/jdk1.6.0_07/jre/lib/ext/sunjce_provider.jar
    31623000-3162c000 r-xs 000e2000 00:24 26984767 /net/ordeal/ordeal4/home/mpauna/jvm/jdk-6U7/jdk1.6.0_07/jre/lib/plugin.jar
    3162c000-3162d000 r-xs 00000000 00:24 27771418 /net/ordeal/ordeal4/home/mpauna/jvm/jdk-6U7/jdk1.6.0_07/jre/lib/management-agent.jar
    3162d000-31633000 r-xs 00091000 00:24 19644485 /net/ordeal/ordeal4/home/mpauna/jvm/jdk-6U7/jdk1.6.0_07/jre/lib/jsse.jar
    31633000-31636000 r-xs 00013000 00:24 27771410 /net/ordeal/ordeal4/home/mpauna/jvm/jdk-6U7/jdk1.6.0_07/jre/lib/jce.jar
    31636000-3163e000 r-xs 000a8000 00:24 26984768 /net/ordeal/ordeal4/home/mpauna/jvm/jdk-6U7/jdk1.6.0_07/jre/lib/javaws.jar
    3163e000-3164c000 r-xs 00286000 00:24 26984769 /net/ordeal/ordeal4/home/mpauna/jvm/jdk-6U7/jdk1.6.0_07/jre/lib/deploy.jar
    3164c000-3165a000 r-xs 00656000 00:24 19644480 /net/ordeal/ordeal4/home/mpauna/jvm/jdk-6U7/jdk1.6.0_07/jre/lib/charsets.jar
    3165a000-3165e000 r-xs 00023000 00:82 18533368 /folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.ui.console_3.3.0.v20080529-1300.jar
    3165e000-31661000 r-xs 00016000 00:82 18533393 /folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.ui.views.properties.tabbed_3.4.0.I20080527-2000.jar
    31661000-31664000 r-xs 00019000 00:82 18533382 /folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.ui.navigator.resources_3.3.100.I20080606-1300.jar
    31664000-3167d000 r-xs 00122000 00:82 18533359 /folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.team.ui_3.4.0.I20080604.jar
    3167d000-31685000 r-xs 00056000 00:82 18533349 /folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.team.core_3.4.0.I20080605.jar
    31685000-31692000 r-xs 0009c000 00:82 18531292 /folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.compare_3.4.0.I20080604.jar
    31692000-31699000 r-xs 00047000 00:82 18533384 /folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.ui.navigator_3.3.100.I20080606-1300.jar
    31699000-316a3000 r-xs 00065000 00:82 18533311 /folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.ltk.ui.refactoring_3.4.0.v20080605-1800.jar
    316a3000-316aa000 r-xs 00047000 00:82 18533309 /folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.ltk.core.refactoring_3.4.0.v20080603-2000.jar
    316aa000-316b4000 r-xs 00068000 00:82 18533344 /folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.search_3.4.0.v20080603-2000.jar
    316b4000-316b7000 r-xs 00019000 00:82 18532442 /folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.core.filebuffers_3.4.0.v20080603-2000.jar
    316b7000-316c3000 r-xs 0007b000 00:82 18533370 /folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.ui.editors_3.4.0.v20080603-2000.jar
    316c3000-316cf000 r-xs 00081000 00:82 18533401 /folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.ui.workbench.texteditor_3.4.0.v20080603-2000.jar
    316cf000-316d4000 r-xs 00037000 00:82 18533361 /folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.text_3.4.0.v20080605-1800.jar
    316d4000-316e7000 r-xs 000d4000 00:82 18533302 /folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.jface.text_3.4.0.v20080603-2000.jar
    316e7000-316ed000 r-xs 00043000 00:82 18533367 /folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.ui.forms_3.3.100.v20080611.jar
    316ed000-316f6000 r-xs 00074000 00:82 18533413 /folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.update.ui_3.2.100.v20080318.jar
    316f6000-316f8000 r-xs 00004000 00:82 18533252 /folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.equinox.security.win32.x86_1.0.0.v20080529-1600.jar
    316f8000-316fb000 r-xs 00017000 00:82 18533253 /folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.equinox.security_1.0.0.v20080512-1800.jar
    316fb000-316fc000 r-xs 00006000 00:82 18532449 /folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.core.net.win32.x86_1.0.0.I20080521.jar
    316fc000-316fe000 r-xs 0000c000 00:82 18532450 /folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.core.net_1.1.0.I20080604.jar
    316fe000-316ff000 r-xs 00014000 00:82 18533408 /folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.update.core.win32_3.2.100.v20080107.jar
    316ff000-31708000 r-xs 0008b000 00:82 18533409 /folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.update.core_3.2.200.v20080515.jar
    31708000-3170a000 r-xs 00016000 00:82 18533405 /folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.update.configurator_3.2.200.v20080417.jar
    3170a000-3170d000 r-xs 00011000 00:82 18533395 /folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.ui.views_3.3.0.I20080509-2000.jar
    3170d000-31716000 r-xs 0004c000 00:82 18532438 /folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.core.databinding_1.1.0.I20080527-2000.jar
    31716000-3171b000 r-xs 0002b000 00:82 18533299 /folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.jface.databinding_1.2.0.I20080515-2000a.jar
    3171b000-3171c000 r-xs 00001000 00:82 6292408 /folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.ui.workbench.compatibility_3.2.0.I20080509-2000/compatibility.jar
    3171c000-3175f000 r-xs 0037b000 00:82 18533402 /folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.ui.workbench_3.4.0.I20080606-1300.jar
    3175f000-31762000 r-xs 00017000 00:82 18531295 /folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.core.commands_3.4.0.I20080509-2000.jar
    31762000-31775000 r-xs 000eb000 00:82 18533303 /folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.jface_3.4.0.I20080606-1300.jar
    31800000-318fd000 rwxp 31800000 00:00 0
    318fd000-31900000 ---p 318fd000 00:00 0
    31900000-319f1000 rwxp 31900000 00:00 0
    319f1000-31a00000 ---p 319f1000 00:00 0
    31a43000-31a46000 r-xs 0000d000 00:82 18533313 /folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.osgi.services_3.1.200.v20071203.jar
    31a46000-31a48000 r-xs 00012000 00:82 18532483 /folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.equinox.app_1.1.0.v20080421-2006.jar
    31a48000-31a4a000 r-xs 00004000 00:82 18532457 /folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.core.runtime.compatibility.auth_3.2.100.v20070502.jar
    31ac6000-31adc000 r-xs 001ef000 00:82 18533346 /folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.swt.win32.win32.x86_3.4.0.v3448f.jar
    31adc000-31add000 r-xs 00003000 00:82 18533347 /folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.swt_3.4.0.v3448f.jar
    31add000-31ae1000 r-xs 00020000 00:82 18533403 /folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.ui_3.4.0.I20080610-1200.jar
    31ae1000-31ae5000 r-xs 00031000 00:82 18533267 /folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.help_3.3.100.v20080610.jar
    31ae5000-31ae7000 r-xs 00003000 00:82 18532444 /folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.core.filesystem.win32.x86_1.1.0.v20080604-1400.jar
    31ae7000-31ae9000 r-xs 00009000 00:82 18532445 /folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.core.filesystem_1.2.0.v20080604-1400.jar
    31ae9000-31aec000 r-xs 00012000 00:82 18532440 /folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.core.expressions_3.4.0.v20080603-2000.jar
    31aec000-31aef000 r-xs 00018000 00:82 18531167 /folk/mpauna/surf_build/prebuilt/plugins/javax.servlet_2.4.0.v200806031604.jar
    31aef000-31af2000 r-xs 00013000 00:82 18532434 /folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.core.contenttype_3.3.0.v20080604-1400.jar
    31af2000-31af5000 r-xs 00017000 00:82 18533245 /folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.equinox.preferences_3.2.200.v20080421-2006.jar
    31af5000-31af9000 r-xs 00027000 00:82 18533247 /folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.equinox.registry_3.4.0.v20080516-0950.jar
    31af9000-31afa000 r-xs 00002000 00:82 7471513 /folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.core.runtime.compatibility.registry_3.2.200.v20080610/runtime_registry_compatibility.jar
    31afa000-31afd000 r-xs 00012000 00:82 18532447 /folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.core.jobs_3.4.0.v20080512.jar
    31afd000-31b00000 r-xs 00015000 00:82 18532485 /folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.equinox.common_3.4.0.v20080421-2006.jar
    31b00000-31bfd000 rwxp 31b00000 00:00 0
    31bfd000-31c00000 ---p 31bfd000 00:00 0
    31c00000-31cf8000 rwxp 31c00000 00:00 0
    31cf8000-31d00000 ---p 31cf8000 00:00 0
    31d9d000-31dac000 r-xs 000e4000 00:82 18533317 /folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.osgi_3.4.0.v20080605-1900.jar
    31dac000-31dae000 r-xs 0000f000 00:82 18532463 /folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.core.runtime_3.4.0.v20080512.jar
    31dae000-31db0000 r-xs 00006000 00:82 18532468 /folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.core.variables_3.2.100.v20080529-1300.jar
    31db0000-31db2000 r-xs 00016000 00:82 18531281 /folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.ant.core_3.2.0.v20080529.jar
    31db2000-31db3000 r-xs 00003000 00:82 18532454 /folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.core.resources.win32.x86_3.4.0.v20071204.jar
    31db3000-31db6000 r-xs 0001b000 00:82 18532452 /folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.core.resources.compatibility_3.4.0.v20080604-1400.jar
    31db6000-31dc0000 r-xs 000a1000 00:82 18532455 /folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.core.resources_3.4.0.v20080604-1400.jar
    31dc0000-31dc1000 r-xs 00005000 00:82 18533397 /folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.ui.win32_3.2.100.v20080408-0800.jar
    31dc1000-31de4000 r-xs 001ce000 00:82 18533377 /folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.ui.ide_3.4.0.I20080606-1300.jar
    31de4000-31e00000 r-xs 00427000 00:82 18531162 /folk/mpauna/surf_build/prebuilt/plugins/com.ibm.icu_3.8.1.v20080530.jar
    31e00000-31ef5000 rwxp 31e00000 00:00 0
    31ef5000-31f00000 ---p 31ef5000 00:00 0
    31f5e000-31f61000 rwxp 31f5e000 00:00 0
    31f61000-31faf000 rwxp 31f61000 00:00 0
    31faf000-31fb2000 ---p 31faf000 00:00 0
    31fb2000-320f6000 rwxp 31fb2000 00:00 0
    320f6000-32100000 ---p 320f6000 00:00 0
    32100000-321f7000 rwxp 32100000 00:00 0
    321f7000-32200000 ---p 321f7000 00:00 0
    3223d000-32240000 rwxp 3223d000 00:00 0
    32240000-3228e000 rwxp 32240000 00:00 0
    3228e000-32290000 r-xs 0000c000 00:82 9585607 /folk/mpauna/surf_build/configuration/org.eclipse.osgi/bundles/13/1/.cp/lib/remoteAnt.jar
    32290000-32292000 r-xs 00005000 00:82 9585606 /folk/mpauna/surf_build/configuration/org.eclipse.osgi/bundles/13/1/.cp/lib/antrunner.jar
    32292000-32294000 r-xs 00007000 00:82 9421062 /folk/mpauna/surf_build/configuration/org.eclipse.osgi/bundles/12/1/.cp/lib/antsupportlib.jar
    32294000-32295000 r-xs 00002000 00:82 9454313 /folk/mpauna/surf_build/configuration/org.eclipse.osgi/bundles/117/1/.cp/ant_tasks/pde-ant.jar
    32295000-32297000 r-xs 0000b000 00:82 5865800 /folk/mpauna/surf_eclipse_34/plugins/org.eclipse.pde.build_3.4.0.v20080604/lib/pdebuild-ant.jar
    32297000-32299000 r-xs 0000d000 00:82 9782717 /folk/mpauna/surf_build/configuration/org.eclipse.osgi/bundles/114/1/.cp/lib/apitooling-ant.jar
    32299000-3229b000 r-xs 00002000 00:82 9257572 /folk/mpauna/surf_build/configuration/org.eclipse.osgi/bundles/93/1/.cp/jdtCompilerAdapter.jar
    3229b000-3229c000 r-xs 00000000 00:82 9175598 /folk/mpauna/surf_build/configuration/org.eclipse.osgi/bundles/84/1/.cp/ant_tasks/helpbase-ant.jar
    3229c000-3229e000 r-xs 00001000 00:82 10125441 /folk/mpauna/surf_build/configuration/org.eclipse.osgi/bundles/67/1/.cp/ant_tasks/generator-ant.jar
    3229e000-3229f000 r-xs 00001000 00:82 9273441 /folk/mpauna/surf_build/configuration/org.eclipse.osgi/bundles/59/1/.cp/ant_tasks/director-ant.jar
    3229f000-322a0000 r-xs 00001000 00:82 9471750 /folk/mpauna/surf_build/configuration/org.eclipse.osgi/bundles/27/1/.cp/ant_tasks/resources-ant.jar
    322a0000-322ff000 r-xs 00b89000 00:24 31081220 /net/ordeal/ordeal4/home/mpauna/jvm/jdk-6U7/jdk1.6.0_07/lib/tools.jar
    322ff000-32300000 r-xs 00003000 00:82 6078712 /folk/mpauna/surf_eclipse_34/plugins/org.apache.ant_1.7.0.v200803061910/lib/ant-weblogic.jar
    32300000-323fd000 rwxp 32300000 00:00 0
    323fd000-32400000 ---p 323fd000 00:00 0
    3240c000-3240f000 rwxp 3240c000 00:00 0
    3240f000-3245d000 rwxp 3240f000 00:00 0
    3245d000-3245e000 r-xs 00001000 00:82 6078711 /folk/mpauna/surf_eclipse_34/plugins/org.apache.ant_1.7.0.v200803061910/lib/ant-trax.jar
    3245e000-3245f000 r-xs 00001000 00:82 6078709 /folk/mpauna/surf_eclipse_34/plugins/org.apache.ant_1.7.0.v200803061910/lib/ant-swing.jar
    3245f000-32460000 r-xs 00000000 00:82 6078708 /folk/mpauna/surf_eclipse_34/plugins/org.apache.ant_1.7.0.v200803061910/lib/ant-stylebook.jar
    32460000-32461000 r-xs 00008000 00:82 6078707 /folk/mpauna/surf_eclipse_34/plugins/org.apache.ant_1.7.0.v200803061910/lib/ant-starteam.jar
    32461000-32469000 r-xs 00061000 00:82 6078706 /folk/mpauna/surf_eclipse_34/plugins/org.apache.ant_1.7.0.v200803061910/lib/ant-nodeps.jar
    32469000-3246a000 r-xs 00002000 00:82 6078705 /folk/mpauna/surf_eclipse_34/plugins/org.apache.ant_1.7.0.v200803061910/lib/ant-netrexx.jar
    3246a000-3246b000 r-xs 00002000 00:82 6078704 /folk/mpauna/surf_eclipse_34/plugins/org.apache.ant_1.7.0.v200803061910/lib/ant-launcher.jar
    3246b000-3246d000 r-xs 00015000 00:82 6078703 /folk/mpauna/surf_eclipse_34/plugins/org.apache.ant_1.7.0.v200803061910/lib/ant-junit.jar
    3246d000-3246f000 r-xs 00006000 00:82 6078702 /folk/mpauna/surf_eclipse_34/plugins/org.apache.ant_1.7.0.v200803061910/lib/ant-jsch.jar
    3246f000-32470000 r-xs 00001000 00:82 6078701 /folk/mpauna/surf_eclipse_34/plugins/org.apache.ant_1.7.0.v200803061910/lib/ant-jmf.jar
    32470000-32472000 r-xs 00001000 00:82 6078681 /folk/mpauna/surf_eclipse_34/plugins/org.apache.ant_1.7.0.v200803061910/lib/ant-jdepend.jar
    32472000-32473000 r-xs 00001000 00:82 6078673 /folk/mpauna/surf_eclipse_34/plugins/org.apache.ant_1.7.0.v200803061910/lib/ant-javamail.jar
    32473000-32475000 r-xs 00004000 00:82 6078671 /folk/mpauna/surf_eclipse_34/plugins/org.apache.ant_1.7.0.v200803061910/lib/ant-jai.jar
    32475000-32477000 r-xs 0000a000 00:82 6078670 /folk/mpauna/surf_eclipse_34/plugins/org.apache.ant_1.7.0.v200803061910/lib/ant-commons-net.jar
    32477000-32479000 r-xs 00000000 00:82 6078669 /folk/mpauna/surf_eclipse_34/plugins/org.apache.ant_1.7.0.v200803061910/lib/ant-commons-logging.jar
    32479000-3247b000 r-xs 00000000 00:82 6078668 /folk/mpauna/surf_eclipse_34/plugins/org.apache.ant_1.7.0.v200803061910/lib/ant-apache-resolver.jar
    3247b000-3247c000 r-xs 00000000 00:82 6078667 /folk/mpauna/surf_eclipse_34/plugins/org.apache.ant_1.7.0.v200803061910/lib/ant-apache-regexp.jar
    3247c000-3247e000 r-xs 00008000 00:82 6078666 /folk/mpauna/surf_eclipse_34/plugins/org.apache.ant_1.7.0.v200803061910/lib/ant-apache-oro.jar
    3247e000-3247f000 r-xs 00000000 00:82 6078665 /folk/mpauna/surf_eclipse_34/plugins/org.apache.ant_1.7.0.v200803061910/lib/ant-apache-log4j.jar
    3247f000-32481000 r-xs 00000000 00:82 6078664 /folk/mpauna/surf_eclipse_34/plugins/org.apache.ant_1.7.0.v200803061910/lib/ant-apache-bsf.jar
    32481000-32483000 r-xs 00001000 00:82 6078663 /folk/mpauna/surf_eclipse_34/plugins/org.apache.ant_1.7.0.v200803061910/lib/ant-apache-bcel.jar
    32483000-32484000 r-xs 00001000 00:82 6078662 /folk/mpauna/surf_eclipse_34/plugins/org.apache.ant_1.7.0.v200803061910/lib/ant-antlr.jar
    32484000-32498000 r-xs 00127000 00:82 6078713 /folk/mpauna/surf_eclipse_34/plugins/org.apache.ant_1.7.0.v200803061910/lib/ant.jar
    32498000-3249d000 r-xs 00037000 00:82 5751504 /folk/mpauna/surf_eclipse_34/plugins/org.eclipse.text_3.4.0.v20080605-1800.jar
    3249d000-324a4000 r-xs 00044000 00:82 5751279 /folk/mpauna/surf_eclipse_34/plugins/org.eclipse.debug.core_3.4.0.v20080612.jar
    324a4000-324a9000 r-xs 00041000 00:82 5751415 /folk/mpauna/surf_eclipse_34/plugins/org.eclipse.jdt.launching_3.4.0.v20080529-1300.jar
    324a9000-324ac000 ---p 324a9000 00:00 0
    324ac000-324fa000 rwxp 324ac000 00:00 0
    324fa000-324fb000 r-xs 00003000 00:82 5751469 /folk/mpauna/surf_eclipse_34/plugins/org.eclipse.swt_3.4.0.v3448f.jar
    324fb000-3250e000 r-xs 000eb000 00:82 5751425 /folk/mpauna/surf_eclipse_34/plugins/org.eclipse.jface_3.4.0.I20080606-1300.jar
    3250e000-3250f000 r-xs 00001000 00:82 5849359 /folk/mpauna/surf_eclipse_34/plugins/org.eclipse.ui.workbench.compatibility_3.2.0.I20080509-2000/compatibility.jar
    3250f000-32552000 r-xs 0037b000 00:82 5751561 /folk/mpauna/surf_eclipse_34/plugins/org.eclipse.ui.workbench_3.4.0.I20080606-1300.jar
    32552000-3255a000 r-xs 00056000 00:82 5751471 /folk/mpauna/surf_eclipse_34/plugins/org.eclipse.team.core_3.4.0.I20080605.jar
    3255a000-3255d000 ---p 3255a000 00:00 0
    3255d000-325ab000 rwxp 3255d000 00:00 0
    325ab000-325ac000 r-xs 0000c000 00:82 5751397 /folk/mpauna/surf_eclipse_34/plugins/org.eclipse.jdt.compiler.tool_1.0.100.v_874.jar
    325ac000-325af000 r-xs 00022000 00:82 5751395 /folk/mpauna/surf_eclipse_34/plugins/org.eclipse.jdt.compiler.apt_1.0.100.v20080513-1235.jar
    325af000-325b2000 ---p 325af000 00:00 0
    325b2000-32700000 rwxp 325b2000 00:00 0
    32748000-3274b000 r-xs 0001b000 00:82 5751263 /folk/mpauna/surf_eclipse_34/plugins/org.eclipse.core.resources.compatibility_3.4.0.v20080604-1400.jar
    3274b000-3274f000 r-xs 00031000 00:82 5751387 /folk/mpauna/surf_eclipse_34/plugins/org.eclipse.help_3.3.100.v20080610.jar
    3274f000-32753000 r-xs 00051000 00:82 5718665 /folk/mpauna/surf_eclipse_34/plugins/org.eclipse.pde.build_3.4.0.v20080604/pdebuild.jar
    32753000-32755000 r-xs 00006000 00:82 5751275 /folk/mpauna/surf_eclipse_34/plugins/org.eclipse.core.variables_3.2.100.v20080529-1300.jar
    32779000-3277c000 r-xs 00013000 00:82 5751148 /folk/mpauna/surf_eclipse_34/plugins/org.eclipse.core.contenttype_3.3.0.v20080604-1400.jar
    3277c000-3277f000 r-xs 0000d000 00:82 5751435 /folk/mpauna/surf_eclipse_34/plugins/org.eclipse.osgi.services_3.1.200.v20071203.jar
    3277f000-32781000 r-xs 0000c000 00:82 5751293 /folk/mpauna/surf_eclipse_34/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.0.0.v20080529-1225.jar
    32781000-32783000 r-xs 00007000 00:82 5751295 /folk/mpauna/surf_eclipse_34/plugins/org.eclipse.equinox.frameworkadmin_1.0.0.v20080430-1750.jar
    32783000-32784000 r-xs 00004000 00:82 5751375 /folk/mpauna/surf_eclipse_34/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_1.0.0.v20080427-2136.jar
    32784000-32785000 r-xs 00004000 00:82 5751332 /folk/mpauna/surf_eclipse_34/plugins/org.eclipse.equinox.p2.garbagecollector_1.0.0.v20080506-1939.jar
    32785000-32787000 r-xs 00009000 00:82 5751340 /folk/mpauna/surf_eclipse_34/plugins/org.eclipse.equinox.p2.metadata_1.0.0.v20080514-1900.jar
    32787000-3278b000 r-xs 00019000 00:82 5751338 /folk/mpauna/surf_eclipse_34/plugins/org.eclipse.equinox.p2.metadata.repository_1.0.0.v20080604.jar
    3278b000-3278d000 r-xs 00016000 00:82 5751324 /folk/mpauna/surf_eclipse_34/plugins/org.eclipse.equinox.p2.director_1.0.0.v20080604.jar
    3278d000-32791000 r-xs 0001b000 00:82 5751326 /folk/mpauna/surf_eclipse_34/plugins/org.eclipse.equinox.p2.engine_1.0.0.v20080522-1735.jar
    32791000-32792000 r-xs 00001000 00:82 5751328 /folk/mpauna/surf_eclipse_34/plugins/org.eclipse.equinox.p2.exemplarysetup_1.0.0.v20080427-2136.jar
    32792000-32795000 r-xs 00010000 00:82 5751318 /folk/mpauna/surf_eclipse_34/plugins/org.eclipse.equinox.p2.core_1.0.0.v20080530-1237.jar
    32795000-32796000 r-xs 00005000 00:82 5751323 /folk/mpauna/surf_eclipse_34/plugins/org.eclipse.equinox.p2.directorywatcher_1.0.0.v20080505-1850.jar
    32796000-32798000 r-xs 00008000 00:82 5751342 /folk/mpauna/surf_eclipse_34/plugins/org.eclipse.equinox.p2.reconciler.dropins_1.0.0.v20080611.jar
    32798000-3279b000 r-xs 00014000 00:82 5751271 /folk/mpauna/surf_eclipse_34/plugins/org.eclipse.core.runtime.compatibility_3.2.0.v20071008.jar
    3279b000-3279d000 r-xs 00012000 00:82 5751289 /folk/mpauna/surf_eclipse_34/plugins/org.eclipse.equinox.app_1.1.0.v20080421-2006.jar
    3279d000-327a0000 r-xs 00012000 00:82 5751258 /folk/mpauna/surf_eclipse_34/plugins/org.eclipse.core.jobs_3.4.0.v20080512.jar
    327a0000-327a3000 r-xs 00017000 00:82 5751356 /folk/mpauna/surf_eclipse_34/plugins/org.eclipse.equinox.preferences_3.2.200.v20080421-2006.jar
    327a3000-327a5000 r-xs 00004000 00:82 5751268 /folk/mpauna/surf_eclipse_34/plugins/org.eclipse.core.runtime.compatibility.auth_3.2.100.v20070502.jar
    327a5000-327a6000 r-xs 00002000 00:82 6014291 /folk/mpauna/surf_eclipse_34/plugins/org.eclipse.core.runtime.compatibility.registry_3.2.200.v20080610/runtime_registry_compatibility.jar
    327a6000-327aa000 r-xs 00027000 00:82 5751362 /folk/mpauna/surf_eclipse_34/plugins/org.eclipse.equinox.registry_3.4.0.v20080516-0950.jar
    327aa000-327ac000 r-xs 0000f000 00:82 5751273 /folk/mpauna/surf_eclipse_34/plugins/org.eclipse.core.runtime_3.4.0.v20080512.jar
    327ac000-327af000 r-xs 00015000 00:82 5751291 /folk

    Same problem in tomcat 5.0.19, not using Chiper but simply using the manager to stop and restart an application. It happen when I change a jar with the web app started and then I try to stop and restart it.
    normally reload works.
    It is not a deterministic behaviour.
    Stefano.

  • Javax.sound missing with Fedora Core 3 linux's java compiler?

    I'm running Fedora core 3, and I did a complete install(selected all the packeges). I have the java compiler that FC3 installed. I can compile most things, but I seem to be missing the sound package/folder.
    This leads to an error when I try to import the sound libraries.
    //start code
    //simple non-working example
    import javax.sound.*;
    class sounds
    //end code
    results in the error "The import javax.sound cannot be resolved"
    I am trying to run a code snippet from javaAlmanac, and of course it won't work. Today, a friend of mine had the exact same problem on a windows machine using JDK 1.5.
    I'm going to test this code out on a windows machine also.
    Are there issues with the FC3 java compiler?
    Has anyone else run into and solved this issue?
    I'm considering copying the sound folder from some other Java installation, anyone try this?
    Thanks,

    I'm pretty new at this myself. I've also installed Fedora Core 3 on an AMD 64. When I do the same uname - a I get:
    Linux localhost.localdomain 2.6.9-1.667 #1 Tue Nov 2 14:50:10 EST 2004 x86_64 x8 6_64 x86_64 GNU/Linux
    Maybe you didn't install as 64 bit ?
    I've also successfully installed Jave Runtime Environment. java -version gets me:
    java version "1.4.2_08"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_08-b03)
    Java HotSpot(TM) Client VM (build 1.4.2_08-b03, mixed mode)
    I'd suggest installing 32 bit. I can't tell the difference when I run programmes that use 64 or 32 bits - it will be just as good.
    Eurostar

  • How to track the information/error of java code while compiling.

    Hi,
    I want all the information or errors of java code during compilation.
    So that I can use this information or I can show these errors with different style.
    How to get the java syntax errors?

    Hi,
    I want all the information or errors of java code
    during compilation.
    So that I can use this information or I can show these
    errors with different style.
    How to get the java syntax errors?Redirect the STDOUT/STDERR from the the JAVA/JAVAC command to a file is one way...
    For instance at the commmand line:
    javac myClass.java > STDOUT.txt 2> STDERR.txt (Works for Unix variants or Windows OS's)
    Then you can do what ever you want with the data contained in the files.
    Hope this helps

  • [ SOLVED ] Compile Error with Java Fonts & IntelliJ

    Hi All
    I have now got a new problem when i compile a flex project.  Yesterday inorder to get the IJ Interface font smoothing sorted, i had to add this line to my ~/.bashrc file
    _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on
    But now when i go to run a flex project, i get the following error message
    Information:Using built-in compiler shell, up to 4 parallel threads
    See compiler settings at File | Settings | Compiler | Flex Compiler page
    Information:Starting Flex compiler:
    /opt/java/jre/bin/java -Dapplication.home=/home/julian/SDK/flex_sdk_4.5.0.17855 -Xmx384m -Dsun.io.useCanonCaches=false -Duser.language=en -Duser.region=en -Xmx1024m -classpath /opt/idea-IU-98.311/plugins/flex/lib/flex-compiler.jar:/home/julian/SDK/flex_sdk_4.5.0.17855/lib/flex-compiler-oem.jar com.intellij.flex.compiler.FlexCompiler 48936
    Information:Compilation completed with 2 errors and 0 warnings
    Information:2 errors
    Information:0 warnings
    Error:Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on
    Error:java.net.SocketException: Socket closed
    Error:java.net.ConnectException: Connection refused
    Error:     at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
         at java.net.Socket.connect(Socket.java:529)
         at java.net.Socket.connect(Socket.java:478)
         at java.net.Socket.<init>(Socket.java:375)
         at java.net.Socket.<init>(Socket.java:218)
         at com.intellij.flex.compiler.FlexCompiler.openSocket(FlexCompiler.java:35)
         at com.intellij.flex.compiler.FlexCompiler.main(FlexCompiler.java:70)
    Any suggestions, besides disabling the _JAVA_OPTION again ?
    Many Thanks
    Last edited by whitetimer (2010-11-14 17:24:11)

    -Dawt.useSystemAAFontSettings=on needs to be added to the end of file
    idea.vmoptions

  • Oracle Java Compiler 11g - JVM ERROR

    Hi Jdev Team,
    I have an issue to report,
    Sometimes when run a project and navigate through the pages, i get the following error message:
    Oracle Java Compiler 11g
    Unable to create an instance of the Java Virtual Machine
    Located at path:
    H:\jdevstudio1111\jdk\jre\bin\client\jvm.dll
    The only way to solve this is delete the settings of the Jdev and the Jdev from the PC, and install again, with the associated waste of time as consecuence. Please you can give a light to resolve this issue? Thanks
    Well i correct what i just said.
    The problem doesn´t fix, with the erase of the jdev program folder or settings folder in windows user docs and settings. What else i can do!?, out of ideas in here.
    Regards,
    Leo
    Message was edited by:
    LCJ

    Solution (workaround):
    Re: ADF table and filtering
    Pedja

  • Redirecting java compilation errors to a file

    Hi,
    How do I redirect java compilation errors to a file while using a dos environment ? Help needed asap.
    Gayathri

    javac FileName.java 2> errorFileName

  • Java compilation error messages

    Is there any way for HTML DB to return error messages during Java compilation? Every create java command I submit -- unless there is a grievous syntax error -- seems to return statement processed:
    Given....
    CREATE OR REPLACE FUNCTION returnOne
       RETURN NUMBER
    AS LANGUAGE JAVA
       NAME 'JavaTest.returnOne ()
                return int';Test #1 -- a valid Java source code:
    create or replace java source named "JavaTest" as
    public class JavaTest
      public static int returnOne()
           return 1;
    Statement processed.
    0.20 seconds
    begin
      htp.p(returnOne());
    end;
    1
    Statement processed.
    0.11 secondsTest #2 -- Invalid source code -- there is no indication until runtime that anything is wrong:
    create or replace java source named "JavaTest" as
    public class JavaTest
      public static int returnOne()
           iCalendar ical   = new iCalendar();
           return 1;
    Statement processed.
    0.18 seconds
    begin
      htp.p(returnOne());
    end;
    ORA-29541: class ARDB.JavaTest could not be resolved
    0.37 seconds               :(

    Er....yeah....but do you have any idea why the SQL Command Processor would not return any errors when trying to compile a class with a non-valid dependency?
    Another example:
    create or replace and compile java source named "JavaTest" as
    public class JavaTest
      public static int returnOne()
           MyFooBarClass ns = new MyFooBarClass();
           return 1;
    Statement processed.
    0.37 seconds
    select * from user_errors where name = 'JavaTest';
    NAME     TYPE     SEQUENCE     LINE     POSITION     TEXT     ATTRIBUTE     MESSAGE_NUMBER
    JavaTest     JAVA CLASS     1     0     0     ORA-29535: source requires recompilation     ERROR     0
    JavaTest     JAVA SOURCE     1     0     0     JavaTest:5: cannot resolve symbol     ERROR     0
    JavaTest     JAVA SOURCE     2     0     0     symbol : class MyFooBarClass      ERROR     0
    JavaTest     JAVA SOURCE     3     0     0     location: class JavaTest     ERROR     0
    JavaTest     JAVA SOURCE     4     0     0     MyFooBarClass ns = new MyFooBarClass();     ERROR     0
    JavaTest     JAVA SOURCE     5     0     0     ^     ERROR     0
    JavaTest     JAVA SOURCE     6     0     0     JavaTest:5: cannot resolve symbol     ERROR     0
    JavaTest     JAVA SOURCE     7     0     0     symbol : class MyFooBarClass      ERROR     0
    JavaTest     JAVA SOURCE     8     0     0     location: class JavaTest     ERROR     0
    JavaTest     JAVA SOURCE     9     0     0     MyFooBarClass ns = new MyFooBarClass();     ERROR     0
    JavaTest     JAVA SOURCE     10     0     0     ^     ERROR     0
    JavaTest     JAVA SOURCE     11     0     0     2 errors     ERROR     0Well, now that I know about user_errors, I can go ahead -- but that was sort of a surprising find.....

  • Java Compilation error.

    Trying to compile java file and got following error. Java version I am using is 1.4.2. I tried to comple same with
    -source 1.3 option also but not luck. Any help would be appriciated.
    DataBrokerClass.java:963: cannot resolve symbol
    symbol : method getArray (java.util.Map)
    location: class oracle.sql.ARRAY
    Object[] AdvoIntCfgHhcRecObj = (Object[]) advointCfgHhcRecArrOut.getArray(map);
    ^
    Note: DataBrokerClass.java uses or overrides a deprecated API.
    Note: Recompile with -deprecation for details.
    1 error

    it has nothing to do with the java version or java itself really, you are trying to call a method that does not exist. I am not the worst person on earth, so I did some investigating on the net. It turns out that you are incorrectly using a Map, you want to use a Hashtable in stead.
    Just for reference, what I did to investigate is, I typed "oracle.sql.ARRAY" into google and that gave me the javadocs for this class.

  • 6 errors trying to compile TalkClientApplet.java

    Hello:
    Trying to compile TalkClientApplet.java at:
    http://java.sun.com/docs/books/tutorial/deployment/applet/ex5/TalkClientApplet.java
    on the jdk1.5.0_06, Windows XP, and I received the following errors:
    TalkClientApplet.java:94:incomparable types:boolean and <nulltype>
    if(receivedThread ==null){
    TalkClientApplet.java:99:incompatible types
    found:java.lang.Thread
    required:boolean
    receiveThread=new Thread(this);
    TalkClientApplet.java:100:boolean cannot be dereferenced
    receiveThread.start();
    TalkClientApplet.java:150:incompatible types
    found :<nulltype>
    required:boolean
    receiveThread=null;
    TalkClientApplet.java:186:incomparable types:boolean and <nulltype>
    if(receiveThread==null){
    TalkClientApplet.java:258:incomparable types:java.lang.Thread and
    boolean while (Thread.currentThread()==receiveThread){
    Thanks in advance for your help.

    Hello:
    I am following the code from:
    http://java.sun.com/docs/books/tutorial/deployment/applet/ex5/TalkClientApplet.java
    which was pointed to from:
    http://java.sun.com/docs/books/tutorial/deployment/applet/workaround.html
    This is the section:
    private void start(boolean onEDT) {       
    if (DEBUG) {
    System.out.println("In start() method.");
    if (receiveThread == null) {
    trysted = false;
    os = null;
    is = null;
    socket = null;
    receiveThread = new Thread(this);
    receiveThread.start();
    if (DEBUG) {
    System.out.println(" Just set everything to null and started thread.");
    enableGUI(onEDT);
    Thanks

  • Java compile error for removed API

    Hi,
    What are the Java compile errors for API that has been removed?
    As I understand it, API elements are deprecated and not removed from the API immediately, but will be removed in future releases or after so many years.
    When Java code is compliled in a higher Java version, and the API has finally been removed - what are the errors that will be ouput in the log?
    Thank you for your time.

    WalterLaan wrote:
    And if you recompile one with a method removed that the other use and then run the other you would get a NoSuchMethodError (or more generally just an error sub class of LinkageError).
    Not that you should be catching those unless you accept classes from the user (as plugins).Presumably you mean he should not be catching them?
    @OP: In general, you should not catch unchecked exceptions. These are RuntimeException, Error, and their descendants. There are exceptions, such as at "layer boundaries," or when you don't want errors in one module/application/plugin/etc. to affect or prevent processing in others.

  • Compiling error on Java I/O

    My first time to write a very simple Java progam. Any one could help me on this comipling error? Thanks in advance!
    Compiling ERROR:
    ================
    C:\java\class>javac hw01.java
    hw01.java:43: cannot resolve symbol
    symbol : variable in
    location: class hw01
    while((line = in.readLine()) != null ) {
    ^
    1 error
    SOURCE CODE:
    ============
    *     Program name: hw01.java
    *     Author:
    *     Description: Simple I/O and computation
    *     Date: 12/08/2002
    *     compile: javac hw01.java
    *     usage: java hw01 <infile> <utfile>
    *     <infile> - input file
    *     operator operand1 operand2
    *          ex. + 1 1
    * <outfile> - output file
    * operand1 operator operand2 = result
    *          ex. 1 + 1 = 2
    import java.io.*;
    import java.util.*;
    public class hw01 {
         // Open input file and output file
         public static void main(String[] args) throws IOException {
              if (args.length == 2) {
                   // Open File for Reading
                   File inFile = new File(args[0]);
                   FileReader in = new FileReader(inFile);
                   // Open File for Writing
                   File outFile = new File(args[1]);
                   FileWriter out = new FileWriter(outFile);
              } else {
                   System.out.println("java command <arg1> <arg2>");
              // Get operation, operand1 and operand2 for each line
              String line = null;
              while((line = in.readLine()) != null ) {
                   //String op; String op1; String op2; String result;
                   // Get operation and operands
                   //stringTokenizer t = new StringTokenizer(line);
                   //op = t.nextToken().charAt(0);
                   //op1 = Integer.valueOf(t.nextToken()).intValue();
                   //op2 = Integer.valueOf(t.nextToken()).intValue();
                   // Compute math operation
                   //if( op == '+' ) {
                   //     result = op1 + op2;
                   // } else if( op == '-' ) {
                   //     result = op1 - op2;
                   //} else if( op == '*' ) {
                   //     result = op1 * op2;
                   //} else if( op == '/' ) {
                   //     result = op1 / op2;
                   // Print out the result
                   //system.out.println(op1 + op + op2 + "=" + result);
              // Close infile
              // in.close();
              // System.out.println("");
              // Close outFile
              // out.close();

    The compiling error is fixed. The revised working source code hw01.java is provided below. Can someone help the remining question below?
    PROBLEM/Question:
    =================
    The output only goes to the console. How code should be changed to allow output to a specified file from command line.
    SOURCE FILE (without Compiling error):
    =====================================
    *     Program name: hw01.java
    *     Author:
    *     Description: Simple I/O and computation
    *     Date: 12/08/2002
    *     compile: javac hw01.java
    *     usage: java hw01 <infile> <utfile>
    * example: java hw01 hw1data.txt hw1out.txt
    *     <infile> - input file
    *     operator operand1 operand2
    *          ex. + 1 1
    * <outfile> - output file
    * operand1 operator operand2 = result
    *          ex. 1 + 1 = 2
    import java.io.*;
    import java.util.*;
    public class hw01 {
         // Open input file and output file
         public static void main(String[] args) throws IOException {
              FileReader in = null;
              FileWriter out = null;
              BufferedReader br = null;
              System.out.println("input File Name = " + args[0]);
              System.out.println("output File Name = " + args[1]);
              if (args.length == 2) {
                   // Open File for Reading
                   File inFile = new File(args[0]);
                   in = new FileReader(inFile);
                   br = new BufferedReader(in);
                   // Open File for Writing
                   File outFile = new File(args[1]);
                   out = new FileWriter(outFile);
              } else {
                   System.out.println("java command <arg1> <arg2>");
              // Get operation and operands for each line
              String line = null;
         char op;
              int op1, op2;
              int result = 0;
              while((line = br.readLine()) != null ) {
                   // Get operation and operands
                   StringTokenizer t = new StringTokenizer(line);
                   op = t.nextToken().charAt(0);
                   op1 = Integer.valueOf(t.nextToken()).intValue();
                   op2 = Integer.valueOf(t.nextToken()).intValue();
                   // Compute math operation and print result
                   if( op == '+' ) {
                        result = op1 + op2;
                        System.out.println(op1 + " + " + op2 + " = " + result);
                   } else if( op == '-' ) {
                        result = op1 - op2;
                        System.out.println(op1 + " - " + op2 + " = " + result);
                   } else if( op == '*' ) {
                        result = op1 * op2;
                        System.out.println(op1 + " * " + op2 + " = " + result);
                   } else if( op == '/' ) {
                        result = op1 / op2;
                        System.out.println(op1 + " / " + op2 + " = " + result);
              // Close infile
              in.close();
              // Close outFile
              out.close();
    }

  • Compilation error in java for struts application.

    Hello,
    I'm a newbie in java and struts, i was trying a simple struts application given in "struts complete reference".This is my code of its Controller class(Action class):-
    package com.jamesholmes.struts;
    import java.util.ArrayList;
    import javax.servlet.http.HttpServletRequest;
    import javax.servlet.http.HttpServletResponse;
    import org.apache.struts.action.Action;
    import org.apache.struts.action.ActionForm;
    import org.apache.struts.action.ActionForward;
    import org.apache.struts.action.ActionMapping;
    public final class SearchAction extends Action
    public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
    throws Exception
    EmployeeSearchService service = new EmployeeSearchService();
    ArrayList results;
    SearchForm searchForm = (SearchForm) form;
    //Perform employee search based on what criteria was entered.
    String name = searchForm.getName();
    if(name != null && name.trim().length() > 0)
    results = service.searchByName(name);
    else
    results = service.searchBySsNum(searchForm.getSsNum().trim());
    //place search results in SearchForm for access by jsp.
    searchForm.setResults(results);
    //Forward control to this Action's input page.
    return mapping.getInputForward();
    Now problem is when i'm compiling this java file i'm getting error"can not resolve symbol" for the instances i'm creating for SearchForm(view class) and EmployeeSearchService(model class).can any one help me how to resolve this error. I've tried importing those classes explicitly also, but error gets increased this way.

    Tht problem is solved, it was a mistake frm my side in compilation precedure.Anyway, now the real error-After i compiled and created the war file of application, i was running it in tomcat and got this Error, it is i guess a server sprcific error which i am unable to understand., can any one now help me solving this out?????Error is this :-
    HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:372)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    root cause
    java.lang.NullPointerException
         org.apache.struts.util.RequestUtils.computeURL(RequestUtils.java:521)
         org.apache.struts.util.RequestUtils.computeURL(RequestUtils.java:436)
         org.apache.struts.taglib.html.LinkTag.calculateURL(LinkTag.java:495)
         org.apache.struts.taglib.html.LinkTag.doStartTag(LinkTag.java:353)
         org.apache.jsp.index_jsp._jspx_meth_html_link_0(index_jsp.java:96)
         org.apache.jsp.index_jsp._jspService(index_jsp.java:69)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:324)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    note The full stack trace of the root cause is available in the Apache Tomcat/5.0.27 logs.
    Apache Tomcat/5.0.27

  • BBEdit Java Compile Script Error

    Hi everyone, I'm trying to modify a script written to compile C++ code from BBEdit to compile and run Java code. I have tried 2 different peoples approaches and get the same error:
    Can’t make «class ctnr» of file "Macintosh HD:Users:aaron:Documents:CSU:Spring 12:CSC161:Hw2:src:MyFile.java" into type alias.
    I, nor the script creators are sure what the issue is. If any of you could give some insight or a fix, that would be great! I have included the two scripts I've tried below, the first meant for C++ and the second meant for Java. Both give the same error.
    Thanks!
    -Aaron
    (* compile and execute source code, as Devc++ does
    Author flapane.com
    rev. 12-sep-08
    tell application "BBEdit"
              set the_file to file of text document 1
    end tell
    set AppleScript's text item delimiters to ":"
    set source_file to the last text item of (the_file as string)
    (*set baseName to do shell script "basename " & source_file & " | sed -e 's/.c.*//'"
    set AppleScript's text item delimiters to ""
    set source_file_ext to characters 1 thru ((offset of "." in source_file) - 1) of source_file as string
    tell application "Finder"
              set the_folder to container of the_file as alias
    end tell
    tell application "Terminal"
      activate
              set shell_script to "cd " & (quoted form of POSIX path of the_folder) & "; javac -source 1.6 " & source_file & source_file_ext & "; " & source_file_ext & "; exit"
              if (count windows) is 0 then
      do script shell_script
              else
      do script shell_script in the front window
              end if
    end tell
    And the following was meant FOR Java:
    -- BBE Java Compiler v0.1
    -- IMPORTANT:
    -- You need to change the Java version to the version you want to use!
    -- This is defined in "term_compile" below,
    -- and currently set to 1.6
    -- nanotux.com
    tell application "BBEdit"
              set the_file to file of text document 1
    end tell
    set AppleScript's text item delimiters to ":"
    set source_file to the last text item of (the_file as string)
    set compiled_file to text 1 thru -6 of source_file
    tell application "Finder"
              set the_folder to container of the_file as alias
    end tell
    tell application "Terminal"
      activate
      -- clear the current terminal window
              set term_clear to "clear "
      -- cd to the folder containing your file
              set term_cd to "cd " & (quoted form of POSIX path of the_folder)
      -- compile the .java file with a choosen version of Java
              set term_compile to "javac -source 1.6 " & source_file
      --                                                                          ^^ change to your Java version!
              tell application "Terminal"
                        if (count windows) is 0 then
      do script term_cd
      do script term_clear in the front window
      do script term_compile in the front window
                        else
      do script term_cd in the front window
      do script term_clear in the front window
      do script term_compile in the front window
                        end if
      activate
              end tell
    end tell

    **bleep** ... still not working .... !?

Maybe you are looking for

  • Issue in wm during posting differences in li21

    Hi i have an issue in ecc6 R/3 sap LE-WM, when i am doing confirmation in LT12 and haveing some differences that are posted to the 999 storage type. When i am clearing differences in LI21 i am getting error NO MATERIAL DOCUMENT WAS CREATED, ERRORS OC

  • Script to kill long running reports in OBIEE

    Hi I have requirement to kill long running reports . I am using OBIEE version 10.1.3.4.0 which has a bug where it is not taking query limits governor and the reports are not getting killed if i am setting that parameter in RPD. Oracle support has adv

  • Report on transferred calls

    I need to report on transferred calls. Agents are using standard CAD and selecting the transfer icon. Within the transfer form, they use the softphone to dial various 800 numbers. I need to create a report that I can group by 800 numbers called using

  • Flat file upload to BPS

    Hi I am trying to upload a flat file using the doc. How to upload....... The data is aggregating for # or if I am giving the selection than it is for first record. Thanks Vinay

  • Front row on an external screen

    Is this possible yet, it really would be handy.