Can WL 8.x be run on Linux on a zSeries?

Can WL 8.x be run on Linux on a zSeries? It appears that WL 9.0 can. Thanks!

The official list is here:
http://e-docs.bea.com/platform/suppconfigs/index.html
If your platform/release choice is missing, I'd suggest contacting [email protected]
-- Rob
WLS Blog http://dev2dev.bea.com/blog/rwoollen/

Similar Messages

  • Can the database which is running in linux 32 bit can be migrated to 64 bit

    can the database which is running in linux 32 bit can be migrated to 64 bit,while converting oracle ebs R12.1.1 in linux 32 bit to linux 64 bit

    Hi ,
    it seems like duplicate of the post:migrating database from 32 bit to 64 bit
    Your query is already answered by hussein in that post.
    -Rk

  • OBI SE One can run on Linux OS

    Hello,
    Can OBI SE One run on Linux? as i knew it can run on Windows only. Have any one can help me to answer. Thanks so much....<^_^>

    You can only create a windows executable using the windows version of the application builder.
    It will not run under linux (but might run on a windows emulator.)
    LabVIEW Champion . Do more with less code and in less time .

  • Can Forms designed in WIN NT environment be run on Linux ?

    Hi All,
    i have my applications in Forms6i under NT environment,can it be
    run on linux without making any changes. Please tell my how can
    i port this onto linux environment.
    Thanks
    Dabeer

    ... and they can also go back again !
    The biggest pain is that NT is case insentive and linux is case
    sensitive. It is very easy to develope under NT only to find
    nothing compiles under linux because a library has mixed case -
    my particular favourite is Ofgcall.pll (supplied from Designer)
    Steve

  • CVI applications can run in Linux ?

    Hello
    Ask: 1 in Windows to write CVI applications can run in Linux? And Linux must have the LabWindows/CVI 2010 Linux Run-Time module??
     The 2.Linux can support the CVI development environment?

    There is some sort of support for running applications on Linunx, even though you cannot directly run the IDE on it.
    Shortly, you will need to develop on Windows and then compile and run on Linux system. I don't know how easy is all this process as I only develop for Windows systems.
    A lot of informations can be found in this White Paper.
    The Linux Run-Time Engine is a module to be purchased separately.
    Proud to use LW/CVI from 3.1 on.
    My contributions to the Developer Zone Community
    If I have helped you, why not giving me a kudos?

  • Java running under linux with crontab

    I'm having a problem:
    i want to run a java program under linux with crontab.
    my classes are in a directory and aren't in a package. i run em by invoking ./start which is a small script that i wrote. The script is in the same dir as the classes and invokes java by "java Main >>logjava.txt " but this doesn't seem to work all i get is an empty logfile
    i need to run the program every day at 0800 so i inserted the following in crontab:
    0 8 * 1-5 /var/"path"/start > logjava (where path is the path to the classes dir)
    if i run the cmdline from anywhere on the prompt i get the result i want. I think it's because the cron runs it from the root dir thus making java unable to find the classes
    Any suggestions would be welcome. or can some1 tell me how to make linux executables from the java (i usually use jsmooth for the windows exe)

    You can execute several commands in the process started by cron. You separate them using semicolons.
    Have you tried a cron entry like this:
    0 8 * 1-5 cd /var/"path";pwd;echo $PATH; ./start > logjavaOr, you may need to make sure the process started by cron gets the same environment as your interactive shells do, by explicitly loading your setup or .login scripts:
    0 8 * 1-5 . $HOME/.setup;cd /var/"path";pwd;echo $PATH; ./start > logjava

  • Loss of keyboard focus in Java appl running under linux

    I have a small sample program that replicates my problem. When this program is run a window is created. If you select File->New another instance of the program window is created. Now if you try to go back and bring to front the first window, keyboard focus is not
    transferred when run under linux. You can only type in the second window. The expected behavior does happen in Windows.
    > uname -a
    Linux watson 2.6.20-1.2933.fc6 #1 SMP Mon Mar 19 11:38:26 EDT 2007 i686 i686 i386 GNU/Linux
    java -versionjava version "1.5.0_11"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_11-b03)
    Java HotSpot(TM) Client VM (build 1.5.0_11-b03, mixed mode, sharing)
    javac -versionjavac 1.5.0_11
    import java.awt.event.*;
    import javax.swing.*;
    class SwingWindow extends JFrame {
        SwingWindow() {
         super("SwingWindow");
         JMenuBar menuBar = new JMenuBar();     
            JMenu fileMenu = new JMenu("File");
            JMenuItem newItem = new JMenuItem("New");
            newItem.addActionListener(new ActionListener() {
                public void actionPerformed(ActionEvent event) {
              SwingWindow.createAndShowGUI();
         fileMenu.add(newItem);
            menuBar.add(fileMenu);
            setJMenuBar(menuBar);
            setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE);       
         JTextField text = new JTextField(200);
         getContentPane().add(text);
         pack();
         setSize(700, 275);
        public static void createAndShowGUI() {
            JFrame frame = new SwingWindow();
            frame.setVisible(true);
        public static void main(String[] args) {
            javax.swing.SwingUtilities.invokeLater(new Runnable() {
                public void run() {
                    createAndShowGUI();
    }

    You can implement the FocusListener interface. When
    the first JFrame gains focus, call
    text.requestFocusInWindow(). I hope this helps.The call requestFocusInWindow is not helping, perhaps even making it worse.
    The problem seems to be that I am in the situation where the call
    KeyboardFocusManager.getCurrentKeyboardFocusManager().getPermanentFocusOwner()
    is returning the expected Component. The problem is that the KeyListener class that is registered with the Component is not being called when a key is being pressed.
    The issue is that I have a component that has the keyboard focus, but the KeyListener class
    is not responding.
    This seems to be a linux only problem which makes it only mysterious.

  • How do I install the latest version of Firefox on my Acer Aspire One running Linpus Linux Lite?

    I have an Acer Aspire One Netbook. It runs "Linpus Linux Lite" OS. It came with Forefox 2 installed. I have searched the web for advice on how to upgrade to Firefox 3.5.
    I had a go at it, I have now lost Firefox 2, but failed to install a later version.
    Can someone tell me how t0 get either Firefox 2 back, or better still, unstall Firefox 3.5?
    I should say that I'm a novice so I need really basic instructions.
    If this plea for help doesn't work, I'll take my netbook to my local PC chap & ask for Windows to be installed on it!
    Thanks.

    See here:
    http://linuxforums.org.uk/netbooks/install-firefox-5-on-an-acer-aspire-one-running-linpus-lite-linux/
    for instructions on how to install Firefox 5 on an Acer Aspire One running Linpus Lite Linux.

  • HT5639 Can I use Boot Camp to install Linux on my MacBook Pro?

    Can I use Boot Camp to install Linux on my MacBook Pro?

    Welcome to the Apple Support Communities
    Boot Camp wasn't designed to install Linux. Apart from that, the Boot Camp version included in OS X Mountain Lion will ask you to insert a Windows 7 or Windows 8 DVD in order to run Boot Camp, as far as I know.
    Apple doesn't support Linux on Macs, but it works properly on Macs. There are a lot of how-to's in the Internet about the steps to install Linux and the different possibilities you have. Also, what distribution do you want to install on the computer? You should also consider the option to install Linux on a virtual machine

  • Problem with downloading a PDF file from a webserver run on Linux

    Hi,
    I've written a simple functionality that manages file attachments.
    Everything works fine (attaching, downloading, deleting) when the webserver runs on Windows.
    However when I deployed the code to the Resin webserver run on Linux and use the Win browser to connect to the app, the downloading of PDF file doesn't work (uploading and downloading of txt, doc, xls, jpg files is OK).
    The downloaded PDF file is almost twice as big as original (~28KB when original is ~12KB) and it can't be open.
    I guess it is the problem of writing to the output stream of HttpServletResponse but I can't localize the problem.
    Here is the code I use for downloading file:
    private boolean downloadFile(HttpServletResponse response, String filePath,
                   String originalFilename) {
         File file = new File(filePath);
         String contentType = URLConnection
                   .guessContentTypeFromName(originalFilename);
         // If the content type is unknown set the default value.
         if (contentType == null) {
              contentType = "application/octet-stream";
         BufferedInputStream input = null;
         BufferedOutputStream output = null;
         try {
              input = new BufferedInputStream(new FileInputStream(file));
              int contentLength = input.available();
              response.reset();
              response.setContentLength(contentLength);
              response.setContentType(contentType);
              response.setHeader("Content-disposition", "attachment; 
                           filename=\""+ originalFilename + "\"");
                output = new BufferedOutputStream(response.getOutputStream());
              int bufSize = 10000;
              byte[] buf = new byte[bufSize];
              int bytesNo = 0;               
              while ((bytesNo = input.read(buf, 0, bufSize)) != -1) {
                   output.write(buf, 0, bytesNo);
              output.flush();
              input.close();
              output.close();
         } catch (IOException e) {
              log.debug(e.getMessage());
              e.printStackTrace();
    }Can you point any problem?
    Thanks in advance,
    Ala

    matali wrote:
              int bufSize = 10000;
              byte[] buf = new byte[bufSize];
              int bytesNo = 0;               
              while ((bytesNo = input.read(buf, 0, bufSize)) != -1) {
                   output.write(buf, 0, bytesNo);
    This piece is completely wrong and doesn't work for files bigger than 10000 bytes. Replace it by
    byte[] buffer = new byte[10240]; // 10KB exactly.
    int length = 0;
    while ((length = input.read(buffer)) > 0) { // Read next 10KB of input to buffer.
        output.write(buffer, 0, length); // Write specified length of buffer to output.
    }Or just use output.write(input.read()) in a loop of the contentLength as you're alredy using BufferedInputStream/BufferedOutputStream.
    Another thing, the method is declared to return a boolean, but it actually doesn't? I would just let it throw an exception in case of failure instead of returning a boolean and let the calling method handle the exception.

  • Will a parser be running on Linux?

    I'm sorry.. I have a poor english....
    Will XML parser be running on Linux?
    null

    Jeong-Taek Lee (guest) wrote:
    : I'm sorry.. I have a poor english....
    : Will XML parser be running on Linux?
    If you have a JavaVM on your Linux,
    you can run the Oracle XML Parser for Java there.
    Otherwise you can use our C or C++ version.
    Steve Muench
    Oracle XML Team
    http://technet.oracle.com
    Oracle Technology Network
    null

  • BETA TEST - Oracle softwares running on Linux S/390

    I have Infrastructure to start Test Oracle running on Linux
    S/390 I'd kile to know how we can receive Beta Test to perform
    test with my customer application. I have short time to do this.

    I have Infrastructure to start Test Oracle running on Linux
    S/390 I'd kile to know how we can receive Beta Test to perform
    test with Linux environment under S/390.

  • S10e -- Can I install Windows XP onto my Linux-Netbook and same way Linux on Windows Netbook?

    Hello all,
    I wanna buy a S10e and I still have one question:  
    Can I install Windows XP onto my Linux-Netbook and same way Linux on my Windows Netbook?
    I wanna use Suse for all my net applications and still wanna Windows for just old games running on a long trip as flights ect..
    Is it possible? Install booth?
    Thanks 
    Message Edited by ykin on 01-24-2009 12:43 PM

    Boot Camp will only let you install onto an internal disk. This is largely because of Windows restrictions, not Mac OS restrictions. The beta thread has some supposed approaches to let you do this, using manual steps instead of using Boot Camp Assistant.
    Doug

  • Print /add logo in reports 10g which is running in linux

    hi
    i want to print /add logo in reports 10g which is running in linux environment and want to change logo programmatically.
    how can i achieve this
    reports version is Report Builder 10.1.2.0.2

    Hi Thanesh,
    There are two possibilities either create a 'Z' one or go through standard one. I prefer you to try the standard one.
    Have a look on this link.
    [Add logo in PE51;
    Hope this will solve your problem.
    Regards,
    Gaurav

  • Opening a Powerpoint in JSP and run under Linux

    Hi,
    I need to have a JSP page that provides a link to open a powerpoint file and this JSP is to be run under Linux. When I try to click on the link in Linux to open the powerpoint, it gives me a lot of junk characters. Can somebody please help mi, thanks a million!

    You have the mimetype for the HTTP response set to something other than what will make the browser start a powerpoint viewer and direct the content of the HTTP response to it.
    In your jsp use the setHeader(String key,String key) method to set the value of "Content-Type" to the mimetype for powerpoint.
    Of course the users must have browsers that are configured to launch a powerpoint viewer or plug-in. If you provide the correct mimetype and peoples browsers desn't have this, then they will get the "save to file" dialog box.

Maybe you are looking for

  • HP LaserJet 1012 won't print in Leopard

    I have a HP LaserJet 1012 (probably 3 or so years old) connected to my iMac (2.16GHz 20") via USB ... it worked like a champ under 10.4 and still works like a champ under Windows XP (via BootCamp) ... but it seems as soon as I moved to Leopard, the p

  • Problem in moving database to new host

    Hi, I'm moving database from linux to windows and it perfectly moves as there is no endian formate issue between two OS. Now my problem is when I run below script RUN SET NEWNAME FOR DATAFILE 1 TO 'C:\app\Administrator\oradata\orcl\system01.dbf'; SET

  • Finder unstable - keeps hanging and not showing files in folders

    I recently upgraded to Yosemite and am running 10.10.2.  Since then, I've been having weird Finder problems.  The weirdness includes the Finder hanging when trying to open or place a file in a program, the Finder not displaying files within folders,

  • Ssh problem on VM Server 2.1.2

    I've been having problems with random backup failures recently. These are implemented using ssh within a script running on an OEL5.2 server. Having done various, tests I've narrowed it down a bit and the following simple script run on the VM Server i

  • The best version of Safari in the version 3 ?

    When I upgraded 10.4.8 to 10.4.11 two years ago, I believe all I did was just download from Apple, install -restart. I don't remember doing any archive/install or things that take 1 hour or so to do. Is it that simple ? Also, I did upgrade directly f