Gui710 for java rev7 run in ubuntu(linux os)

hello,
I install the gui 710 for java rev7 in ubuntu(linux) whose java version is sun java Version 6 Update 11 . I can only run the guilogon and start graphic window in the command mode, but can not start graphic window when double click the guillogon icon in start menu. can you give me any solutions?

It sounds to me that your gnome-terminal uses different environment variables than your shell (bash/csh/..).
Please try the following:
(1) create a file in the /?/SAPGui/bin directory called guilogon_local
(2) The content of the file should be:
#!/bin/sh
export PLATIN_JAVA=###PATH to your 32bit JAVA executable
/?/SAPGUI/bin/guilogon
(3) chmod and chown the new file so you/your user can execute it.
(4) change the comand attached to the SAP GNOME-Icon to your new guilogon_local
The new file will actually set the PLATIN_JAVA environment and call afterwards the linked guilogon.
  Christian

Similar Messages

  • Exception when removing player component running on Ubuntu Linux

    Hi,
    when I remove the player component from the GUI, I get the following exception on Ubuntu Linux 12.04 (Unity).
    The project started 10 years ago and was running without any problems on windows, Mac, Linux.
    I didn't test it on other linux distributions or desktop environments.
    Catching the exception helps but this is somewhat ugly....
    I'm using JMF 2.1.1e, Cross Platform Version.
    On win7/8 no problems.
    Any ideas?
    TIA
    gve
    java.lang.IllegalArgumentException: null source
        at java.util.EventObject.<init>(EventObject.java:56)
        at java.awt.AWTEvent.<init>(AWTEvent.java:337)
        at java.awt.event.InvocationEvent.<init>(InvocationEvent.java:224)
        at java.awt.event.InvocationEvent.<init>(InvocationEvent.java:188)
        at java.awt.event.InvocationEvent.<init>(InvocationEvent.java:150)
        at sun.awt.X11.XBaseMenuWindow.dispose(XBaseMenuWindow.java:907)
        at java.awt.MenuComponent.removeNotify(MenuComponent.java:310)
        at java.awt.Menu.removeNotify(Menu.java:198)
        at java.awt.Component.removeNotify(Component.java:6980)
        at com.sun.media.renderer.video.HeavyComponent.removeNotify(HeavyComponent.java:50)
        at java.awt.Container.removeAll(Container.java:1290)

    I too am having this problem. On all of my linux distributions, including Ubuntu 8.04, 8.10, knoppix 5,1, fedora 8,9,10 flashplayer 10 is broken in the same way.  It reports that it cannot find webcam, and the settings dialog refuses to recognize mouse clicks.  I've poked around the web quite a bit and have not yet found a solution.  I saw the problem mentioned on an adobe bug reporting site and their response was to close the issue saying it wasn't repeatable on their system.  I tried to re-open it and my post was deleted without comment (I may have posted incorrectly or something)
    Looking here  and elsewhere I see that the problem is very common and I don't see any posted bug-fixes, or even acknowledgement that a bug exists.  Has adobe lost interest in being cross-platform compatible?

  • How to develop Web Dynpro for Java and run it locally

    I want to learn Web Dynpro for Java but still struggling with the running it locally in my PC. What software do I need to install in my own PC in order to do that? I have NWDS in place and I can write the code and compile it already. Thanks!

    Hi Anthony,
    You need to have SAP Web Application server  (SAP WAS) to run all the webdynpro applications. WAS can be installed either on your local system or on a server which can act as a central server.
    You can download WAS from SDN, which is a trial version. Check this link.
    http://www.sdn.sap.com/irj/scn/nw-downloads
    For checking the minimul system requirments for installing WAS please check the PAM (Product Availability Matrix).
    I hope this solves you issue. Please revert back in case you need any further information on this.
    Thanks and Regards
    Pravesh

  • Ubuntu linux - ORA-01031: insufficient privileges

    hi all
    I have oracle xe running on ubuntu linux without any apparent problems until I try to connect like this
    sqlplus / as sysdba at which point I get the ORA-01031: insufficient privileges message.
    I have tried as root, as oracle (su oracle) and as a user who has membership in the dba group.
    I have even set all the privileges on the oracle directory (chmod -R 777 /usr/lib/oracle) but all without success.
    Would really appreciate some help on this as I am trying to configure the RMAN backup utility and need to set
    XE to operate in archivelog mode so I can do online backups.

    If you've switched to the oracle user (use $ su - oracle # to get a "brand new" environment, not the plain $ su oracle) and have the environment variables set, you shouldn't be seeing the ora-1031 unless something has gone astray with the passwd/group files for the local users.
    What's the ubuntu version, anything real recent? Something might be a bit different/newer with the OS user setups, not sure what that might be, but the oracle user should always be able to conn /as sysdba since that's the account that owns the software install.
    Verify the group membership, and a long list of the /usr/lib/oracle shows oracle dba for owner and group, and `id` and `groups`for the user shows the right info. If not in an oracle term session maybe a `newgrp dba` might be needed too.
    Or maybe something unusual in the sqlnet.ora (like SQLNET.AUTHENTICATION_SERVICES= (NTS), or (NONE) could break the OS authentication) ...

  • Process name representation in a LINUX machine for a JAVA program running..

    Hi,
    We are using an Intel machine loaded with Red Hat Linux 7.2 OS to run JAVA programs. We have a requirement to calculate the CPU and MEMORY usage for each JAVA program running. Unfortunately when a java program is run say "java ESR" and we run a ps -ef | grep -i java, it is shown as hkumar 2847 2799 0 19:15 pts/3 00:00:00 /usr/java/jdk1.3.1_03/bin/i386/n
    hkumar 2874 2847 0 19:15 pts/3 00:00:00 /usr/java/jdk1.3.1_03/bin/i386/n
    hkumar 2875 2874 0 19:15 pts/3 00:00:00 /usr/java/jdk1.3.1_03/bin/i386/n
    hkumar 2876 2874 0 19:15 pts/3 00:00:00 /usr/java/jdk1.3.1_03/bin/i386/n
    hkumar 2877 2874 0 19:15 pts/3 00:00:00 /usr/java/jdk1.3.1_03/bin/i386/n
    hkumar 2878 2874 0 19:15 pts/3 00:00:00 /usr/java/jdk1.3.1_03/bin/i386/n
    hkumar 2879 2874 0 19:15 pts/3 00:00:00 /usr/java/jdk1.3.1_03/bin/i386/n
    hkumar 2880 2874 0 19:15 pts/3 00:00:00 /usr/java/jdk1.3.1_03/bin/i386/n
    hkumar 2881 2874 0 19:15 pts/3 00:00:00 /usr/java/jdk1.3.1_03/bin/i386/n
    hkumar 2882 2874 0 19:15 pts/3 00:00:00 /usr/java/jdk1.3.1_03/bin/i386/n
    hkumar 2883 2874 0 19:15 pts/3 00:00:00 /usr/java/jdk1.3.1_03/bin/i386/n
    hkumar 2884 2874 0 19:15 pts/3 00:00:00 /usr/java/jdk1.3.1_03/bin/i386/n
    hkumar 2885 2874 0 19:15 pts/3 00:00:00 /usr/java/jdk1.3.1_03/bin/i386/n
    instead of the actual name of the program ie. ESR.
    Does anybody know why this happens? Is there a way out to ensure that "ps -ef | grep java" gives the actual name of the java program being RUN?
    Thanks in advance,
    Harish

    You have less chance to identify which programm that VM instance is running right now.
    But you could (as we do) keep track of your programs if you save the process-id when you start the program.
    We need this to shut down running java batch programs but you could find out the used system resources with this way as well...

  • Where can I download a pre-compiled Firefox binary for an "lpia" based netbook (not i386) Intel Atom HP Mini running Ubuntu Linux 2.6 please?

    The original (current) Firefox 3.0 browser version is insufficient because most website content is no longer compatible. I can't get the package manager to upgrade at all, so I want to find a newer Firefox binary that I can load and use to make the Internet browser, and hence, the computer functional once again. Thank you.

    Ubuntu Linux 2.6 ??
    The first version back in 2004 was Ubuntu 4.10 (Warty Warthog).
    At any rate, you're going to need to upgrade to a newer version of Linux to be able to install a much newer version of Firefox.
    https://www.mozilla.org/en-US/firefox/34.0.5/system-requirements/
    <pre><nowiki>GNU/Linux
    Software Requirements
    Please note that GNU/Linux distributors may provide packages for your distribution which have different requirements.
    Firefox will not run at all without the following libraries or packages:
    GTK+ 2.18 or higher
    GLib 2.22 or higher
    Pango 1.14 or higher
    X.Org 1.0 or higher (1.7 or higher is recommended)
    libstdc++ 4.3 or higher
    For optimal functionality, we recommend the following libraries or packages:
    NetworkManager 0.7 or higher
    DBus 1.0 or higher
    HAL 0.5.8 or higher
    GNOME 2.16 or higher
    </nowiki></pre>

  • Running a Java program at startup in Linux

    Hello
    How do I run a Java program at startup in Linux? I know in Windows I can put a .bat file in C:\Windows\Start Menu\Programs\StartUp\ directory, but in Linux I have no idea how it is done.
    Thank you,
    Mihai

    This is really a Linux question, not Java.
    And then it depends on the version of Linux you are using.
    Maybe this will help, otherwise you should try on a forum for your version of Linux.

  • Gentoo doesn't run a Java (Flash) application but Ubuntu yes

    Hello everybody.
    I can't find a solution to a Java-Flash-Gentoo related problem.
    I would like to run a Java program, using an [external library|http://djproject.sourceforge.net/ns/] , to realize a Java FlashPlayer. This is the code of the player:
    package testplayer;
    import chrriis.dj.nativeswing.swtimpl.NativeInterface;
    import chrriis.dj.nativeswing.swtimpl.components.JFlashPlayer;
    import java.awt.BorderLayout;
    import java.awt.EventQueue;
    import javax.swing.JFrame;
    import javax.swing.JPanel;
    public class Main implements Runnable {
        public static void main(String[] args) {
            NativeInterface.open();
            EventQueue.invokeLater(new Main());
            NativeInterface.runEventPump();
        public void run() {
            JFlashPlayer player = new JFlashPlayer();
            JPanel panel = new JPanel(new BorderLayout());
            panel.add(player);
            JFrame window = new JFrame("Test");
            window.setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE);
            window.add(panel);
            window.setSize(400, 400);
            window.setVisible(true);
            player.load("http://www.youtube.com/v/XyX-KJwUohw");
    }A window should be opened and the youtube video should play as well. Here's what I get on Gentoo Linux.
    [http://i.imgur.com/XyYdk.png]
    It doesn't find the flash plugin actually, even though it is installed and properly working.
    My Gentoo is x86_64 architecture and if I try to run the same application on Ubuntu (x86_64), it works like a charm.
    At the moment my www-plugins/adobe-flash USE flags are the following: 64bit -32bit.
    Why this piece of code runs on Ubuntu and on Gentoo not????
    Could it be something related to some environment variable?
    Thanks a lot!

    I asked to the mantainers yet actually, but they didn't solve me the problem at the moment.
    Perhaps some of you could have an idea of what I am missing on Gentoo.
    What I can tell you, is that I tried to run that application on a fresh Debian installation and I've got the same problem.
    So this happens because of something that is missing. But what?? :(

  • Best method for networking with ubuntu linux

    Hi,
    I'm setting up an ubuntu linux fileserver, and I was wondering what the best method for filesharing with my mac is. I'm currently running osx 10.4.11, though I may be upgrading to 10.5 soon. I'll be running SMB networking for a couple of other computers, but I'd prefer something a bit more robust that can handle file permissions etc.

    Mac OS X supports NSF out of the box. Configuration isn't documented.
    I recall Apple got rid of net info manager in Leopard, so the configuration will be different. Perhaps more unix like.
    Mac OS X support the Unix Network File System (NFS). However, it leaves out
    the GUI.
    This page show you how to use NetInfo Manager:
    http://mactechnotes.blogspot.com/2005/09/mac-os-x-as-nfs-server.html#c1168221713 40271068
    NFS Manager can both setup NFS shares and connect to NFS shares.
    http://www.bresink.com/osx/NFSManager.html
    Once you figure out how NFS Manager configures the NFS shares, you can
    use Applications > Utilities > NetInfo Manager to create more shares.
    You will either have to coordinate Unix Userid number and Unix Group Id number or use the mapall option on the share.
    To find out your Mac OS X userid and group id do:
    applications > utilities > terminal
    ls -ln
    ls -l
    # lists the NFS share on your mac
    showmount -e localhost
    #list NFS shares on a remote host
    showmount -e remote-ip-address
    Once you see what NFS Manager does, you will be able to use NetInfo Manager to manage a connection. In Mac OS 10.4 you can configure the /etc/exports control file. See man exports for the details. Before that you had to have the data in NetInfo manager. When Mac OS X came out, many common Unix control files were not present. Instead the data had to be in NetInfo manager. Over time Apple has added more and more standard Unix control files.
    ======
    You do know about the need to match userids & groupids.
    # display uid and gid
    ls -ln
    sudo find / -user short-user-name -exec ls '-l' {} \;
    # on Mac OS X
    you will need to go into NetInfo Manager and select user and find your short-user-name. Change uid and guid.
    #on Linux look in
    /etc/passwd
    /etc/group
    # with care...
    # change 1000:20 to your values for uid:gid
    sudo find / -user short-user-name -exec chown 1000:20 {} \;
    The manual for Tenon MachTen UNIX (which Apple checked when doing Mac OS
    X) says that one should crate the file /etc/exports, which will cause
    portmap, mountd and nsfd to launch at startup via the /etc/rc file. The
    file must not contain any blank lines or comments, and each line has the
    syntax
    directory -option[, option] hostlist
    where 'directory is the pathname of the directory that can be exported,
    and 'hostlist' is a space separated list of hostnames that can access the
    directory. For example
    /usr -ro foo bar
    /etc
    /Applications
    /User/gladys gladys
    The client the uses a command like
    /sbin/mount -t type [-rw] -o [options] server:directory mount_point
    where 'type' is 'nfs', 'server' the name of the server, 'directory' the
    server directory mounted, and 'mount_point' the client mount point. See
    'man mount' for details.
    I haven't tried the above, but it would be nice to know if it works on Mac OS X.
    Hans Aberg
    This will give you some hints on NFS. Post back your questions.
    Robert

  • How to run .jar on linux & how to create .jar file using java?

    hi, may i know how to run .jar on linux & how to create .jar file using java? Can u provide the steps on doing it.
    thanks in advance.

    Look at the manual page for jar:
    # man jar
    Also you can run them by doing:
    # java -jar Prog.jar

  • Adobe livecycle for ubuntu linux

    adobe livecycle for ubuntu linux pls

    This is not officialy supported to run LiveCycle ES/ES2 on any linux distribution but Enterprise Red Hat or SUSE Linux. But this does not mean this is not gonna run on Ubuntu.
    I've tested LiveCycle ES2 using Glassfish and Geronimo as application servers, that are not officially suported, and that works.
    For testing/developing purposes, i think you may use Ubuntu, but if you run in troubles you wont get support from Adobe.
    Do not try any unsupported platform for production environments.

  • Linux distribution for Java?

    Does anyone know where I can find a Linux distribution that is packaged solely to run Java? I.e., with all the bells and whistles removed such as text editors, web browsers, etc. but without missing libraries and dependent files. Something that doesn't need to be configured too much after installation.

    You mean a "Java-only" set of a Linux-OS based system? Well, if you know Linux really well, you can try your hand a minimal Debian or Slackware install, but you'll still get more than you think you want. Or you can try one of the more "commercial" variants and keep trying to pare it down to the size you think you want. But I'll be you a nickle (US 5 cents) that you'll crash the computer because you eliminated something that is needed.
    If you don't know Linux really, really well - you are Out Of Luck. I guarantee you'd remove something that'll cause a crash. OS's are complex things and not for the faint of heart. (I gave up kernel hacking around 1.2)

  • Java program runs differently on Windows and Linux

    Hi!
    I would like to run a java application (which is written and run on windows platform) on linux platform. I don't know wether it is possible or not, but I tired on the following way:
    I have made a small java application. It worked correctly on windows (I developed it on windows). I copied first only the class file (Start.class) to the linux machine (which has exactly the same JDK as windows machine). When I type the command:
    java Startit gives me the folloving error:
    Exception in thread "main" java.lang.ClassFormatError: Start (unrecognized class file version)
       at java.lang.VMClassLoader.defineClass(libgcj.so.7rh)
       at java.lang.ClassLoader.defineClass(libgcj.so.7rh)
       at java.security.SecureClassLoader.defineClass(libgcj.so.7rh)
       at java.net.URLClassLoader.findClass(libgcj.so.7rh)
       at gnu.gcj.runtime.SystemClassLoader.findClass(libgcj.so.7rh)
       at java.lang.ClassLoader.loadClass(libgcj.so.7rh)
       at java.lang.ClassLoader.loadClass(libgcj.so.7rh)
       at gnu.java.lang.MainThread.run(libgcj.so.7rh)After that I was trying to compile the source file on linux with the command:
    javac Start.javabut the compiler gave me an error in the source file.
    Is there any way to run the formerly written java application (on windows) on linux machine?
    Thanks

    When I type the command java-version I get the following:
    java version "1.4.2"
    gij (GNU libgcj) version 4.1.2 20080704 (Red Hat 4.1.2-46)
    Copyright (C) 2006 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions.  There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.The JDK on linux and windows is the latest (I was download it today).
    How can I upgrade the jdk/jre on linux?
    Here is the compiler error:
    [root@Linux-oracle app]# javac DataMining.java
    1. ERROR in DataMining.java (at line 77)
            ArrayList<String> temp = new ArrayList<String>();
            ^^^^^^^^^
    The type ArrayList is not generic; it cannot be parameterized with arguments <String>
    2. ERROR in DataMining.java (at line 77)
            ArrayList<String> temp = new ArrayList<String>();
                      ^^^^^^
    Syntax error, parameterized types are only available if source level is 5.0
    3. ERROR in DataMining.java (at line 77)
            ArrayList<String> temp = new ArrayList<String>();
                                         ^^^^^^^^^
    The type ArrayList is not generic; it cannot be parameterized with arguments <String>
    4. ERROR in DataMining.java (at line 77)
            ArrayList<String> temp = new ArrayList<String>();
                                                   ^^^^^^
    Syntax error, parameterized types are only available if source level is 5.0
    5. WARNING in DataMining.java (at line 240)
            String youtube[][] = new String[20][5];
                   ^^^^^^^
    The local variable youtube is never read
    6. WARNING in DataMining.java (at line 267)
            int e;
                ^
    The local variable e is never read
    7. ERROR in DataMining.java (at line 329)
            for(int i=1;i<Video+1;i++)
                          ^^^^^^^
    The operator + is undefined for the argument type(s) Integer, int
    7 problems (5 errors, 2 warnings)

  • SAPGUI for JAVA - "pre"define a trusted connection in "trustClassification" file on Linux

    Hello,
    I would like to deploy a new version of SAPGUI 730 for JAVA (JAVAGUI or PlatinGUI). And this time, to prevent my user from choosing the wrong "trust level classification" for the productive system, I would like to deploy a "trustClassification" file with a predefined trusted connection.
    In the help webpage called "Security policy", different configuration files are proposed :
    - <system preferences>/trustClassification
    - <user preferences>/trustClassification
    I easily found the "<user preferences>" directory in "/home/<user>/.SAPGUI" but this is not relevant for a central deployment with hundreds of people.
    And until now, I didn't find the "<system preferences>" directory. Can someone tell me what is it ?
    I'm using Linux Ubuntu 12.
    Regards,
    Simon

    Hello Simon,
    when you open About dialog and press the "more info" button, you get a long list of information.
    Beginning of the "Path Information", you will see a line starting with "SAP GUI system prefs".
    The value should be what you are looking for.
    Best regards
    Rolf-Martin

  • Is Solaris better for Java than Linux?

    Hi All,
    I am going to set up a distributed processing architecture in Java using RMI and other techniques.
    I will be using 2 servers(few more later), one will be used for fetching data from external resources like network/web, etc. and the other server will be used for processing that data.
    Now, i am using Linux, however, i have been reading a lot about Solaris 10 and especially its 2 main advantages for using it for Java development.
    1) Java is native to Solaris.
    2) Solaris has a much better support for multi threading than Linux.
    Please suggest me if i should move to Solaris 10
    Thanks in advance

    This is not my personal opinion, i am saying what link from sun.com saysNo, "+So, *i think* that Solaris *has much more power* than Linux.....and we have to find on that....+ " is your personal opinion. It is not what the article says.
    It's an old article, and it's talking quite specifically about threading models. Assuming for the sake of argument that the article is still accurate, it still doesn't answer the question of which OS is more suitable for your application - that will depend entirely upon the characteristics of the application itself.
    ...and i have asked this to you all just because i may find anyone that have used Solaris with JavaNobody can tell you how your application will run with either Solaris or Linux. If that sort of fine distinction is important you'll need to benchmark it, or at least take into account the actual threading metrics of your application.
    Choices between Solaris and Linux are generally made on management, environment, hardware, and other grounds, not the "does it run Java faster" question. For example if you're running on a platform with Niagara then of course you run Solaris. If you're going to need extensive runtime debugging instrumentation then you run Solaris just for DTrace. If you're running on commodity hardware then you probably run Linux for driver issues alluded to here.
    Your question, as asked, is unanswerable. Ask a better question.
    Edit: Or to give you a far more efficient version of the above "Try it and see." as given by Keith in reply 1.

Maybe you are looking for