Plain J2Se can be installed on Xis erver?

can I install plain J2SE adapter on the same Xi server as I installed the Adpater Framework?
Thanks,
Bhaskar

Bhaskar,
That is correct. SDM will not start since it tries to access the same port 5<sysnumber>18. But it does not mean that you need to use the same folder. Instead, you could stop the SDM, and once your installation is complete you could restart the one which is running under XI process.
I have done this about a year and half ago and it worked fine.
regards
SKM

Similar Messages

  • Installation and then Configuration of Plain J2se Adapter Engine

    Hi All,
    Actually we want to use JMS Adapter for that we had installed Plain J2SE Adapter Engine but after installing and following the initial steps of Adapter.pdf we are not able to access the Adapter Engine through URL.We are using the URL http://<hostname>:8200/MessagingSystem/receive/AFW/XI
    this URL is there in our SLD but we are not able to access the page.
    So Please can somebody help me to resolve this issue.
    Thanks & Regards
    Sathya

    Hi Amol,
    I am trying to send read data from MQSeries using JMS adapter. We are successful in opening the Adapter Engine  and the GUI. We have cofigured the adpter as follows. But when we try to restart the adapter to get the changes get saved we are getting the following error
    <b>"ERROR CALLING THE RESTART ADAPTER"</b>
    Also status is shown is yellow and version is shown as not set.
    Where ever I have changed the configuration data I have shown it in bold
    JMS-Adapter Configurarion
    This Configuration is a sample for a JMS sender channel (inbound, sends to XI IS)
    Set XI message protocol version. This sample is designed for XI 3.0
    version=30
    JMS message receiver class
    classname=com.sap.aii.messaging.adapter.ModuleJMS2Transport
    set if a transacted JMS Session should be used (default: true)
    #JMSSession.sessionTransacted=false
    set delay in milliseconds before processing next message after an error (default: 0)
    errorDelay=10000
    #set delay in milliseconds before trying to reestablish the JMS Connection after a connection error (default: -1 (do not try to reconnect))
    #reconnectDelay=10000
    set the Message Formats you want to process (Formats only needed if they can not be evaluated at runtime)
    TransportMessage Type can be set to TransportMessage of XMBMessage. It is used for sending and receiving Transport and XMBMessages
    #TransportMessage.type=TransportMessage
    TransportMessage.type=XMBMessage
    uncomment and adjust parameters for Transformation Type (Binding of JMS-Transport Message),
    insert your class here for an individual binding between JMS and Transport Message
    uncomment the following line for using Bindings that belong to Tunneling
    #transformClass=com.sap.aii.messaging.adapter.trans.JMSTunneling
    uncomment the following line for using Bindings that belong to Single Payload Binding
    transformClass=com.sap.aii.messaging.adapter.trans.JMSSinglePayloadBinding
    ID Garbage Collector: For EO(IO) handling XI adapters store the JMS/XI message ID's in the ID logger
    Uncomment the following lines and change the default values if you recognized "out of memory" problems due to
    very large ..\tech_adapter\Data\*_ID.dat files which will be kept in the memory as well
    eoExpirationAfterDays is the period of keeping the message ID in days. Afterwards the message ID might be used again
    garbageCollectorInterval is the period in milliseconds when the ID garbage collector is started. It will however only
    be started if messages are exchanged otherwise ID logs won't be created anyway
    eoExpirationAfterDays=365
    garbageCollectorInterval=86400000
    <b>#
    the following parameters are used in some Bindings that belong to Single Payload Binding needing XMBHeader Information
    uncomment and adjust parameters according your requirements. Please note, that the party identfier needs not to be
    configured in case of A2A scenarios.
    #XI.SenderParty=Sender
    XI.SenderService=MQSeries
    #XI.ReceiverParty=Receiver
    XI.ReceiverService=MTX
    XI.InterfaceNamespace=http://xitest
    XI.Interface=MI_Out_File
    XI.TraceLevel=1
    XI.LoggingLevel=1
    XI.QualityOfService=EO
    XI.QueueId=ABCD
    XI.ContentType=text/xml
    #</b> *************************************************************************************************************
    <b>#
    URL of XI IS to send the messages to
    XI.TargetURL=http://bwxi:50000/sap/xi/engine?type=entry
    XI.User=XIAF
    XI.Password=XIPASS
    #</b> *************************************************************************************************************
    URL of file adapter if a loopback JMS to File should be configured
    XI.TargetURL=//localhost:8210/file/receiver
    <b># uncomment the following settings if needed (independent on JMS provider)
    JMS.QueueConnectionFactoryImpl.user=xisuper
    JMS.QueueConnectionFactoryImpl.password=xxx
    #</b>
    uncomment and adjust parameters for loading JMS administrated objects via JNDI
    uncomment and adjust parameters if not the default context should be used
    #JNDI.InitialContext.property.1=java.lang.String {javax.naming.Context.INITIAL_CONTEXT_FACTORY}, java.lang.String com.sap.engine.services.jndi.InitialContextFactoryImpl
    #JNDI.InitialContext.property.2=java.lang.String {javax.naming.Context.PROVIDER_URL}, java.lang.String localhost:50004
    #JNDI.InitialContext.property.3=java.lang.String {javax.naming.Context.SECURITY_PRINCIPAL}, java.lang.String Administrator
    #JNDI.InitialContext.property.4=java.lang.String {javax.naming.Context.SECURITY_CREDENTIALS}, java.lang.String sap
    set the Lookup Names
    #JMS.JNDILookupNameQueueConnectionFactory=jmsfactory/default/joetest
    #JMS.JNDILookupNameQueue=jmsQueues/default/sapDemoQueue
    uncomment and adjust parameters for loading JMS administrated objects from filesystem ***
    #JMS.FileNameQueueConnectionFactory=SAPQueueConnectionFactory.ser
    #JMS.FileNameQueue=SAPQueue.ser
    uncomment and adjust parameters for creating SonicMQ JMS administrated objects ***
    JMS.QueueConnectionFactoryImpl.classname=progress.message.jclient.QueueConnectionFactory
    JMS.QueueConnectionFactoryImpl.constructor=java.lang.String localhost:2506
    JMS.QueueImpl.classname= progress.message.jclient.Queue
    JMS.QueueImpl.constructor=java.lang.String SampleQ1
    <b># uncomment and adjust parameters for creating MQSeries JMS administrated objects ***
    JMS.QueueConnectionFactoryImpl.classname=com.ibm.mq.jms.MQQueueConnectionFactory
    JMS.QueueConnectionFactoryImpl.method.setHostName=java.lang.String BWXI
    JMS.QueueConnectionFactoryImpl.method.setChannel=java.lang.String JAVA.CHANNEL
    JMS.QueueConnectionFactoryImpl.method.setTransportType=java.lang.Integer {com.ibm.mq.jms.JMSC.MQJMS_TP_CLIENT_MQ_TCPIP}
    JMS.QueueConnectionFactoryImpl.method.setQueueManager=java.lang.String QM_BWXI
    JMS.QueueImpl.classname= com.ibm.mq.jms.MQQueue
    JMS.QueueImpl.constructor=java.lang.String postcard
    JMS.QueueImpl.method.setTargetClient=java.lang.Integer {com.ibm.mq.jms.JMSC.MQJMS_CLIENT_NONJMS_MQ}
    #</b> *************************************************************************************************************
    uncomment and adjust parameters for using a dispatcher ***
    #Dispatcher.class=com.sap.aii.messaging.adapter.ConversionDispatcher
    #Dispatcher.namespace=namespace1
    #namespace1.ConversionDispatcher.logPayload=true
    #namespace1.Service.1=Plain2XMLService
    #namespace1.Plain2XMLService.class=com.sap.aii.messaging.adapter.Conversion
    #namespace1.Plain2XMLService.xml.conversionType=SimplePlain2XML
    #namespace1.Plain2XMLService.xml.processFieldNames=fromConfiguration
    #namespace1.Plain2XMLService.xml.fieldNames=a,b,c
    #namespace1.Plain2XMLService.xml.fieldSeparator=;
    #namespace1.Service.2=XSLTService
    #namespace1.XSLTService.class=com.sap.aii.messaging.adapter.XSLTConversion
    #namespace1.XSLTService.XSLTConversion.XSLTFileName=Data/DemoConversion.xsl
    Can you please help me in resolving the error.
    Regards,

  • Registering Plain J2SE adapter in IS

    Hi,
    I've been trying to use plain J2SE file adapter as receiver with no luck.
    I've installed plain J2SE adapter on a windows 2000 server called <b>tgrpser1</b>, and XI is on another Windows 2000 server <b>tgrpserxi</b>.
    SLDAccessor service is started with no error in  <b>tgrpser1</b>.
    When go to the SLD, the adapter engine shows up in the XI technical system but when I go to the Integration Directory to configure a file adapter as receiver for <b>tgrpser1</b>, the <b>Adapter Engine</b> has one value <b>Integration Server</b>.
    Please help...
    Thanks

    I think I should it put this way.
    I have a plain J2SE adapter engine running on <b>tgrpser1</b> (it is not an FTP server), I've copied the <b>file_receiver</b> adapter to <b>rec_File_adapter</b>.
    If the scenario is RFC -> XI -> File (on <b>tgrpser1</b>), how can I specify the <b>rec_File_adapter</b> in Integration Directory.
    If I am not correct, what is the use of plain J2SE adapter engine <b>file_receiver</b> ?
    Thanks

  • Problem: Plain J2SE Adapter Engine

    Hello,
    I have installed the Plain J2SE Adapter Engine.
    On the Adpater Engine running a SOAP Adapter.
    When i try to test the Adapter i become following error Message:
    java.net.ConnectException: Connection refused: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(Unknown Source)
         at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
         at java.net.PlainSocketImpl.connect(Unknown Source)
         at java.net.Socket.connect(Unknown Source)
         at java.net.Socket.connect(Unknown Source)
         at java.net.Socket.<init>(Unknown Source)
         at java.net.Socket.<init>(Unknown Source)
         at com.sap.aii.messaging.net.ClientHttpImpl.call(ClientHttpImpl.java:146)
         at com.sap.aii.messaging.adapter.SinglePayloadClient.doPost(SinglePayloadClient.java:222)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.aii.messaging.adapter.Zone.service(ModuleGUIBrowserEngine.java:1073)
         at com.sap.aii.messaging.adapter.HTTPRequest.run(ModuleGUIBrowserEngine.java:371)
    any idea?
    Regards,
    Robin

    Hi Stefan,
    SOAP Adapter module settings:
    Bubble adapter java class
    classname=com.sap.aii.messaging.adapter.ModuleBubble
    This adapter instantiates a bubble bag for supporting
    a xmb web service gateway. A bubble bag is a collection of Bubble
    instances that form some processing chain of message objects.
    Below parameter Bubble.Helper specifies the helper class that implements
    the ModuleBubbleHelper interface. This class is used to instantiate
    a bubble bag for this adapter.
    Sets the bubble module helper that can instantiate your bubble bag
    Bubble.Helper=com.sap.aii.messaging.adapter.ModuleBubbleHelperXMBWSImpl
    #$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
    Below this line are the parameters specific to the ModuleBubbleHelperXMBWSImpl
    #$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
    The configuration of this helper class is divided in two parts. The first part
    specifies the adapter configuraton for Web-Service clients communicating with an
    XMB server. The second part specifies the configuration for XMB clients
    communicating with a WebService server. Either one or both parts can be configured
    in a single configuration file.
    Part 0 (FromWS and ToWS) : common part ######
    Keeps the XMB headers in web service messages
    XMBWS.KeepHeaders=true
    Keeps the attachments in web service messages
    XMBWS.KeepAttachments=false
    Encodes the xmb headers into a special HTTP header string x-xmb_ws_encoded
    XMBWS.UseEncoded=false
    Part 1 (FromWS) : WS clients to XMB server ######
    The target URL of XMB broker, to which the adapter sends XMB messages.
    XMB.TargetURL=http://netweaver:8000/sap/xi/engine?type=entry
    The port and path where the adapter waits for web service messages from clients.
    XMBWS.WSPort=4444
    XMBWS.WSPath=/soap/start
    The following XMB attributes are used to fill default XMB messages.
    XMB.SenderBusinessSystem=MOS_BS
    XMB.SenderInterfaceNamespace=ns:moskau
    XMB.SenderInterfaceName=MOSOut
    XMB.QualityOfService=BE
    now i have an other error message.
    com.sap.aii.messaging.net.TransportException: HTTP 500 Internal Server Error
    http-Response:
    content-type: text/xml
    content-length: 349
    content-id: <[email protected]>
    <SOAP:Envelope xmlns:SOAP='http://schemas.xmlsoap.org/soap/envelope/'><SOAP:Body><SOAP:Fault><faultcode>SOAP:Server</faultcode><faultstring>com.sap.aii.messaging.srt.BubbleException: Can't call the endpoint; Exception raised by com.sap.aii.messaging.net.TransportException: Content-Type not set</faultstring></SOAP:Fault></SOAP:Body></SOAP:Envelope>
         at com.sap.aii.messaging.net.ClientHttpImpl.call(ClientHttpImpl.java:337)
         at com.sap.aii.messaging.adapter.XMBTestClient.doPost(XMBTestClient.java:236)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.aii.messaging.adapter.Zone.service(ModuleGUIBrowserEngine.java:1073)
         at com.sap.aii.messaging.adapter.HTTPRequest.run(ModuleGUIBrowserEngine.java:371)

  • Installation Failed The installer can't install some files in "/".

    The full message is
    Installation Failed! The installer can't install some files in "/". Contact the software manufacturer for assistance.
    I first received this message when trying to upgrade Pro Tools from 8.0 to 8.0.1 a prerelease for snow leopard. I tried numerous things such as repairing permissions, as well as some pro tools specific things and to no avail. Still got the same error message.
    So then I tried completely uninstalling and deleting all things pro tools from my computer. After a clean uninstall and removing all traces of pro tools I proceeded to try and re-install pro tools from my pro tools 8 disk. About a minute into the process I get the EXACT same error message.
    I know this issue has been going on since even before snow leopard. I really need to get pro tools installed and running again or at least be able to get the program installed. I've isolated pro tools out of the mix because its been several different installers and even an installer from a dvd. I know this is a Snow Leopard or plain OS based problem. I have repaired permissions, created a brand new user, wiped clean and started over. I don't know anything else to do. PLEASE HELP???!!!

    Hi Dean@mac & welcome to the forums...
    Any specifics why it wants to install to / instead of Applications, as an example?
    Seen these threads yet?
    http://discussions.apple.com/search.jspa?search=Go&q=pro+tools
    One thing to help investigate the issue is to create a new user just for testing that is stock with no add-on's etc., then login there and try to install. If it works there you can bet there is something unique to your original account that is borking that install - otherwise the issue is most likely global to your system and you might be out of luck until/unless a reportedly qualified version becomes available, etc.
    Good luck in any case.

  • "Performance" problems with the File adapter on Plain J2SE Adapter Engine

    Hi,
    At the moment I'm on a customer side to solve some XI issues for a few days. One of the issues is the performance of the Plain J2SE Adapter Engine, using the file adapter to transfer XML messages(already XI message format) from the legacy system to the Integration Engine. The File adapter has to deal with "large" XML messages(max at the moment is 65 Mb) and the engine fails with the following error when transferring the big XML file: "ERROR: Finished sending to Integration Engine with error "java.lang.OutOfMemoryError". Skip confirmation and quit this loop".
    As far I got the information from the customer the memory use of the Plain adapter engine is set to 512Mb. This is maybe to low. But I don't know where to look for this, I only have the adapter web interface in front of me, no access to the OS it self via for example remote connection.
    On the Integration Engine I know there is the ability to split large message with the file adapter(File Content Conversion), but I don't know this for the Plain Adapter Engine. Is there a possibility to do this also on the Plain Adapter Engine?
    Thanks in advance for any input.
    Greetings,
    Patrick

    Hi Sameer,
    Thanks for your answers.
    On the first solution, yes that is possible, we first decided to see if the legacy system can do the splitting, before starting developing a Java program.
    On the second solution, as far as I know is this solution possible on the Integration Engine. But we are facing the problems on the Plain J2SE Adapter Engine. I went trough that documentation(link:
    http://help.sap.com/saphelp_nw04/helpdata/en/6f/246b3de666930fe10000000a114084/frameset.htm ), to look for I similiar solution in the Plain Adapter Engine. So my question is, is this possible with the Plain Adapter? And if so, what kind of parameters I need to use to achieve this.
    Regards,
    Patrick

  • Pages not loading properly and can't install add ons

    After installing the Firefox 29 on Windows 7, the mozilla's site and add-ons page do not load properly. Some problem as shown in https://support.mozilla.org/en-US/questions/992362 and tried all the steps but still doesn't work.

    I've got exactly the same problem on both v 29 and 30. The thing is, my desktop computer is fine, my BRAND NEW laptop, stripped of ALL it's HP crapware and just using MSE, can display ANY webpage ok EXCEPT anything to do with Mozilla Firefox add-ons, AND the browser can't install any add-ons. I've tried all the usual banal "fixes", including switching off hardware acceleration, but all I get is plain-text for the pages as per sample, and no install of add-ons themselves. Again, note that this is ONLY a problem on the laptop, not on my desktop. They are both plugged into the same router (both through LAN / ethernet), and so therefore they should both work properly. I don't want to hear any stupid suggestions about formatting and re-loading. Just damn-well fix it, please! I've already wasted more than an hour of my very valuable time on this ridiculous problem. And yes, I've even uninstalled Flash 14 just in case (even though Flash 14 is on my desktop and not causing any problems - yet).

  • Plain J2SE vs DAE vs AEX

    Hi PI/PO experts,
    I was always having some questions on the topic in the title here though I have been working on them and know some use cases of each of them individually, I still wanted to get more insight into this topic which would help me in decision making sometimes.So please can someone explain me two things:
    1. Plain J2SE vs DAE vs AEX
    2.Is plain J2SE anymore needed having AEX in place now ?
    Also I have read on one of the blogs that J2SE has its use in Point of sales scenarios.Please explain.
    Thanks much for all your expert answers on this.
    Thanks & Regards,
    Harish.

    Hi,
    >>>1. Plain J2SE vs DAE vs AEX
    Plain J2SE
    small exe files for adapters
    DAE = AEX as of 7.3
    >>>2.Is plain J2SE anymore needed having AEX in place now ?
    no, plain J2SE is still evolving
    >>>>Also I have read on one of the blogs that J2SE has its use in Point of sales scenarios.
    imagine having 10.000 stores in many countiries for one interface
    do you want to have 10.000 communication channels in PI ?
    or give each show a nice small exe file with adapter and they can send messages
    to one interface ?
    Regards,
    Michal Krawczyk

  • HT1911 can't install app as apple Id has been disabled

    Can't install app as while instaling app I get the message apple ID has been disabled.

    There is a difference between plain 'disabled', and 'disabled for security reasons'.
    Contact iTS, let them know the Apple ID that is giving you that message so they can check into it.
    iTunes Store Support
    http://www.apple.com/emea/support/itunes/contact.html

  • TargetFilename = SourcefileName in Plain J2SE adapters

    Hi All,
    We are working on PlainJ2SE adapters Both for sender and Receievr systems are configured by Plain J2SE adapterEngine.
    Here we need to get the TargetFilename = SourcefileName
    at the receievr end.
    Can anyone suggest me how to configure this in adapters?
    Thanks,
    Kalyan.

    Hi Kalyan,
    Have you developed your own j2se adapter. Are you follow Adapter development frame work.
    Refer this link for Adapter development.
    http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm
    Thanks,
    RamuV

  • I have mac os x 10.6.8. The system preferences doesn't show java at all. How can I install java please?

    Hi! 
    I have mac os x 10.6.8. The system preferences doesn't show java at all. How can I install java please?

    Don't change your story now. You did not say through Apple, you first gave a link to this site,
    http://www.java.com/en/download/apple.jsp
    You said, "Go there and download the latest version of Java"
    that plainly says,
    "Mac OS X Version 10.6 and below
    Use Software Update available on the Apple menu to check that you have the most up-to-date version of Java 6 for your Mac."
    This corroborates me saying that Java for Mac OS 10.6 is done through Software Update, no where else.
    If any Mac OS 10.6 user does not have Java on their Mac, they get it from Apple just as the link you provided shows it is from Apple. Not Oracle. You have provided the evidence that plainly contradicts yourself.
    This is your second link that is to Apple.
    http://support.apple.com/kb/DL1573
    Just to go over this again. Software Update not only updates Java to the latest, but if Java does not exist at all, SU will install it from scratch. And in doing so will be the latest version.
    Providing a link to Oracle's site is useless information that does not get Java installed on a Mac running 10.6.
    Message was edited by: roam

  • Can't install CS3 from discs on my iMac

    With the "application" disc in the computer, it will start running the install.  Then it stops, spits out the CD and asks for the Adobe ExtendScript Toolkit 2 disc.  Where is that?  Be nice if the discs were labeled plainly!
    I went online, found that application, downloaded it, burned a disc and tried installing again.
    Once again, it stops and asks for the Toolkit, but when I put in my burned disc it tells me that I can't install two things at the same time.
    I'm going quite nuts.  I need to be able to run the programs that I PAID FOR but CAN'T INSTALL.  Help me please!!!!

    don't burn a disk. just install from the installation files like they were designed to be used.
    Downloads available:
    Suite:  CC | CS6 | CS5.5 | CS5 | CS4 | CS3
    Acrobat:  XI, X | 9,8
    Premiere Elements:  12 | 11, 10 | 9, 8, 7
    Photoshop Elements:  12 | 11, 10 | 9,8,7
    Lightroom:  5 | 4 | 3
    Captivate:  7 | 6 | 5
    Download and installation help for Adobe links:  https://helpx.adobe.com/download-install.html
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • Can we install OC4J R3 on top of 9iAS R2 Enterprise Edition

    Can we install the OC4J R3 on top of 9iAS R2 Enterprise Edition?
    We were able to install the OC4J R3 on top 9iAS R1 EE, but not on 9iAS R2 EE, any clues on this?
    Thank you
    H.M.Mallik

    ummm I assume that we can not easily upgrade OC4J from 9.0.2 to 9.0.3 in an Oralce 9iAS App Server R2 Enterprise Edition, but is there any workaround for this? bcas we want to use the advanced features of OC4J 9.0.3 relese and want to use the JAAS/JAZN with SSO that is supported by 9iAS EE R2. Or can we use the JAZN/LDAP/OID just with plain OC4J ?
    Thank you
    H.M.Mallik
    OC4J is tightly integrated with Oracle9iAS and is also used internally Oracle9iAS to provide basic services e.g. EM, Portal, Wireless, etc. and is tested by Oracle and for that reason you can just upgrade the OC4J inside Oracle9iAS. There will be production of Oracle9iAS 9.0.3 (J2EE-Webcache edition) that will have production release of OC4J 9.0.3 and this will be sometime next month.
    regards
    Debu

  • Can we Install Oracle JDeveloper 10.1.2.1.0 on windows 7?

    Hello,
    Can we install Oracle JDeveloper 10.1.2.1.0 on windows 7? I tried to run copy of JDeveloper on windows 7, few features were not able to view or run. For example, few items in menus were not appearing. On clciking on view, the tree sturcture on left side was not expading.
    Is there any other way so that i can run my JDeveloper 10.1.2.1.0? Plz help me

    You can try installing the newer version of JDK1.5, you can get it from
    http://java.sun.com/products/archive/j2se/5.0_22/index.html
    then, once you have installed it, rename ${JDEVELOPER_HOME}\jdk to ${JDEVELOPER_HOME}\jdk_old, and put your newly installed jdk in ${JDEVELOPER_HOME}\jdk
    I resolved some problems doing that with my windows 7 and JDeveloper. Problems are caused by Aero.
    Hope this helps
    Joseba

  • Can't install JDK1.3

    When I do "java -version" I see following message
    Kaffe Virtual Machine
    Copyright (c) 1996-2000
    Transvirtual Technologies, Inc. All rights reserved
    Engine: Just-in-time v3 Version: 1.0.6 Java version: 1.1
    I know that that 1.0.6 is way too old and I need 1.3. So I downloaded j2sdk_1_3_1_xxx from java.sun.com, and I have installed the rpm. Now when I do :"java -version" I see the same string as above, and my jave is still 1.0.6!
    How come? What did I do wrong? By the way, when I do "rpm -q jdk" I see "jdk-1.3.1-xx" and I know that it's installed somewhere.. but just not activated!!!
    If you could help me out, please please let me know!

    Sorry, I don't use linux so I can't tell you. But you can look here for instalation instructions:
    http://java.sun.com/j2se/1.3/install-linux-sdk.html

Maybe you are looking for

  • Unity 7 Voice Mail Message Details

    Just wondering if there is a tag in the message that a Unity Administrator can retrieve in order to find out if the message was delivered with an Automated FWD with a future date and time. We had one user reported that they received an old test messa

  • Problem with 2nd iPod

    My 80 gig iPod was full, so I bought a 160gig. I just kept the 80 gig one with the songs on it and just recharged it. When I tried to re-sync it I was told 1 iPod per iTunes library. I tried anyway by just checking songs to be synced. Now my 80 gig i

  • Is this possible in a single query?????

    While I don't think this is possible in a single query, I definately don't have the background the experts here have.  I have a request to identify all shipments in a period/range of periods that have a payment transaction.  For those shipments, the

  • Which software pairs best with MobileMe for video chat?

    I am in the US and want to chat with someone in Europe. I have a MobileMe account but he does not; he has Skype, but I do not. We both have Macs. Before one or both of us downloads big programs, can someone recommend which software pairings seem to w

  • Lightroom 4 won't open.

    Lightroom 64-bit on Windows 8.1 won't open. I get the following error message: "The application has failed to start because its side-by-side configuration is incorrect. Please see the application even log or use the command-line sxstrace.exe tool for