Error on java command

I have just installed the j2sdk 1.4.1_01 on Windows 2000. When I issue the 'java' command I get the following resonse
Registry key 'Software\JavaSoft\Java Runtime Environment\CurrentVersion' has value '1.4' but '1.2' is required
Help please!
Glen

You probably have a 1.2 version installed as well which is in your PATH before the 1.4 is. For example, there might be one in your windows or windows/system folder.

Similar Messages

  • Error using "java" command

    I've just started trying to learn java and what is really ticking me off is that I can't get my applications to run. I use the "javac" command and it works just fine so I can get applets to work but when I use "java" to run applications I get the error message:
    "Exception in thread "main" java.lang.NoClassDefFoundError: "(class name)
    I've gone back through and checked my environmental variables and paths but get the same results. I've also tried with two versions of the SDK,
    1.2.2 and 1.4.1 and I still get the same results.
    Anyone PLEASE help, I need to get farther in learning Java!

    My First Java Program (for Windows)
    Follow these steps:
    1. Download and install the Java 2 SDK
    2. Make sure your path and classpath are set correctly
    3. Type in your first program
    4. Compile your first program
    5. Run your first program
    6. Read the Java tutorial
    1. Download and install the Java 2 SDK
    Go to the Java website and download the Java 2 SDK, Standard Edition:
    http://java.sun.com/j2se/1.4.1/download.html
    NOTE: Make sure you download the SDK (leftmost column) and not just the JRE. The JRE (Java Runtime Environment) only contains the stuff necessary to run Java programs, and not the compiler and other tools you need to develop Java programs.
    After downloading, run the installation program to install the Java 2 SDK.
    2. Make sure your path and classpath are set correctly
    After installing, READ THE INSTALLATION NOTES! Lots of people get in trouble and are asking questions in the forums because they were too lazy to read and follow the installation notes. Especially, after installing the Java 2 SDK you need to add the 'bin' directory of the SDK to your PATH, otherwise you will get an error like "javac is not recognized as an internal or external command" or something similar.
    If you've installed the Java 2 SDK in C:\j2sdk1.4.1_03, add C:\j2sdk1.4.1_03\bin to the PATH. How you should do this for different versions of Windows is described in the installation notes: http://java.sun.com/j2se/1.4.1/install-windows.html
    If you are using a version of the Java 2 SDK older than 1.4, you need to add the current directory (".") to the CLASSPATH environment variable. CLASSPATH is where Java looks for *.class files (compiled Java classes). Since Java 1.4, Java looks in the current directory automatically if the CLASSPATH isn't set, so you don't need to add "." to the CLASSPATH. Again, the installation notes explain what CLASSPATH is and how you should set it.
    3. Type in your first program
    Start Notepad and type in your first program:
    public class HelloWorld {
        public static void main(String[] args) {
            System.out.println("Hello World");
    }NOTE: Java is case-sensitive. Be careful to type in the program exactly as shown above. Don't type "Helloworld" or "helloworld" or anything else.
    Save the file somewhere in a file called "HelloWorld.java". NOTE: Again, the case must be correct. Even though Windows is case-insensitive for filenames, the case must be correct, because Java is case-sensitive. Also watch out that Notepad doesn't append ".txt" to the filename (so that you end up with a file called "HelloWorld.java.txt"). To make things worse, Windows Explorer hides file extensions by default so you don't even see that the file is actually called "HelloWorld.java.txt" instead of "HelloWorld.java".
    4. Compile your first program
    Open a command prompt, CD to the directory that contains your source file and type:
    javac HelloWorld.java
    NOTE: Again, the case must be exactly right.
    If all goes well, you'll not get any error messages and a file "HelloWorld.class" is generated.
    5. Run your first program
    To run your program, type:
    java HelloWorld
    NOTE: Don't type "HelloWorld.class". You are specifying the class name here, not the filename. Ofcourse, the case is important again.
    6. Read the Java tutorial
    Go to the Java website and follow The Java Tutorial:
    http://java.sun.com/docs/books/tutorial/
    The chapter "Your First Cup of Java" also explains in detail how to start with Java.
    Jesper

  • Error Using java command. Please help!

    Ok, I'm having problems running my java programs. I use the javac command, and it compiles it right, and makes the class file. But if I type
    java anything
    It won't work. It comes up with the error message:
    Exception in thread "main" java.lang.NoClassDefFoundError: BigDebt
    With BigDebt as the class file. That error message comes up if I type:
    java anything
    java blah.class
    I have version 1.3.
    It would be GREATLY appreciated if someone could help.

    It appears you are using the right command, "java BigDebt" if your class is called BigDebt and the compiler produced a file named BigDebt.class. (This assumes that your source code doesn't start with a "package xxx;" line.) Your problem is likely a Classpath problem. Make sure you have CD'd to the directory where BigDebt is located. Then try:
    java -classpath . BigDebt

  • Java error on commadmin command

    Sun One Messaging server 6.0 Patch 1 (built Jan 28 2004)
    I am getting this Java error on this command
    # ./commadmin domain create -D admin -d efg.com -n abc.com -w password -S email,cal -H test.abc.com
    Internal Server Error: Internal Server Error
    java.io.IOException: Internal Server Error: Internal Server Error
    at sun.comm.client.CLIObject.authenticate(CLIObject.java:967)
    at sun.comm.client.CLITask.doStuff(CLITask.java:175)
    at sun.comm.client.CommAdmin.main(CommAdmin.java:278)
    Invalid value for Identity server host name: test.abc.com
    Invalid value for Identity server port: 82
    Enter Identity server port[82]:
    Enter Identity server host name[test.abc.com]: test.abc.com
    Internal Server Error: Internal Server Error
    java.io.IOException: Internal Server Error: Internal Server Error
    at sun.comm.client.CLIObject.authenticate(CLIObject.java:967)
    at sun.comm.client.CLITask.doStuff(CLITask.java:175)
    at sun.comm.client.CommAdmin.main(CommAdmin.java:278)
    Invalid value for Identity server host name: test.abc.com
    Invalid value for Identity server port: 82
    Enter Identity server port[82]:
    As I install the JES as shown below
    I chose the Custom Install option for each application
    ) Installed Application Server, Directory Server and Admin Server. Did not install sample data.
    ) Started Application Admin Server
    /var/opt/SUNWappserver7/domains/domain1/admin-server/bin/startserv
    ) Then created a new instance called `server1'
    ) Installed Identity Server in the newly created Application Server instance server1
    ) I verified Identity server was accessible and working correctly
    ) Installed Messaging Server & Calendar Server
    ) Executed 'perl comm_dssetup.pl'
    Server Root : /var/opt/mps/serverroot
    Server Instance : slapd-test
    Users/Groups Directory : Yes
    Update Schema : yes
    Schema Type : 2
    DC Root : o=abc.com
    User/Group Root : o=abc.com
    Add New Indexes : yes
    Directory Manager DN : cn=Directory Manager
    ) Setup additional Indexes & added Self Ref. Plug-in to LDAP server then restarted LDAP server and Application server.
    ) Executed /opt/SUNWcomm/sbin/config-iscli
    Chose to put users in Base DN as this is simple test system
    ./asadmin deploy user admin password <pw> --instance server1 \
    host test.abc.com port 4848 name commcli contextroot commcli \
    /opt/SUNWcomm/lib/jars/commcli-server.war
    )permission java.util.PropertyPermission "*", "write"; to /var/opt/SUNWappserver7/domains/domain1/server1/config/server.policy
    ) Restarted Application Server
    ) Executed /opt/SUNWmsgvr/sbin/configure
    ) Added Mail service from /opt/SUNWam/samples/integration
    /opt/SUNWam/bin/amadmin \
    --runasdn uid=admin,ou=People,o=abc.com,o=abc.com\
    password <pw> schema sampleMailServerService.xml
    ) Created a domain to Registered the simple Mail service in Identity Manager.
    # ./commadmin domain create -D admin -d efg.com -n abc.com -w password -S email,cal -H test.abc.com

    I did change the amAdmin password, because I was using the same password for admin and amAdmin.
    I can log in to http://server_name:82/amserver with amAdmin username and password (even at that time as well when I was using the same password for admin and amAdmin). Its means integration between directory and identity is ok because I can see correct credentials for LDAP under service configuration tab on amconsole link.
    So it seems like the commcli is not working correct. Should I have to delete the application hosted under server1 and deploy it again using commcli-server.war, Under directory server delete all the entries under o=comms-config for commcli and commcli itself and run the config-iscli again?

  • Oracle error 1403:java.sql.SQLException: ORA-01403: no data found ORA-06512

    My customer has an issue, and error message as below:
    <PRE>Oracle error 1403: java.sql.SQLException: ORA-01403: no data found ORA-06512:
    at line 1 has been detected in FND_SESSION_MANAGEMENT.CHECK_SESSION. Your
    session is no longer valid.</PRE>
    Servlet error: An exception occurred. The current application deployment descriptors do not allow for including it in this response. Please consult the application log for details.
    And customer’s statement is: Upgrade from EBS 11.5.10 to 12.1.3. Login the EBS, open any forms and put it in idle. Then refresh the form, error happens
    Then, I checked ISP, and found two notes:
    Note 1284094.1: Web ADI Journal Upload Errors With ORA-01403 No Data Found ORA-06512 At Line Has Been Detected In FND_SESSION_MANAGEMENT.CHECK_SESSION.Your Session Is No Longer Valid (Doc ID 1284094.1)
    Note 1319380.1: Webadi Gl Journal Posting Errors After Atg R12.1.3 (Doc ID 1319380.1)
    But these two notes are both WebADI.
    Following is the data collection from customer:
    1. Run UNIX command to check .class file version:
    strings $JAVA_TOP/oracle/apps/bne/utilities/BneViewerUtils.class | grep Header--> S$Header: BneViewerUtils.java 120.33.12010000.17 2010/11/21 22:19:58 amgonzal s$
    2. Run SQL to check you patch level:
    SELECT * FROM fnd_product_installations WHERE patch_level LIKE '%BNE%';--> R12.BNE.B.3
    3. Run SQL to check patch '9940148' applied or not:
    SELECT * FROM ad_bugs ad WHERE ad.bug_number = '9940148';--> No Rows returned
    4. Run SQL to check patch '9785477' applied or not:
    SELECT * FROM ad_bugs WHERE bug_number in ('9785477');-->
    BUG_ID APPLICATION_SHORT_NAME BUG_NUMBER CREATION_DATE ARU_RELEASE_NAME CREATED_BY LAST_UPDATE_DATE LAST_UPDATED_BY TRACKABLE_ENTITY_ABBR BASELINE_NAME GENERIC_PATCH LANGUAGE
    576982 11839583 2011/8/7 上午 08:20:36 R12 5 2011/8/7 上午 08:20:36 5 pjt B n US
    516492 9785477 2011/6/12 上午 11:42:45 R12 5 2011/6/12 上午 11:42:45 5 bne B n US
    546109 9785477 2011/6/12 下午 01:17:41 R12 5 2011/6/12 下午 01:17:41 5 bne B n ZHT
    5. Run SQL to check the status of object ‘FND_SESSION_MANAGEMENT’
    SELECT * FROM dba_objects do WHERE do.object_name = 'FND_SESSION_MANAGEMENT';-->
    OWNER OBJECT_NAME SUBOBJECT_NAME OBJECT_ID DATA_OBJECT_ID OBJECT_TYPE CREATED LAST_DDL_TIME TIMESTAMP STATUS TEMPORARY GENERATED SECONDARY NAMESPACE EDITION_NAME
    APPS FND_SESSION_MANAGEMENT 219425 PACKAGE 2004/10/30 下午 01:52:35 2011/8/7 上午 08:18:39 2011-08-07:08:18:26 VALID N N N 1
    APPS FND_SESSION_MANAGEMENT 226815 PACKAGE BODY 2004/10/31 上午 01:05:40 2011/8/7 上午 08:18:54 2011-08-07:08:18:27 VALID N N N 2
    So, my question is: Customer’s BneViewerUtils.java version is already 120.33.12010000.17, which greater than 120.33.12010000.14. Is there any others solutions for this issue? Does customer still need to apply patch '9940148' based on action plan of
    Note 1284094.1: Web ADI Journal Upload Errors With ORA-01403 No Data Found ORA-06512 At Line Has Been Detected In FND_SESSION_MANAGEMENT.CHECK_SESSION.Your Session Is No Longer Valid?
    Customer's EBS version is 12.1.3; OS is HP-UX PA-RISC (64-bit); DB is 11.2.0.2.
    Thanks,
    Jackie

    And customer’s statement is: Upgrade from EBS 11.5.10 to 12.1.3. Login the EBS, open any forms and put it in idle. Then refresh the form, error happens
    Idle for how long? Is the issue with all sessions?
    Please see these docs/links
    User Sessions Get Timed Out Before Idle Time Parameter Values Are Reached [ID 1306678.1]
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Timeout+AND+R12&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Then, I checked ISP, and found two notes:
    Note 1284094.1: Web ADI Journal Upload Errors With ORA-01403 No Data Found ORA-06512 At Line Has Been Detected In FND_SESSION_MANAGEMENT.CHECK_SESSION.Your Session Is No Longer Valid (Doc ID 1284094.1)
    Note 1319380.1: Webadi Gl Journal Posting Errors After Atg R12.1.3 (Doc ID 1319380.1)
    But these two notes are both WebADI.Can you find any details about the error in Apache log files and in the application.log file?
    Any errors in the database log file?
    So, my question is: Customer’s BneViewerUtils.java version is already 120.33.12010000.17, which greater than 120.33.12010000.14. Is there any others solutions for this issue? No.
    Does customer still need to apply patch '9940148' based on action plan ofIf the issue not with Web ADI, then ignore this patch. However, if you use Web ADI you could query AD_BUGS table and verify if you have the patch applied.
    Note 1284094.1: Web ADI Journal Upload Errors With ORA-01403 No Data Found ORA-06512 At Line Has Been Detected In FND_SESSION_MANAGEMENT.CHECK_SESSION.Your Session Is No Longer Valid?
    Customer's EBS version is 12.1.3; OS is HP-UX PA-RISC (64-bit); DB is 11.2.0.2.If you could not find any details in the logs, please enable debug as per (R12, 12.1 - How To Enable and Collect Debug for HTTP, OC4J and OPMN [ID 422419.1]).
    Thanks,
    Hussein

  • 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

  • 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.

  • Java command not working

    Hi
    I m learning java since few weeks.... I am facing problem in running java class using java command.I have a folder as
    D:\deepali\Bday\Birth\web-inf\classes\BI
    in this folder i have TryAPI.java file. Its getting compiled properly. but whenever i give command as
    java TryAPI
    it gives me the following error
    D:\deepali\Bday\Birth\web-inf\classes\BI>java TryAPI
    Exception in thread "main" java.lang.NoClassDefFoundError: TryAPI (wrong name: BI/TryAPI)
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.access$100(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    My path is
    D:\Oracle\Ora81\bin;C:\Program Files\Oracle\jre\1.1.7bin;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;;D:\tibco\tibrv\BIN;C:\j2sdk1.4.2_05\lib;C:\j2sdk1.4.2_05\bin;;D:\tibco\BIN;C:\TIBCO\TIBRV\BIN;
    Can anyone explain me why this is happening?
    Thanks and Regards
    Deepali

    You see the error message that says "wrong name. . ."?
    That means you used the wrong name for the class. You have it in a package, but you didn't use the package name. (You have to)
    This is a minimal explanation of packages.
    Assume that your programs are part of a package named myapp, which is specified by this first line in each source file:
    package myapp;
    Also assume that directory (C:\java\work\) is listed in the CLASSPATH list of directories.
    Also assume that all your source files reside in this directory structure: C:\java\work\myapp\
    Then a statement to compile your source file named aProgram.java is:
    C:\java\work\>javac myapp\aProgram.java
    And a statement to run the program is:
    java myapp.aProgram
    (This can be issued from any directory, as Java will search for the program, starting the search from the classpath directories.)
    Explanation:
    Compiling
    A class is in a package if there is a package statement at the top of the class.
    The source file needs to be in a subdirectory structure. The subdirectory structure must match the package statement. The top subdirectory must be in the classpath directory.
    So, you generate a directory structure C:\java\work\myapp\ which is the [classpath directory + the package subdirectory structure], and place aProgram.java in it.
    Then from the classpath directory (C:\java\work\) use the command: javac myapp\aProgram.java
    Running
    Compiling creates a file, aProgram.class in the myapp directory.
    (The following is where people tend to get lost.)
    The correct name now, as far as java is concerned, is the combination of package name and class name: myapp.aProgram (note I omit the .class) If you don't use this name, java will complain that it can't find the class.
    To run a class that's NOT part of a package, you use the command: java SomeFile (assuming that SomeFile.class is in a directory that's listed in the classpath)
    To run a class that IS part of a package, you use the command java myapp.aProgram (Note that this is analogous to the command for a class not in a package, you just use the fully qualified name)

  • AC-50480: Internal error occurred: java.lang.Exception: Error while generat

    Hi there
    I am moving db tier on another server with the clone utility. post clone on db tier were successful but on apps tier i am getting following error in adconfig.log file
    AC-50480: Internal error occurred: java.lang.Exception: Error while generating listener.ora.
    Error generating tnsnames.ora from the database, temporary tnsnames.ora will be generated using templates
    Instantiating Tools tnsnames.ora
    Tools tnsnames.ora instantiated
    Web tnsnames.ora instantiated
    adgentns.pl exiting with status 2
    ERRORCODE = 2 ERRORCODE_END
    .end std out.
    .end err out.
    Result : FAILED
    i have used following options for solution but no success
    1. Open a new shell and source the APPS Environment.
    2. Start the sqlplus Utility and execute following commands :
    sqlplus apps/<Password>
    exec fnd_conc_clone.setup_clean
    3. Open a new shell and source the DB-Tier Environment.
    4. Execute Autoconfig at the DB-Tier.
    5. Switch to the Shell with the APPS Enviornment sourced or start a new Shell and source the APPS Environment.
    6. Execute Autoconfig at the APPS-Tier.
    autoconfig run successufully on db tier but failed on apps tier.
    Please help me out what to do.
    Regards,
    Mohsin

    Hi;
    What is EBS version?
    Please see:
    AC-50480: Internal error occurred: java.lang.Exception: Error while generating listener.ora. [ID 1324667.1]
    During Autoconfig "adgentns.pl" fails: "AC-50480: Internal error occurred: java.lang.Exception: Error while generating listener.ora" [ID 453901.1]
    "AC-50480" Error Generating the "listener.ora" File. [ID 1089036.1]
    Regard
    Helios

  • ERROR: Invalid java version found: while runing Autoconfig

    Hi
    while upgrading EBS 12.1.3 Database from 11.1.0.7 to 11.2.0.2
    We got the below error on autoconfig.
    F:\app\mocppd\product\11.2.0\dbhome_1\appsutil>F:\app\mocppd\product\11.2.0\dbho
    me_1\appsutil\bin\adconfig.cmd contextfile=prod_srv-moc.xml
    Enter the APPS user password: apps
    cygwin warning:
      MS-DOS style path detected: F:\app\mocppd\product\11.2.0\dbhome_1\appsutil\bin
    \adconfig.pl
      Preferred POSIX equivalent is: /cygdrive/f/app/mocppd/product/11.2.0/dbhome_1/
    appsutil/bin/adconfig.pl
      CYGWIN environment variable option "nodosfilewarning" turns off this warning.
      Consult the user's guide for more details about POSIX paths:
        http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
    The log file for this session is located at: F:\app\mocppd\product\11.2.0\dbhome
    _1/appsutil/log/prod_srv-moc/02040321/adconfig.log
    AutoConfig is configuring the Database environment...
    AutoConfig will consider the custom templates if present.
            Using ORACLE_HOME location : F:\app\mocppd\product\11.2.0\dbhome_1
    ERROR: Invalid java version found:
            sh: F:appmocppdproduct11.2.0dbhome_1jdkjre/bin/java: No such file or dir
    ectory
    ERROR: Invalid java version found:
            sh: F:appmocppdproduct11.2.0dbhome_1jdkjre/bin/java: No such file or dir
    ectory
            Classpath                   :
    sh: - : invalid option
    Usage:  sh [GNU long option] [option] ...
            sh [GNU long option] [option] script-file ...
    GNU long options:
            --debug
            --debugger
            --dump-po-strings
            --dump-strings
            --help
            --init-file
            --login
            --noediting
            --noprofile
            --norc
            --posix
            --protected
            --rcfile
            --restricted
            --verbose
            --version
            --wordexp
    Shell options:
            -irsD or -c command or -O shopt_option          (invocation only)
            -abefhkmnptuvxBCHP or -o option
    Version Conflicts among development maintained and customized templates encounte
    red; aborting AutoConfig run.
    The logfile for this session is located at: F:\app\mocppd\product\11.2.0\dbhome_
    1/appsutil/log/prod_srv-moc/02040321/adconfig.logThanks
    Nawneet

    Hi Helios,
    I have changed the prod_srv-moc.xml script and executed the script.
    And now i got the below error.
    F:\app\mocppd\product\11.2.0\dbhome_1\appsutil>F:\app\mocppd\product\11.2.0\dbho
    me_1\appsutil\bin\adconfig.cmd contextfile=prod_srv-moc.xml
    Enter the APPS user password: apps
    cygwin warning:
    MS-DOS style path detected: F:\app\mocppd\product\11.2.0\dbhome_1\appsutil\bin
    \adconfig.pl
    Preferred POSIX equivalent is: /cygdrive/f/app/mocppd/product/11.2.0/dbhome_1/
    appsutil/bin/adconfig.pl
    CYGWIN environment variable option "nodosfilewarning" turns off this warning.
    Consult the user's guide for more details about POSIX paths:
    http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
    The log file for this session is located at: F:/app/mocppd/product/11.2.0/dbhome
    _1/appsutil/log/prod_srv-moc/02040605/adconfig.log
    AutoConfig is configuring the Database environment...
    AutoConfig will consider the custom templates if present.
    Using ORACLE_HOME location : F:/app/mocppd/product/11.2.0/dbhome_1
    Classpath : :F:/app/mocppd/product/11.2.0/dbhome_1/jdb
    c/lib/ojdbc6.jar:F:/app/mocppd/product/11.2.0/dbhome_1/appsutil/java/xmlparserv2
    .jar:F:/app/mocppd/product/11.2.0/dbhome_1/appsutil/java:F:/app/mocppd/product/1
    1.2.0/dbhome_1/jlib/netcfg.jar:F:/app/mocppd/product/11.2.0/dbhome_1/jlib/ldapjc
    lnt11.jar
    Exception in thread "main" java.lang.NoClassDefFoundError: oracle/apps/ad/tools/
    configuration/VersionConflictListGenerator
    Caused by: java.lang.ClassNotFoundException: oracle.apps.ad.tools.configuration.
    VersionConflictListGenerator
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    Could not find the main class: oracle.apps.ad.tools.configuration.VersionConflic
    tListGenerator. Program will exit.
    ERROR: Version Conflicts utility failed.
    Terminate.
    The logfile for this session is located at: F:/app/mocppd/product/11.2.0/dbhome_
    1/appsutil/log/prod_srv-moc/02040605/adconfig.log
    Thanks
    Nawneet

  • 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!

  • The "java" command wont work

    Hi,
    I have been running my java programs from the console all this while by typing "java " and then the complied class name and everything had been going on fine until this moring when I tried running a prog I'm currently working on and it gave the kind of error message you get when your class file doesnt have a main method in it i.e exception in"main" thread noclassdefintionfound bla bla bla. I tried several other programs that had always been fine and still the same thing. I've also tried installing java still the same thing.
    the javac command and java command are both recognized but it is like it no longer reconizes all the class files
    pls how can i get my prog to run again
    thanks
    abiose

    Check whether all those files are available in the classpath in your console. Check for the variable CLASSPATH in the system environments and find if it contains the path where all your class files are residing and try it out.
    ggs

  • Error initializing Java Runtime Environment.  You may need to reinstall Flash.

    ...This is really annoying.
    I work with adobe cs5. Recently, it started to not work. I would have to restart it over and over to get it to compile an swf properly. So I am trying cs5.5. I get this error "Error initializing Java Runtime Environment.  You may need to reinstall Flash."
    So im like OK....Thats helpful....
    -reinstalls flash-
    "Error initializing Java Runtime Environment.  You may need to reinstall Flash."
    -reinstalls java-
    -reinstalls flash-
    -reinstalls adobe flash cs5.5-
    "Error initializing Java Runtime Environment.  You may need to reinstall Flash."
    -google-
    So I come across this post. Follow it exactly.
    "Error initializing Java Runtime Environment.  You may need to reinstall Flash."
    I change the thingy in the file to Xmx1024M
    "Error initializing Java Runtime Environment.  You may need to reinstall Flash."
    I come to the forums.
    What do I do now?

    Intro:
    Finally I got near to roots of that mysterious Error
    "Error initializing Java Runtime Environment.  You may need to reinstall Flash."
    So here is what I'm found out + Bugfix
    JavaPatch for Adobe Flash CS5 / CS6...     Ver #1 [ 21.01.2014 ]
    ======================================
    This is the fix the bug in Flash tell you all the time that
    Java could not be loaded. The effect of this error is that
    Actionscript will not work.
    Flash gives a little misleading error messages that tells you that
    "There is no Actionscript in the current Project"
    background information:
    The problem is that the Java Virtual Machine.dll demands on startup
    250MB huge contiguous memory blocks, but the 2GB-Virtual address
    space of the Flash.exe process is already filled with various loaded dll's
    BEFORE you continue ensure that you install/copied JRE 1.8.0 update 31 to
    %ProgramData%\Adobe\CS5\jre\
    For testing check if ...Adobe\CS5\jre\bin\java.exe starts
    (and shows a help about available commands)
    The Patch is for 32-bit version only!
    (however the problem is probably not in the 64-Bit Version - since there a process has a much large more 'space')
    Well SIMPLE FIX / Workaround:
    Use 64-Bit version of Adobe Flash !
    TechDetails:
    Java's JVM.dll loaded in Ollydebug -  The patched / change bytes are red.
    ^-Note that String ASCII "NUMA page alloc..." - will be a great 'link' to easily find that location in other JVM-versions to applied the patch there. Open jvm.dll in Ollydebug open String Ref. Windows and search for the string...
    Download instructions:
    Right click on picture above and download it.
    Drag/open  the *.jpg in / into Winrar / 7-Zip 
    OR
    Rename 'Flash-CSX-jvm-JavaPatch #1.7z.jpg' -> 'Flash-CSX-jvm-JavaPatch #1.7z' so you open it by doubleclick
    -> My creative solution for that A-Dope-board missing 'Attach file feature'
    Tested:
    with Adobe Flash CS5 + JRE 1.8.0 update 31
    More Techstuff:
    Some of my notes that might be useful:
    Note the memory is not real allocated in the way it can be use since to write or read from it is just allocated as
    MEM_RESERVE like you see in the screenshot above. And freed just a little alter.
    It seems that java just checks if it could possible the maximal the JVM is made for.
    Note the problem is not that you have to less physical RAM installed.
    It's more related how memory is organise.
    Well in 32 Bit each process has 4GB (or well practically Windows limits this to 2GB).
    0x00000000 to 0x7FFF0000
    This space is virtual and not actually claimed (else you would very quickly run out of RAM) but it a kind of potential or Adress system. Na sorry that'll be to offtopic to explain all the basic's about memory.
    Adobe Flash CS5 calls
    jvm.dll!JNI_CreateJavaVM( OUT **p_vm, OUT **p_env, IN *vm_args);
    The 'vm_args'
    typedef struct JavaVMInitArgs {
        jint version;  00010004
      1. /* user classes */
      -D java.class.path=
      C:\Program Files\Adobe\Adobe Flash CS5\Common\Configuration\ActionScript 3.0\;
      C:\Program Files\Adobe\Adobe Flash CS5\Common\Configuration\ActionScript 3.0\asc_authoring.jar;
      C:\Program Files\Adobe\Adobe Flash CS5\Common\"...
      2. /* set native library path */
      -D java.library.path=
      C:\ProgramData\Adobe\CS5\jre\bin
      3.
      -D java.Home=C:\ProgramData\Adobe\CS5\jre
      4. classpath append
      -X bootclasspath/a:
      C:\Program Files\Java\jdk1.7\jre\lib\ext\QTJava.zip
      5. Headless mode is a system configuration in which the display device, keyboard, or mouse is lacking. Headless mode support has been available since the J2SE 1.4 platform.
      -D java.awt.headless=true
        jboolean ignoreUnrecognized; 1
    } JavaVMInitArgs;
    So for any further exploration about this Java problem setting a breakpoint to 'JVM.dll!JNI_CreateJavaVM' will be a great startpoint

  • Got the error message ("Java(TM) Platform SE binary has stopped working")

    Hello Gurus,
    I installed java jdk1.6.0_24 in my laptop. After that i gave the command javac, i got the error message ("Java(TM) Platform SE binary has stopped working"). I willl highly appreciate any help on this.
    The OS on my laptop is Windows Vista Home Premium 64 bit.
    Thanks,
    Vish

    Vish,
    You may want to try one of the Java forums, as your question is specific to the JDK/JRE, and nothing to do with JDev/ADF. {forum:id=937} might be a good starting place.
    John

  • Getting Error as java.lang.StackOverflowError

    Hi,
    I am running dbca Application thru command prompt
    I am getting Error as:
    java.lang.StackOverflowError
    Kindly can anyone help me on this.It will be needful for me

    Hi,
    Thanks for the Info.
    Oracle version:10.2.0.1.0
    OS:Windows XP
    I am doing the operation by running the dbca application through createDB.cmd from command prompt:
    createDB.cmd (File containing the below lines)
    time /t
    SETLOCAL
    REM #SET DISK_DRIVE=%1
    SET MY_ORACLE_HOME=%1
    REM -- provide full name of the template including the .extension like General_Purpose.dbt
    SET TEMPLATE_NAME=%2
    SET MY_ORACLE_SID=%3
    SET MY_GLOBAL_DB_NAME=%4
    SET sysPassword=%5
    SET systemPassword=%6
    SET recoveryAreaDestination=%7
    SET CONFIGURE_EM=%8
    SET dbsnmpPassword=%9
    REM -- The shift command allows a argument (%10) to become %9; so windows can read its value to desired variable.
    REM -- you may need to add more shifts, you decide to pass more parameters.
    SHIFT
    SET sysmanPassword=%9
    REM #SET PATH=%MY_ORACLE_HOME%\bin;%PATH%
    REM #SET DISK_DRIVE=E:\Oracle
    SET PATH=%MY_ORACLE_HOME%;%PATH%
    if "%configure_em%"=="NO" goto no_em_config
    dbca -silent -createDatabase -templateName %TEMPLATE_NAME% -gdbname %MY_GLOBAL_DB_NAME% -sid %MY_ORACLE_SID% -sysPassword %sysPassword% -systemPassword %systemPassword% -emConfiguration LOCAL -dbsnmpPassword %dbsnmpPassword% -sysmanPassword %sysmanPassword%
    goto end
    :no_em_config
    dbca -silent -createDatabase -templateName %TEMPLATE_NAME% -gdbname %MY_GLOBAL_DB_NAME% -sid %MY_ORACLE_SID% -sysPassword %sysPassword% -systemPassword %systemPassword% -recoveryAreaDestination %recoveryAreaDestination%
    :end
    Thanks and Regards

Maybe you are looking for

  • Need Suggestion on the Design of a New Workbench

    Hi All, I need a suggestion on the design of agreement workbench.. The requirement goes this way... We will have workbench main screen, where header and line details will be entered manually ( or sourced from legacy system). On the main screen, there

  • ITV: end of the mini ?

    I thought the best way to build a Home Theatre was to hook a Mac mini to an HDTV, digitally of course, and with WiFi internet connection. That's also what I did. Now what? Should I take the mini back to the "office", buy an iTV, then connect it to th

  • Openfiler does not detect NIC cards

    Hi, During installation of Openfiler on a Dell T410 with two network cards, the install didn't prompt for network configuration as per the following article. http://www.oracle.com/technetwork/articles/hunter-rac10gr2-iscsi-101317.html Any help please

  • Premiere Elements 11 Freezes on Windows 8

    I just installed Premiere 11 on my Windows 8 machine. It is an I7 with 6 Gigs, two ATI Radion in Crossfire mode, 2 terrabyte drive with 1.8 Terrabytes available. When I launch Premiere it starts to load and then when it gets to "ExporterAVI.PRM" it f

  • Automate Extraction of PDF attachment/PDF package

    Hi, Can any one help me in my problem? This is my poblem, I want to extract all PDF file in a PDF package or PDF with PDF attachment using VB.net or C# .net automatically? Or maybe I can use scripting method here to extract the PDF attachment. Thanks