Missing javaws in linux amd64 jdk1.6.0_03 ?

Hello,
Is it me, or there is really no javaws in jdk1.6.0_03 for linux amd64?
Thanks.
M. Manese

you are right, currently there is not 32-bits plugin for this architecture
see http://bugs.sun.com/view_bug.do?bug_id=4802695
it will be solved in java 1.7
in the meanwhile you can use a special java5 plugin
if you have ubuntu:
sudo aptitude install ia32-sun-java5-bin
and then:
sudo touch /usr/local/bin/javaws
sudo echo "#! /bin/sh" > /usr/local/bin/javaws
sudo echo "/usr/lib/jvm/ia32-java-1.5.0-sun/bin/javaws $1" > /usr/local/bin/javaws
alternatively, you can try icedtea (an opensource temporary fork of java) (icedtea-java7-plugin)

Similar Messages

  • Just jdk1.6.0_03

    Can't seem to run any programs keep gettin error...below
    C:\Sun>java Project1
    Exception in thread "main" java.lang.NoClassDefFoundError: Project1/java
    for all my java files...
    classpath =C:\PROGRA~1\Java\jdk1.6.0_03\bin
    Java.exe seems to work fine until try to run a program...Javac works...
    Any Idea's ?

    Remove the crazy CLASSPATH variable setting you are using. If it really what you said in your first post, the best thing would be to remove it entirely. Do not use a CLASSPATH variable.
    Use these commands:
        C:\Sun>dir *.java\\    C:\Sun>javac -cp . Project1.java\\    C:\Sun>dir *.class\\    C:\Sun>java -cp . Project1The first command checks that you have the source file in the coorect place. You expect to see Project1.java in the output.
    The second command compiles the source file. It should complete without errors. The argument "-cp . " simply means that the classpath to be used is the current directory.
    The third command checks that the compile operation produced the .class file in the correct location. You expect to see Project1.class in the output.
    The last command runs the main method of the Project1 class. It should produce whatever output you were expecting from the class.
    The dir commands are just checks. The java and javac commands are more generally useful. If any of these commands do not produce the output they should, say what does happen when you run them. Also in that case post the Project1.java file - or at least its main() method.

  • WebStart support for Firefox Browser using Java Linux AMD64

    I am trying to setup a Firefox browser to use Java WebStart (jnlp).
    I am running Java Linux (AMD64)
    but I have no <JAVA_HOME/jre/plugins directory and no libjavaplugin_oji.so file with the Java installation.
    1) Can I download libjavaplugin_oji.so plugin somewhere?
    2) Will it work in Java Linux (AMD64)?
    3) Can Java Linux (AMD64) be setup to operate Java WebStart Technology?
    If so, How the h--- do I do it?
    Frustrated
    Newbean

    I have the same problem. Downloaded the 64 bit jre and found no libjavaplugin_oji.so in it.
    Then downloaded the 32 bit jre and did the soft link and still no work.
    Has anyone made the 32 bit jre work on the 64 bit linux?

  • Two issues with JnlpDownloadServlet and JDK1.6.0_03

    hello everybody,
    i recently tried to deploy a simple java application via webstart using the JnlpDownloadServlet of JDK1.6.0_03. thereby i encountered two issues for which i could neither find a solution nor a bug report. has anyone experienced the same?
    issue 1:
    when setting an explicit timestamp (e.g. TS: TS: 2007-01-01 00:00:00) in my jnlp file, jws always prompts me for an optional update (e.g. when accessing the jnlp the second time via browser) even though i haven't changed anything.
    i checked the code and in my opinion the problem is that in line 139 of JnlpDownloadServlet.java a new JnlpResource is created upon every request (esp. for the request to my jnlp file which should be macro-expanded). the lastmodified-attribute of this resource is always the timestamp of the (jnlp-) file on the server (see JnlpResource.java) which is of course NOT the same as the one i explicitly set vie TS: ... in my jnlp file. however, in order to detect if something has changed, line 159 compares the explicitly set timestamp (which is sent with the ""If-Modified-Since"-header, see 131) with the actual file timestamp of the server ("jnlpres.getLastModified()") instead of using the explicit timestamp of the jnlp-file. the latter is retrieved too late (during construction of the response).
    issue 2:
    in case i ommit the "href"-attribute of the "jnlp" tag in my jnlp-file, my application gets installed without asking me beforehand (which is wrong when creating shortcuts and the like). this is not the case if i use the "href"-attribute to point to itself. however, jws will fire multiple requests then. see related post in this forum.
    any ideas or experiences with these two issues?
    thanks in advance,
    stephan

    From the description you have I would first make sure that you have adequate coverage everywhere you need it.  Make sure that the phone can see an AP at -67dBm or better at all times.  Using the site survey utility in the phone would help you verify this.

  • Thin driver connection in oracle8i(8.1.5) on Linux with JDK1.2.2

    JDBC Development team quote:
    You can download the JDK 1.2 version of the 8.1.6 Thin driver from this site. It is 100% Pure Java and will run on Linux.
    As you replied, I downloaded 8.1.6 Thin driver(classes12.zip) and nls_charset12.zip. Then, as instructed in readme file of 8.1.6, I modified CLASSPATH and add LD_LIBRARY_PATH.
    I wrote a test program, and it compiled without errors. But when I excuted it, I got the error message below:
    java.sql.SQLException: Io exception: Connection refused(DESCRIPTION=(TMP=)(VSNNU
    M=135286784)(ERR=12505)(ERROR_STACK=(ERROR=(CODE=12505)(EMFI=4))))
    Is there any other installation procedures I missed?
    Below is the test program I used:
    import java.sql.*;
    import oracle.jdbc.driver.*;
    public class Test
    public static void main (String args [])throws SQLException
    //DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
    try{
    Class.forName("oracle.jdbc.driver.OracleDriver");
    catch(ClassNotFoundException e){
    System.out.println("Cannot load the Driver");
    Connection conn = DriverManager.getConnection ("jdbc:oracle:thin:@host:port:sid","id", "password");
    Statement stmt = conn.createStatement ();
    ResultSet rset = stmt.executeQuery ("select sysdate from dual");
    while (rset.next ())
    System.out.println (rset.getString (1));
    I'd appreciate if you give me some insight.
    null

    It seems like the database listener is not setup properly. Please double check the listener is up and it's listening to the port you specified.
    Thanks.

  • EA1 EA2 EA3 don't start on linux with jdk1.7 but work with jdk1.6!!!

    I install SQLDeveloper EA1 then EA2 and now EA3 on my Linux (Fedora 19), but the result is the same.
    If i start SQLDeveloper with root it work, but if i start with my user the application crash. I tested to change owner of all component, but the result is the same.
    Then because I started the application with jdk1.6 (I used the EA1 who did not warning about the java version) and it work fine!!!
    I opened two "Report a HotSpot Crash", but I never received a response.
    No one any idea? Nobody has ever happened? 
    Thanks,
    Enrico

    This sounds like
    Re: 4EA1: Not starting on Ubuntu. Unkown protocol sqldev.temp

  • Linux AMD64: Error: hotspot VM not supported

    I have installed JDeveloper 10.1.3.1 on an AMD64 Linux (gentoo) as well as Sun's JDK 1.5.0.10. When I try to start jdev I get the following messages:
    $ jdev
    u01/oracle/product/jdev/jdev/bin
    Oracle JDeveloper 10g 10.1.3.1
    Copyright 1997, 2006 Oracle. All Rights Reserved
    Error: hotspot VM not supported
    Error: JDeveloper can't recognize the JDK version
    I have found that I can make jdev start up if I edit /opt/sun-jdk-1.5.0.10/jre/lib/amd64/jvm.cfg and change the line saying:
    -hotspot ERROR
    to:
    -hotsport IGNORE
    - but according to documentation in other places I am supposed to be able to use the HotSpot VM. How do I get this to work?

    Have you seen this 10.1.3.1 with Fedora Core 5 and AMD 64 post? It seems to indicate that the 64 bit JVM hotspot may not work.
    John

  • UnixODBC missing on Oracle Linux 5.8 x64

    I am at the PreReq checks stage of the process and I get an error saying that unixODBC is missing. I am using Oracle Linux 5.8 x64 and am trying to install Oracle Enterprise 11.2.0.1 x64. Here's the error:
    http://i.imgur.com/NyUv2.png
    If I do
    yum list | grep unixODBC
    I get:
    This system is not registered with ULN.
    ULN support will be disabled.
    unixODBC.x86_64 2.2.11-10.el5 installed
    unixODBC-devel.i386 2.2.11-10.el5 installed
    unixODBC-devel.x86_64 2.2.11-10.el5 installed
    unixODBC-libs.i386 2.2.11-10.el5 installed
    unixODBC-libs.x86_64 2.2.11-10.el5 installed
    freeradius-unixODBC.x86_64 1.1.3-1.6.el5 el5_latest
    freeradius2-unixODBC.x86_64 2.1.12-3.el5 el5_latest
    unixODBC.i386 2.2.11-10.el5 el5_latest
    unixODBC-kde.i386 2.2.11-10.el5 el5_latest
    unixODBC-kde.x86_64 2.2.11-10.el5 el5_latest
    unixODBC64.x86_64 2.2.14-3.el5 el5_latest
    unixODBC64-devel.i386 2.2.14-3.el5 el5_latest
    unixODBC64-devel.x86_64 2.2.14-3.el5 el5_latest
    unixODBC64-libs.i386 2.2.14-3.el5 el5_latest
    unixODBC64-libs.x86_64 2.2.14-3.el5 el5_latest

    yum install unixODBC fixed it, sorry!

  • Linux AMD64, JDK 1.5_03: slow performance with large heap

    Tomcat app server running on jdk 1.4.2 on 32 bit Linux configured with mx1750m, ms1750m, runs fast. Returns 2MB of data through HttpServlet in under 30 secs.
    Moving the same app server to 64 bit on jdk 1.5.03 configured with mx13000m, ms10000m, the same request for data takes 5-20 minutes. Not sure why the timing is not consistent. If the app server is configured with mx1750m, ms1750m, performance is about 60 secs or less.
    I checked java settings through jstat. -d64 is the default. Why would increasing the heap cause such slow performance? Physical memory on the box = 32MB.
    It looks like it's definitely java related since a perl app making a http request to the server takes under a minute to run. We moved to 64bit to get around 1.7GB limitation of 32bit Linux but now performance is unacceptable.

    I Aggree, a AMD 64 with only 32 MB of memory would be a very strange beast indeed, heck, my graphics card has 4 times that, and it's not the most up-to-date.
    Keep in mind that switching to 64 does not only mean bigger memory space but also bigger pointers (on the sub-java level) and probably more padding in your memory, which leads to bigger memory consumption which in turn leads to more bus traffic which slows stuff down. This might be a cause for your slowdown, but that should not usually result in a slowdown as sever as the one you noticed.
    Maybe it's also a simple question of a not-yet-completely-optimized JDK for amd64.

  • 9iRel2 hsodbc missing on Suse Linux

    Hello
    after successfull installing 9iRel2 on a Suse Distribution the files for Heterogenous Access via odbc are not there. I am missing hsodbc in the bin Directory under $ORACLE_HOME. There is a hsodbc.o in ORA_HOME/hs/lib, but no makefile that shows hoe to link that exe.
    Does anybody has a solution for me, it seems that there are similar problems in 10g or older 8.x Versions.
    Regards
    Markus

    Markus,
    If you are looking for a linux odbc oracle driver there is a freeware one that I have used. It is available at http://fndapl.fnal.gov/~dbox/oracle/odbc/. I have used it successfully under iodbc.
    hth
    Frank P.

  • Packages missing in Enterprise Linux?!

    I have just finished installing Enterprise Linux (32bit/x86)and now trying to setup Oracle9i(R2). I notice that the followings are not installed:
    1. compat-gcc-32-3.2.3-47.3
    2. compat-gcc-32-c++-3.2.3-47.3
    3. compat-libcom_err-1.0-5
    4. glibc-kernheaders-2.4-9.1.98.EL
    Can anybody advise me where I can download the above rpm? Tried to search high and low on the Enterprise Linux installation 5CDs but couldn't find them.
    Thanks in advance...

    Hi,
    I checked the EL5 CDs.Those packages have higher
    version than the requirement.
    ompat-gcc-34-3.4.6-4.i386.rpm
    compat-gcc-34-c++-3.4.6-4.i386.rpm
    For the specified package you can install them
    from EL4 U4 CDs.See more detail refer
    Note.303859.1:Requirements for Installing Oracle
    9iR2 on RHEL 4
    Regards
    TerryThank you so much for your help, Terry.
    I was installing Oracle9iR2 last night on EL5 but ran into problem around 17% of the installation (stopped at copying of naeet.o). Then I realised that those packages were missing. Now I know the reason is because the versions are higher.
    What do you think? Is EL4 U4 a better option to setup Oracle9iR2 or I should still stay with EL5 but downgrade the packages? I need a lot of time to download EL CDs as my bandwidth is limited. If I really need to, I may just tear down EL5 and install EL4 U4. Please advise

  • Linux amd64 system installation

    Could some one please either tell me how to install the toolkit on a amd64 system or point me to a howto. I have been told that I may be able to use it in a chroot but I am not sure about how to go about this. I have looked around and am not sure if chroot is the way I need to go as I would need to be able to use th erest of my system.
    thanks in advance
    lg

    This is probably a simple case of not having the right authorization in sudoers for the user.  Can you compare your /etc/sudoers to the examples here:
    http://social.technet.microsoft.com/wiki/contents/articles/7375.configuring-sudo-elevation-for-unix-and-linux-monitoring-with-system-center-2012-operations-manager.aspx?
    The "no tty present and no askpass" error is simply saying that it cannot prompt for a password because there is no tty.  The commands need to be authorized for no password so that a password prompt is not necessary.
    -Kris
    www.operatingquadrant.com
    I forwarded this to the Linux admin for him to look at.
    I am told that we cannot permit root access to a non-privileged account without a password, so the recommendation in this article will not work. Any other ideas?

  • Installation of AS 8.2 and 9 fails on Debian Linux (amd64)

    Hi all,
    after doing my first steps with Java Studio Creator on my local development machine I was trying to install an application server on my 'offshore' webserver which is running Debian GNU/Linux 3.1 amd64.
    A simple ./sjsas_pe-9_0-linux.bin doesn't work and hangs at "Deleting temporary files..." - searched there and found some tips - tried them all.
    - Installed a J2SE and verified it works (64bit version)
    - unset JAVA_HOME and PATH and tried to provide -javahome on commandline, but then J2SE isn't found at all
    - reset JAVA_HOME and same error
    - unpacked AS 8.2 and tried to invoke like described in release notes, results in "Attach to native process failed"
    Now I don't have any more ideas what to do, so any help is welcome :-)
    Maybe it's an amd64 issue - had some problems earlier with other programs and my development system is running in 32bit mode.
    Thans in advane,
    Jan

    Jan,
    error you are getting ("Attach to native process failed") means that native toolkit executable used by AS installation toolkit is not compatible with your system. One thing I can suggest is that instead of sjsas_pe-9_0-linux.bin you download and install corresponding Linux Glassfish build:
    https://glassfish.dev.java.net/downloads/04May06.html
    Application server binaries from this Glassfish build are identical to those used in SJS AS PE 9 bundle, but Glassfish installer is based on ant so you should be able to install on your system.

  • CORBA - idltojava for Linux for jdk1.2.2

    Hello !
    I need the idltojava compiler for linux Operating system for Jdk 1.2.2 (so the idlj for jdk1.3 will not do). I looked on the site here but only windows and solaris versions are available.Can anyone guide me to some download site where I can get this ?
    Thanks in advance,
    Lakshmi Nayak

    Hello !
    I looked at the site but could not find the idltojava for java versions before 1.3.
    However I have found out from another source that idltojava compiler for linux for java version 1.2 is not available.
    But Thanks a lot Frank-Michael for guiding me to such a good site(http://blackdown.org) for java-linux ! :-)
    Thanks,
    Lakshmi Nayak

  • Missing Controls in Linux [pbs]

    There are a number of Flash video feeds at http://video.pbs.com.  When I select one [e.g. the current Nightly Business Report], the controls do not show up [play/pause, position, volume, full-screen].
    The controls DO show up in Sabayon Linux [5.0, 5.3] under both Firefox and Konqueror browsers.
    The controls do NOT show up under Linux Mint 8 [Ubuntu], Mandrake 2010, simplyMEPIS 8.0, KNOPIX 6.2] on either Firefox, Konqueror [or Seamonkey].
    I have tried both the supplied libflashplayer.so [typically 10.0.x] and the latest download [10.1.x] on all systems with the same result.
    I get the same results on my laptop [newer Toshiba Satellite] and desktop [older HP pavillion] computers.
    Any clues on what is required to get the controls to display??  I am really tired of watching in "postage stamp" mode.
    Thanks much,
    Ken (dot) Dickey *at* whidbey [dot] com
    PS:  There seems to be an installer bug w Sabayon so that I cannot install on my desktop machine, but the liveCDs show the controls.

    More info:
    I found that the Arch Linux liveCD displays the PBS video controls.
    This makes me think this is a linux support library issue.
    So: the control bar appears in Sabayon Linux [Gentoo, but NOT in Pardis, also Gentoo] and Archio [Arch Linux] but not under other Linux distros I have tried.
    Any hints here on where to look?
    Thanks,
    -KenD

Maybe you are looking for

  • How can i pass NULL value in Store Procedure?

    Hi guys, I am calling one store procedure from MS SQL Server 200, i had create the follow layout: But i need pass to MSQL SEVER the CPF = NULL, when i execute the procedre the CPF send empty value (not null). I already changed Communication Channel p

  • Line Item reporting, how?

    Hi ... My cube has sales order, item in addition to other 50 charecterstics. 1. Sales Order 2. Sales Ordr item. I have made enough line items including sales order number but sales order item is causing the fact table grow. I can not make sales order

  • How to keep the ".mac" version email address from showing up in Mail?

    I was a .Mac guy way back. MobileMe came out. Now I have two emails, the difference being the domain. One .mac and one .me. I just want to use the .me. I had several aliases and they all have the same issue. When I choose which email address to send

  • J1IEX Vendor invoice status

    Dear Experts In j1iex vendor invoice  status is showing as in process even after posting has done. becuase it is showing under ParI and Part II posted items in J1I7 but status is not updated as posted what could be the reasons can any one tell me the

  • Dynamic sql query

    Hi, i neeed to create a table of data of other tables which needs to be executed in cursor level, for eg i need to create CURSOR cur IS select object_name from user_objects where object_type = 'TABLE' and object_name like '%JSP%' and rownum<3; creata