Java libgcj-java-placeholder.sh Issues

Hello,
I installed j2sdk1.4.2_05 and j2re1.4.2_05 unser /usr/java on my RHEL server.
When typing "which java" and "java -version", under the "oracle" user I do not get the version installed.
Instead, I get a message "...libgcj-java-placeholder.sh..." relating.
When trying to run a shell, i get an error "Java Class not found".
1) How can I resolve this issue ?
PT

This is the content of my PATH variable in my .bash_profile file:
PATH=/usr/bin:$ORACLE_HOME/bin:$PATH:$HOME/bin:/usr/bin/java:/usr/sbin:/usr/java/jdk1.4.2_05/bin; export PATH
PATH=$PATH:$ORACLE_HOME5/jdk/jre/lib/i386:$ORACLE_HOME5/jdk/jre/lib/i386/server; export PATH
----Looks like your PATH variable is trying to be confusing. Why we are seeing $ORACLE_HOME and $ORACLE_HOME5? "/usr/bin/java", not a directory I assume, has no effect here.
To resolve your issue, please replace the above two lines with one single line:
PATH=/usr/java/jdk1.4.2_05/bin:$ORACLE_HOME/bin:/usr/bin:$PATH:$HOME/bin:/usr/sbin; export PATH
The order of the paths that appear in $PATH are important. Here "/usr/java/jdk1.4.2_05/bin" is put at the very front. I also assume that your are using $ORACLE_HOME instead of $ORACLE_HOME5; otherwise, you can switch them.
As orafad mentioned, I strongly recommend that you replace the "/usr/java/jdk1.4.2_05/bin" with $ORACLE_HOME/jdk/bin, if the later is a valid location as it should.
At any time, you can always see what java executables you have in your $PATH by running the following bash commands in your bash shell:
  for dir in `echo $PATH | tr ":" " "` ; do if [ -x $dir/java ]; then ls $dir/java; fi; done
The very first line of output is the java you are using. This command can be helpful when the $PATH gets more complicated.

Similar Messages

  • Issue with launching Java Program - Java Library Problem?

    I hope this is the right forum, I apologize if it isn't. I am having issues launching a program for a video game that uses java. One of the devs told me to post my issue here, as he doesn't know how much more help he can give with this issue. Using the java -jar command, this is the printout I get:
    Microsoft Windows [Version 6.0.6002]
    Copyright (c) 2006 Microsoft Corporation.  All rights reserved.
    C:\Users\vecdran>java -version
    java version "1.6.0_20"
    Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
    Java HotSpot(TM) Client VM (build 16.3-b01, mixed mode, sharing)
    C:\Users\vecdran>chdir C:\Games\Steam\Steamapps\common\Crysis\mods\mwll\actionma
    pper\dist
    C:\Games\Steam\steamapps\common\crysis\Mods\mwll\Actionmapper\dist>java -jar Act
    ionmapper.jar
    Jun 18, 2010 2:25:19 PM org.jdesktop.application.Application$1 run
    *SEVERE: Application class mwllactionmapper.MWLLActionmapperApp failed to launch*
    *java.lang.NullPointerException*
    at javax.swing.ImageIcon.<init>(Unknown Source)
    at javax.swing.ImageIcon.<init>(Unknown Source)
    at sun.swing.WindowsPlacesBar.<init>(Unknown Source)
    at com.sun.java.swing.plaf.windows.WindowsFileChooserUI.updateUseShellFo
    lder(Unknown Source)
    at com.sun.java.swing.plaf.windows.WindowsFileChooserUI.installComponent
    s(Unknown Source)
    at javax.swing.plaf.basic.BasicFileChooserUI.installUI(Unknown Source)
    at com.sun.java.swing.plaf.windows.WindowsFileChooserUI.installUI(Unknow
    n Source)
    at javax.swing.JComponent.setUI(Unknown Source)
    at javax.swing.JFileChooser.updateUI(Unknown Source)
    at javax.swing.JFileChooser.setup(Unknown Source)
    at javax.swing.JFileChooser.<init>(Unknown Source)
    at javax.swing.JFileChooser.<init>(Unknown Source)
    at mwllactionmapper.model.ActionmapsFileModel.getMWLLDocumentsFolder(Act
    ionmapsFileModel.java:141)
    at mwllactionmapper.model.ActionmapsFileModel.getMWLLProfiles(Actionmaps
    FileModel.java:160)
    at mwllactionmapper.MWLLActionmapperView.doSelectProfile(MWLLActionmappe
    rView.java:603)
    at mwllactionmapper.MWLLActionmapperView.<init>(MWLLActionmapperView.jav
    a:75)
    at mwllactionmapper.MWLLActionmapperApp.startup(MWLLActionmapperApp.java
    :21)
    at org.jdesktop.application.Application$1.run(Application.java:171)
    at java.awt.event.InvocationEvent.dispatch(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
    Exception in thread "AWT-EventQueue-0" java.lang.Error: Application class mwllac
    tionmapper.MWLLActionmapperApp failed to launch
    at org.jdesktop.application.Application$1.run(Application.java:177)
    at java.awt.event.InvocationEvent.dispatch(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
    Caused by: java.lang.NullPointerException
    at javax.swing.ImageIcon.<init>(Unknown Source)
    at javax.swing.ImageIcon.<init>(Unknown Source)
    at sun.swing.WindowsPlacesBar.<init>(Unknown Source)
    at com.sun.java.swing.plaf.windows.WindowsFileChooserUI.updateUseShellFo
    lder(Unknown Source)
    at com.sun.java.swing.plaf.windows.WindowsFileChooserUI.installComponent
    s(Unknown Source)
    at javax.swing.plaf.basic.BasicFileChooserUI.installUI(Unknown Source)
    at com.sun.java.swing.plaf.windows.WindowsFileChooserUI.installUI(Unknow
    n Source)
    at javax.swing.JComponent.setUI(Unknown Source)
    at javax.swing.JFileChooser.updateUI(Unknown Source)
    at javax.swing.JFileChooser.setup(Unknown Source)
    at javax.swing.JFileChooser.<init>(Unknown Source)
    at javax.swing.JFileChooser.<init>(Unknown Source)
    at mwllactionmapper.model.ActionmapsFileModel.getMWLLDocumentsFolder(Act
    ionmapsFileModel.java:141)
    at mwllactionmapper.model.ActionmapsFileModel.getMWLLProfiles(Actionmaps
    FileModel.java:160)
    at mwllactionmapper.MWLLActionmapperView.doSelectProfile(MWLLActionmappe
    rView.java:603)
    at mwllactionmapper.MWLLActionmapperView.<init>(MWLLActionmapperView.jav
    a:75)
    at mwllactionmapper.MWLLActionmapperApp.startup(MWLLActionmapperApp.java
    :21)
    at org.jdesktop.application.Application$1.run(Application.java:171)
    ... 8 more
    C:\Games\Steam\steamapps\common\crysis\Mods\mwll\Actionmapper\dist>As you can see, my Java is completely up to date, and this is the only program I appear to have problems launching. I have no idea what to do from here. :(
    PS.
    I had to add the Java path to my System -> Environmental Variables -> Path variable, as it was not there from the start, and before adding it command prompt wouldn't recognize java commands. Don't know whether this indicates anything.
    Edited by: vecdran on Jun 20, 2010 11:23 AM

    [Bug ID 4711700|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4711700] is eerily similar to what you're experiencing. Although the bug was reported against an older version of the JDK the last comment provides a workaround to the problem that may be helpful. Good luck.

  • Java/Hibernate backend with FDS: issues

    Hi everyone, I'm quite new to the Flex world but I'm so
    excited about all of it that I decided to make a Flex app in order
    to get my degree. So, I started by building my own app (which is a
    management system for a library) starting from the great example
    posted by Marcel Boucher on his blog. I run my app on JBoss
    4.2.0-GA.
    I'm actually using DB2 8.2 with 6 tables: USER, CUSTOMER,
    IDCARD, LOAN, BOOK, AUTHOR.
    Hibernate-wise, there should be a one-to-one association
    between CUSTOMER and IDCARD (that is every customer has one and
    only one idcard), a many-to-many association between IDCARD and
    LOAN (that is many idcards can do many loans), a many-to-one
    between LOAN and BOOK and a many-to-one between BOOK and AUTHOR.
    The problem is that as long as I implement single POJOs
    (user.java, customer.java...), correctly mapped with their
    configuration file user.hbm.xml and hibernate.cfg.xml, and
    respective destinations configured in data-management-config.xml,
    BUT WITHOUT SPECIFYING ANY ASSOCIATION, it all runs and works
    correctly.
    As soon as I complete the database's tables mapping by adding
    all the association mappings (I dont know how to exactly map
    associations between fds destinations as well) it suddenly goes all
    wrong and I keep getting this error in JBoss console:
    GRAVE: Servlet /flex threw load() exception
    flex.messaging.config.ConfigureException: Unable to create
    service 'flex.data.DataService' for 'data-service' due to the
    following error: Error instantiating application scoped instance of
    type 'flex.data.assemblers.HibernateAssembler' for destination
    'user.hibernate'...
    Hope someone can help me with this.
    Cheers,
    Riccardo

    Here's the JBoss log file:
    JBoss log
    And here are all the files involved:
    User pojo
    User hbm
    Customer
    pojo
    Customer
    hbm
    Idcard
    pojo
    Idcard
    hbm
    Loan
    pojo
    Loan hbm
    Book pojo
    Book hbm
    Author
    pojo
    Author hbm
    Hibernate
    cfg
    Data-management-config
    Currently the mapped associations are bidirectional CUSTOMER
    to IDCARD (one-to-one) and bidirectional AUTHOR to BOOK
    (one-to-many/many-to-one). LOAN is not currently mapped because I'm
    still thinking about how to do it. Don't mind if you see "italian"
    names inside the files, I called the entities with english names
    here to make it all more understandable.
    Actually what's driving me crazy is that if I map only USER,
    CUSTOMER and AUTHOR (which are kinda "boundary" entities, meaning
    they exist without any association) as hibernate.cfg.xml resources
    (and with their respective destinations in data management), it all
    works perfectly. As soon as I complete the mapping this error
    suddenly comes up :(

  • Crystal Reports 2013 java-error "java.lang.ClassCastException: class com.crystaldecisions..." when promoting

    Hi,
    when promoting "Crystal Report 2013" report (with data connectivity BW MDX Query) from BO DEV to BO PROD with BO Promotion Mgmt (LCM), we get the following error message in LCM jobs history:
    Resolution Status=Overwritten, Dependency Status=All the required dependencies are included.,
    Commit Status=Commit attempted and failed.,
    Promotion Status=Failure : Object promoted. Update failed.
    Error: java.lang.ClassCastException: class com.crystaldecisions.sdk.occa.report.lib.ByteArray:java.net.URLClassLoader@1d634758 incompatible
    with class com.crystaldecisions.sdk.occa.report.lib.PropertyBag:java.net.URLClassLoader@1d634758
    The report itself is present on BO PROD, but the overwrite (BW DEV MDX Query-> BW PROD MDX Query) is not applied, so report connectivity still points to the BW Query on the development system :-( .
    Moreover, the overwrite itself is detected when the job is "test promoted" ("active overwrite").
    Before, we successfully were able to transport crystal reports 2013 with overwrite (the connection then pointed to BW PROD). No idea yet what suddenly changed that...
    Any ideas what causes the error and what can fix it (no posts found, no SAP note, google also no hits)?
    Best regards
    Florian Pitschi

    Update:
    After more investigation, it looks as if the BO Server "CrystalReports2013ReportApplicationServer"
    from time to time has an issue - not only when promoting, but also when viewing publications that contain Crystal Report documents or when executing them, the java class error or similar issue is thrown.
    Did sb face similar behaviour and knows what is the root cause for "CrystalReports2013ReportApplicationServer" not working probably and throwing the java-class error? - it was running fine for several months, now, the class error showed up twice in one month.
    We need to find out what is causing the issue (aleady checked tomcat and BO-logfiles...).
    Best Regards
    Florian

  • Restoring Web AS ABAP+JAVA or JAVA to different host

    Dear forum,
    We have a disaster recovery plan by using another host (call it as the backup host) to run SAP in case the main host is failed.
    The backup was done separately for DB, IFS and authorization, as well as the restore. After the restore, the profile parameters were changed to be pointing to the new host.
    We did a restore of ABAP+ JAVA and JAVA only systems from the backup that was performed on the main host to the backup host.
    In the JAVA part for both ABAP+JAVA and JAVA, I found a lot of things to change in configtool which are still pointing to the old host. I have tried to change the parameters that I found, but it didn't help.
    I could get the ABAP part up and running by maintaining WRKSRVTBLE and some SQL packages issues, but not for the JAVA part.
    Can I do a system copy from the main host to the backup host and in case of a disaster, the action is only restoring the DB part? Or any other suggestions?
    Thanks before,
    Agoes
    Message was edited by:
            Agoes Boedi Poerwanto

    Hi Agoes,
    Let me make sure I understand what you are trying to do.  Your backup system is basically a copy of your production system running on a different host.  If the production system fails then you will restore the data from the most recent backup to the system running on the backup host.  Is that the scenario?
    If you are just trying to copy the system to a new host and get it up and running, I would recommend an officially supported method such as a homogenous system copy to do this.  However, the attached document in SAP note 568820 "iSeries: Implementing an Independent ASP (iASP) System" has an entire section on modifying an SAP system to run on a different host.
    You may want to consider taking your HA strategy one step further by implementing an iASP.  Your HA solution that you describe is very similar to the iASP solution, but I think an iASP will better meet your needs.
    Kolby

  • Java or JAVA ?

    How should the all java technology be refered to, say in promotional writings and so:
    Java or JAVA?

    BASSC!!!British ASsociation for Shooting and Conservation.
    Either way, english is not my native language, so bear
    with me...Thats OK , there are plenty of native speakers turn up here whos English is not as good as yours.
    Regarding the trademark issue, have a look at what a large company such as IBM do.

  • I have OS X (10.6.8) , I have downloaded Apple Java 6 update 13, pogo chess does not recognize my Java, also Java does not appear in system preferences

    I have OS X (10.6.8) , I have downloaded Apple Java 6 update 13, pogo chess does not recognize my Java, also Java does not appear in system preferences.
    How do I get Java to work.

    I just got off phone with AppleCare about same issue. Here is how to fix:
    How to reinstall Java for 10.6.8:
    - Go to:  /System/Library/Java/Support/CoreDeploy.bundle/Contents
    -  Move: javaAppletPlugin.plugin to the trash
    -  Run update   ---   Found at: http://support.apple.com/kb/DL1573
    -  Reset safari
    -  Empty cache

  • Error when executing Java code, java.lang.NoClassFoundError:

    Hi, I am new learner in Java Programming and I am using J2SDK and notepad to write a code. I don't have problem in compiling using javac filename, however I received an error when executing using java filename.
    The error message I got is Exception in thread "main" java.lang.NoClassDefFoundError: Hello/jawa.
    I have verified this simple code - Hello has no issue but somehow it does not run. I even try to compile and execute in other computer also the similiar error returned.
    My Client Platform is Windows XP Professional.
    I would appreciate any expert can help to suggest me the knowledge/solution to fix this kind of error. Thanks
    Jackie

    It looks like you entered the command "java Hello.java" or "java Hello/java" (I assumed 'jawa' was a typo.)
    You should have entered "java Hello" if your class name is Hello. I am guessing that Hello.java is probably the source code file name. The argument to the java command is the fully qualified class name. "java Hello.java" tells the java command to look for a class named java that is in the Hello package.

  • Java VM: Java HotSpot(TM)  Error in weblogic 8.1 while running crystal rep

    I am trying to call crystal reports 9 RAS through weblogic 8.1.
    I am running a jsp.
    weblogic has jdk141_03.
    But, I am getting error at the below line in the jsp.
    ReportClientDocument clientDoc = new ReportClientDocument();
    The weblogic server crashes out giving below error.
    # HotSpot Virtual Machine Error, Internal Error
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Client VM (1.4.1_03-b02 mixed mode)
    # Error ID: 43113F32554E54494D45110E4350500305
    # Problematic Thread: prio=5 tid=0x008E12C8 nid=0x6ec runnable
    Does anyone know the solution.
    thanks..

    i got the sam problem have you fix it yet ?
    please let me know what should i do.

  • Abap+java  OR java only  for EP6.0

    abap+java  OR java only  for EP6.0

    Hi charles,
    you question is not clear.
    If I correctly understood you are you asking the skills required to work on EP6.0?
    If it is so I cam more java skills required and if you want to develop customized iview you may require bit of ABAP too.
    Hope it helps.
    Regards,
    B.Guru Subramaian

  • Do I need Java 8 or should i disable it? What happens if i disable it? And what is the difference between Java and Java Runtime?

    Do I need Java 8 or should I disable it? What happens if i disable it? And what is the difference between Java and Java Runtime?

    There's no difference. They're both runtime plug-ins (they run when an app calls for Java functions).
    You only need Java if you either have Java apps on your Mac that won't run without having it installed, or you use trusted web sites that require Java to function (getting fewer and far between). Otherwise, you have no need for it at all.

  • Communication between Abap and Java and Java to Abap

    HI,
    I have installed BI 7.0 and the user complaints that BEx WEB Application Designer Query results are not showing up in the WEB URL Link.
    and the BI user suggests that communication between Abap to java and Java to Abap has to be done?
    How to setup ABAP to JAVA and JAVA to ABAP communication?
    Regards,
    Magham.

    Hi,
    Jco conn from ABAP to Java
    =====================
    You can use the JCO RFC Provider Service of the Web Application Server for your ABAP to Java calls.
    The steps involved in that are
    1. Configure destination in SM59 in SAP.
    2. Create RFC Destination in Visual Admin.
    3. Create a stateless session bean with JNDI name as the name of calling function module in SAP.
    4. Add a business method public void processFunction(JCO.Funtion fn) which is called by the JCO RFC Provider Service. The name should be 'processFunction'.
    5. Set library references in application-j2ee-engine.xml to type weak for the following
    a. com.sap.mw.jco.
    b. com.sap.tc.Logging (if you are using the logging api )
    Here is the sample code for the EJB biz method
    Business Method.
    public void processFunction(JCO.Function function) {
    try {
    // Get the import parameters for the function module
    JCO.ParameterList importList = function.getImportParameterList();
    logger.infoT("The value sent is" +
    (String)importList.getValue("USER_NAME"));
    // Set the export parameter value for the function module
    JCO.ParameterList export = function.getExportParameterList();
    export.setValue("From EJB", "RETURN");
    function.setExportParameterList(export);
    catch (java.lang.Exception e) {
    e.printStackTrace();
    Jco conn from Java to others(ex:ABAP)
    =====================-==========
    • Open Visual Admin(C:\usr\sap\SID\JCxx\j2ee\admin\go.bat) and connect to server
    • Go to Destinations service
    • Open HTTP Settings Tab
    • Add/Edit destination SLD_DataSupplier and type following values
    URL – http://xyz.corp:53000
    Authentication - BASIC
    User – dynproxxx
    Password - bp52st000
    • Press save and test (if you get response code 200 everything is o.k.)
    • Add/Edit other HTTP Destination named SLD_Client with the same values as SLD_DataSupplier:
    URL – http://xyz.corp:53000
    Authentication - BASIC
    User – dynproxxx
    Password - bp52st000
    • Press save and test (if you get response code 200 everything is o.k.)
    • Go to SLD Data Supplier service.
    • Press the button named: Send the Data to SLD and confirm triggering SLD Data transfer (if you receive successful message everything is o.k.).
    ===================
    following blog might helpfull
    =======================
    /people/michal.krawczyk2/blog/2005/03/10/registering-a-new-technical-system-in-sld--abap-based
    for basic infor
    ==============
    http://help.sap.com/saphelp_nw04s/helpdata/en/21/84570b3ae14e77b3047c82218974b9/frameset.htm
    Award points if it helps

  • Oracle BI 11.1.1.7.1: Calling BI webservices from Plsql Procedure: ORA-29532: Java call terminated by uncaught Java exception: java.lang.NoClassDefFoundError

    Hi,
         I have a requirement of calling BI webservices from Plsql stored procedure. I generated all my wsdl java classes and loaded them into the database. However, when I tried to call one of my java class using stored procedure, it is giving me"ORA-29532: Java call terminated by uncaught Java exception: java.lang.NoClassDefFoundError".
    *Cause:    A Java exception or error was signaled and could not be
               resolved by the Java code.
    *Action:   Modify Java code, if this behavior is not intended.
    But all my dependency classes are present in database as java class objects and are valid. Can some one help me out of this?

    Stiphane,
    You can look in USER_ERRORS to see if there's anything more specific reported by the compiler. But, it could also be the case that everything's OK (oddly enough). I loaded the JavaMail API in an 8.1.6 database and also got bytecode verifier errors, but it ran fine. Here are the errors I got when loading Sun's activation.jar, which ended up not being a problem:
    ORA-29552: verification warning: at offset 12 of <init> void (java.lang.String, java.lang.String) cannot access class$java$io$InputStream
    verifier is replacing bytecode at <init> void (java.lang.String, java.lang.String):12 by a throw at offset 18 of <init> void (java.lang.String, java.lang.String) cannot access class$java$io$InputStream
    verifier is replacing bytecode at <init> void (java.lang.String, java.lang.String):18 by a throw at offset 30 of <init> void (java.lang.String, java.lang.String) cannot access class$java$io$InputStream
    verifier is replacing bytecode at <init> void (java.lang.String, java.lang.String):30 by a throw
    Hope this helps,
    -Dan
    http://www.compuware.com/products/devpartner/db/oracle_debug.htm
    Debug PL/SQL and Java in the Oracle Database

  • Java Exception: java.lang.NoSuchMethodError -while accessing Job Code Table

    Recently we upgraded tools from 8.51.03 to 8.52.12
    when try to open data from below navigation.
    Set Up HRMS--> Foundation Tables--> Job Attributes---> Job Code Table
    then getting below error. Seriously doubt if a jar file is missing in PS_APP_HOME/class. Any clue?
    Java Exception: java.lang.NoSuchMethodError: PeopleSoft.PeopleCode.Func.CreateSQL(Ljava/lang/String;[Ljava/lang/Object;)LPeopleSoft/PeopleCode/SQL;: during call of com.peoplesoft.hr.hr.cache.MetaCatalog.getObjectCatalog. (2,763) HCMD_CORE.metadata.ObjectCatalog.OnExecute Name:getJavaObject PCPC:1099 Statement:19
    Called from:HCMD_CORE.metadata.ObjectCatalog.OnExecute Name:FindJavaObject Statement:177
    Called from:HCMD_CORE.metadata.ObjectCatalog.OnExecute Name:FindObject Statement:212
    Called from:WCS_SOURCE.Implementation.EmployeeInformationImpl.OnExecute Name:GetRecordField Statement:67
    Called from:WCS_SOURCE.Implementation.EmployeeInformationImpl.OnExecute Name:CreateCache Statement:26
    Called from:WCS_SOURCE.Impleme
    The noted Java error was thrown during a call of the given method.
    Error Codes
    Java Exception: java.lang.NoSuchMethodError: PeopleSoft.PeopleCode.Func.CreateSQL(Ljava/lang/String;[Ljava/lang/Object;)LPeopleSoft/PeopleCode/SQL;: during call of com.peoplesoft.hr.hr.cache.MetaCatalog.getObjectCatalog. (2,763)
    Problem Category/Subcategory                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Not sure about 8.52, but in 8.51, I found the PeopleSoft.PeopleCode.Func class in PS_HOME/appserv/classes/peoplecode.jar, and CLASSPATH gets set to PS_HOME/appserv/classes by psconfig.sh
    Not an answer, but it might give you some ideas on where to look.
    Regards,
    Bob

  • Difference between AS Java and Java Add-in

    Hi Guys
    Can anybody explain me the exact difference between AS Java and Java Add-in? How can I identify a SAP ABAP system is installed with Java Add-in or AS java?
    Regards
    Dharmendra

    Hi,
    >and if usage is ECC/CRM etc then you go for dual stack installation.
    Wrong ! The official SAP advice is now to use dual stack only for the systems where it is not possible to do otherwise : PI and SOLMAN. Check the new ERP master guide.
    Personnally I would advice strongly to avoid dual stack systems for ECC/CRM or BI.
    We have a dual stack BI system (because at the time, SAP adviced it) but 2 years later we regret it a lot.
    Dual stack system are a mess to manage, administrate and patch.
    This is exactly what I call a "false good idea" !
    Regards,
    Olivier

Maybe you are looking for