Cannot running applet in redhat linux

I got this message "Java Applet is not loaded.(Java interpreter disbled)". I have installed j2re1.4.1_02 and jdk1.3.1_07 . Do i have to set any environmental viarable?
Thank you

1. Present a well constructed argument /document for your client. It shouldn't be hard to make it compelling enough.
2. Force IE to use the JVM on the PC's with the 'embed' tag and java's 'html converter'

Similar Messages

  • Video is not captured in Applet under redhat linux.

    Hi!
    uname -a
    Linux 2.6.9-5.EL #1 Wed Jan 5 19:22:18 EST 2005 i686 i686 i386 GNU/Linux
    and whenever i m running my code for start and stop the webcam, i m finding a error/exception as:
    javax.media.NotRealizedError: Cannot get visual component on an unrealized player
    at com.sun.media.BasicPlayer.getVisualComponent(BasicPlayer.java:491)
    at com.sun.media.MediaProcessor.getVisualComponent(MediaProcessor.java:50)
    at CamSource.getVComponent(Complete.java:156)
    at Complete.actionPerformed(Complete.java:71)
    at java.awt.Button.processActionEvent(Button.java:382)
    at java.awt.Button.processEvent(Button.java:350)
    at java.awt.Component.dispatchEventImpl(Component.java:3615)
    at java.awt.Component.dispatchEvent(Component.java:3477)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:480)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    javax.media.NotRealizedError: Cannot get visual component on an unrealized player
    at com.sun.media.BasicPlayer.getVisualComponent(BasicPlayer.java:491)
    at com.sun.media.MediaProcessor.getVisualComponent(MediaProcessor.java:50)
    at CamSource.getVComponent(Complete.java:156)
    at Complete.actionPerformed(Complete.java:71)
    at java.awt.Button.processActionEvent(Button.java:382)
    at java.awt.Button.processEvent(Button.java:350)
    at java.awt.Component.dispatchEventImpl(Component.java:3615)
    at java.awt.Component.dispatchEvent(Component.java:3477)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:480)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    java.lang.NullPointerException
    at java.awt.Container.remove(Container.java:762)
    at Complete.stop(Complete.java:53)
    at sun.applet.AppletPanel.run(AppletPanel.java:442)
    at java.lang.Thread.run(Thread.java:534)
    AND THIS CODE IS RUNNING SUCCESSFULLY UNDER WINDOWS ENVIRONMENT IN APPLET.
    Wht is the problem ? and how to solve it.

    This is what I did:
    import java.awt.*;
    import java.applet.*;
    public class BookmarkApplet extends Applet {
       public void init() {
              //String fileName = this.getParameter("gx26187") + ".ser";
              String fileName = "gx26187" + ".ser";
              Bookmark bookmark = new Bookmark(fileName);
              LinkHolder linkHolder = new LinkHolder();
              for(int i = 0; i < 10; i++) {
                   linkHolder.add(new Link("url"+i, "link"+i));
              if(bookmark.save(linkHolder)) {
                   linkHolder = bookmark.retrieve();
                   Link[] retreivedLinks = linkHolder.getLinks();
                   if(retreivedLinks != null && retreivedLinks.length > 0) {
                        Link [] trimmedLinks = new Link[linkHolder.getSize()];
                        System.arraycopy(retreivedLinks, 0, trimmedLinks, 0, trimmedLinks.length);
                        for(int i = 0; i < trimmedLinks.length; i++) {
                             add(new Button(trimmedLinks.getDescription()));
    LinkHolder is a wrapper class in which I used Link[] to store objects.
    Link is a class that stores 2 strings: links and description.
    I tested this on JBuilder ==> worked fine.
    I tested on IE ==> applet is running but nothing shown up.
    Thanks if any ideas.
    Tom
    Yeah I do.
    If its anything like my problems you will find Treeset
    is from JDK 1.2+
    IE's virtual machine runs using the == of jdk 1.1
    This means with out using plugins you HAVE to use
    features of 1.1 Im sure you could use another
    datastructure instead.
    Hope this helps.
    U can extract the Treeset files from rt.jar but im
    still unable to determine if thats legal

  • Cannot run Reader (acroread) in Linux

    I've tried to install it twice, using the .bz2 file. It unTars fine. When running INSTALL it tells me /opt is the default install dir and asks me if I want to change. I change it because I do not recall ever seeing anything in the /opts dir, in 6 years of running multiple Linux distros. (It doesn't appear to matter though since the library acroread cannot find actually IS installed.)
    This reality aside, I tried for the second time, to install it in /opt today, but did so as a non-root user, so it failed. When it failed I installed it in my path, underneath my home dir. When I run acroread it returns the same error (but the path on the left of the colon reflects a different path, obviously).
    The error refers to what is says is a missing library, but it is not missing. The error does not say where it is looking, which makes debugging essentially impossible.
    /usr/local/bin/Adobe/Reader8/Reader/intellinux/bin/acroread: error while loading shared libraries: libgdk_pixbuf_xlib-2.0.so.0: cannot open shared object file: No such file or directory.
    Help from anyone is welcome.

    Works for me ;). I created a test app with a Button in a GridPanel and a StaticText field outside of the GridPanel. First I migrated the project from one Win2k machine to another and verified that the app woks and all components can be selected for modification in the Design view. Then I repeated the migration and verification on a machine running Suse Linux 9.3 with no problems. BTW, I'm using Creator 2 with all the latest Hotfix patched applied. Dunno if that matters, but it might.
    Did I use a test that would have shown the problem in your environment? I'm sure you've long since worked around this problem, but I'm certainly willing to pursue it if you'd care to help me duplicate the issue. Feel free to reply offline if you want to zip up a test application and send it to me.

  • HOw to run Applet in browser.

    Hi guys. I've got 2 problems.
    1. In Window, I've got Java installed (and using NetBean IDE as Java editor), so of course I've got j2sdk_nb-1.4.2 installed as well. But I couldn't run any applet in IE, for example, in games.yahoo.com, I couldn't join any game because applet always failed to load. But yesterday, I've got a pop up asking to install jre1.4.2 and after install this JRE, everything works fine. My point here is, when I have SDK1.4.2 which contains JRE, why should I have to install new JRE to run applets ?
    2. Could anyone tell me how to run applet in Mozilla, Linux. I'm using Linux RedHat 9 as well. And in Redhat, I've got J2sdk_nb-1.4.2 installed with NetBeans IDE. It said that I need appropriate Plugs-in, but in my Java directory, I also found Plugsin directory. So how to configure Mozilla to run applet.
    Thanks for reading.

    Just to let you guys know that I sorted it out already. Well, the problem lies in I'm confused between two directory /usr/lib/Mozilla and /usr/lib/Mozilla and two Java plugs-in available in nsc60 and nsc60-gcc (don't remember exactly)
    For my Linux (Red Hat 9), I've got to create symbol link from nsc60 directory to /usr/lib/Mozilla, not any other way.
    Thanks

  • Need Advice on Oracle database 10.2.0.4.0 on RedHat Linux AS 4

    Hi,
    I would like to know whether Oracle Database 10.2.0.4.0 is certified to run on the RedHat Linux AS 4 (Nahant Update 6) with HugeMem Kernel?
    actually, we were running the Oracle 10g(10.2.0.4.0) database on RedHat Linux AS 4 (Nahant Update 6) with SMP kernel. We faced "out of memory" error so we are planning to change the kernel to HugeMem from SMP.
    Any suggestions on this would be highly appreciated!!!
    Thanks in advance!!!
    Siva

    If you were facing the out of memory errors, could you elaborate more on the circumstances these errors showed up? You could be facing the same situation after upgrading the OS if you don't properly diagnose the root cause.
    ~ Madrid
    http://hrivera99.blogspot.com

  • When using Java Wizard with Firefox 3.6.23 on a Mac OS X 10.6.8 it keep getting an error message: "The Java Wizard cannot run. Please configure your browser to allow Java applets to access the filesystem." Have NO idea how to fix this problem.

    When trying to upload files I received the following error: "The Java Wizard cannot run. Please configure your browser to allow Java applets to access the filesystem."

    If the problem is with a site that is hosted using MOVEit DMZ by Ipswitch, please notify the site owner of the issue and ask them to apply the patch that is available on the support site to resolve the issue.
    This is a better resolution than downgrading your version of Java that was updated due to security issues.

  • Installing  weblogic plugin in apache running on RedHat Linux WS4

    I want to install weblogic plugin in apache running on redhat Linux WS4. I have read the documentation. In my local weblogic,under this directory C:\bea81SP4\weblogic81\server\lib\linux
    I see the following three folders
    a) i686
    b) ia64
    c) s390.
    I dont know which folder to choose. Please advise.

    Hi,
    according to your processer you have to chose mod_ ..so file
    if you got error with sp4 plug in file use the plug in file from the another version
    plug in files are compatable
    Regards,
    Prasanna Yalam

  • Linux: JS cannot call Applet functions

    I was wondering if anyone else has had this problem:
    Our platform is RedHat Linux 7.2 with Mozilla 0.9.7 and 0.9.8 as well as NS 6.2.1 (I have tried JRE 1.3.1_01 and 1.4 rc1)
    Whenever I load our applet in a frame and try to call the applet functions I get a JS error stating "Applet.xxx() is not a valid function"
    Loading the same applet in a standard page (no frames) works fine. Also the framed applet works fine on the windows platform.
    I'm guessing this is more of a Mozilla/NS problem that a Java problem, but I have foudn little information elsewhere and this forum seems to be filled with lots of great info.
    I have submited this as a Mozilla bug:
    http://bugzilla.mozilla.org/show_bug.cgi?id=121641
    The URL has case code examples.
    Thanks, Jesse

    If your applet requires a Java plugin, you have to realize that Netscape's LiveConnect has not been fully ported to JRE1.4 rc1 and neither Mozilla nor NN6.2.1 has its own JVM. Altho I have NN6.2, I seldom use it because it's still very buggy and extremely slow.
    V.V.

  • Cannot find mio or .m files in the bankapp files in the eval version of tuxedo for redhat linux

    Hi,
    After having installed tuxedo in redhat linux and run the simpapp application
    said in the documentation,the next step was to put up the bankapp application.However
    I am not able to find the mio file,mentioned in the documentation nor any of the
    .m files which are required to make the menu for the bankapp client.is mio not
    a part of the eval distribution for linux? could anyone please help?

    "biji prathap" <[email protected]> wrote:
    >
    Hi,
    After having installed tuxedo in redhat linux and run the simpapp application
    said in the documentation,the next step was to put up the bankapp application.However
    I am not able to find the mio file,mentioned in the documentation nor
    any of the
    .m files which are required to make the menu for the bankapp client.is
    mio not
    a part of the eval distribution for linux? could anyone please help?Hello all,
    I'm not found references to mio(1) in Tuxedo 7.1, but they are
    exist in Tuxedo 6.5. May be mio(1) was removed from Tuxedo !?
    Best regards,
    Vladimir
    P.S. bankapp customized and works without mio(1).

  • Run jobs in CRON in redhat linux

    I am a Novice DBA and have followed Google pages to run jobs in CRON in redhat linux  But in vain, I could Not jobs in cron.  Can any one provide me step by step config to run jobs in cron

    Good documentation how to automate tasks using cron is indeed a bit difficult to find and much information I've seen out there on the web is incomplete. And unfortunately, it is difficult for a newbie or student to determine.
    In addition to the information already provided by the previous resopnes, the product documentation is usually a good start. For example: https://linux.oracle.com/documentation/
    The information about cron is in the Deployment guide, for instance chapter 20 of
    https://linux.oracle.com/documentation/OL6/Red_Hat_Enterprise_Linux-6-Deployment_Guide-en-US.pdf
    To my experience, many questions or problems releated to cron can be avoided if the user keeps the following in mind:
    Cron does not perform a user login and only knows a minimum OS or user environment. For instance, it only knows about /usr/bin:/sbin:/bin PATH environment. If you wish to schedule a cron job using a shell command script that does anything Oracle database related, you will have to set the appropriate environment variables. Simply put the following header into your script:
    ORACLE_SID=your_oracle_SID
    ORAENV_ASK=NO
    . oraenv -s
    Also keep in mind that many programs produce output to stdout. Cron, by default, mails such output to the user account running the cron task.

  • Cannot run java (Linux)

    I just downloaded and installed java JDK 1_5_0_05 (rpm file) for my machine (PC with Linus ES 3.0). When I try to run javac on the command line, I get the following error:
    Error: could not find libjava.so
    Error: could not find Java 2 Runtime Environment.
    What am I missing?
    Thanks
    plaval
    email: [email protected]

    (PC with Linus ES 3.0).First, I don't know that Linus would like that there are multiple versions of him. Perhaps you meant something like RedHat Linux Enterprise Server 3.0.
    Anyhow, I'm guessing that there was already a Java install on your machine, though probabaly not one from Sun. If you're familiar with RPM's then I would start by doing an "rpm -qa | grep -i java" to see what other Java installs may be on the machine. Multiple versions can reside on a single machine but you need to make sure that your PATH environment variable is set to "your" JVM's bin directory and that your JAVA_HOME is set to the base of your JVM.
    Let us know what other issues you have.
    Need Java help? Want to help people who do? Sit down with a cup of Java at the hotjoe forums.
    Sure they're new - come get them started!

  • Making a java program run in Windows and Linux via web applets

    Hello, this is my first post at java.sun.com
    I made an application in Linux, using Jbuilder Fundation 2005. I used the JDBC MySQL connector for Linux, and I used Mandriva as a distro. What I did is a program that allows me to connect remotely to my server, in order to update the news.
    However I want to create an applet, in which you could click a button, and the main frame of the program will load. I have no idea how to do this, since this program runs great on my linux machine, and from what I know it uses the MySQL JDBC jar that's installed on my machine, and a lot of classes from the Jbuilder program directory.
    How could I upload this program to a webpage (with the applet idea that I mentioned earlier) so that both Linux and (especially) Windows clients could use it?
    It will also be nice to know how to create a .jar file that has all of the required classes in it, I know that Jbuilder enterprise does this, but I don't have that version or plan buying it.
    Thanks in advance

    Put the jre folder from your JDK install in your app folder.ok, but in this way he doesn't have to download jre
    but I have to add it to the app folder so that an
    application large just some kilobytes would become
    some megas bigger... unless I have misunderstood what
    you're suggesting me of course.Yeah, that's the downside. However, 17 MB isn't very large by todays standards.
    jre\javaw -cp <your classpath> <your main class><your classpath> is the class i need to be run's path
    or my classpath?
    jre\javaw has to be written like this or preceeded by
    the path of jre directory?As long as you point 'start in' to the correct directory, I don't believe you have to worry about that. That path you have there isn't quite right (neither was mine) but I think you've got that under control.
    You can give anm explicit path, then you can have different users with different start-in values and store their properties there automatically.

  • Cannot install Tuxedo8.1 on RedHat Linux 9.0

    I encounterd an error during install Tuxedo8.1 on RedHat Linux 9.0
    cf, Tuxedo8.1 is downloaded from your download sites for trial.
    [tuxedo@tuxedo-server install]$ sh tuxedo81_linux.bin
    Preparing to install...
    The included VM could not be uncompressed. Please try to download
    the installer again and make sure that you download using 'binary'
    mode. Please do not attempt to install this currently downloaded copy.
    I tried to install Tuxedo8.1 on Linux Enterprise Edition(tuxedo81_inlnxa21.bin).
    And It failed.
    Thans in advance

    eklee <[email protected]> wrote:
    I encounterd an error during install Tuxedo8.1 on RedHat Linux 9.0
    cf, Tuxedo8.1 is downloaded from your download sites for trial.
    [tuxedo@tuxedo-server install]$ sh tuxedo81_linux.bin
    Preparing to install...
    The included VM could not be uncompressed. Please try to download
    the installer again and make sure that you download using 'binary'
    mode. Please do not attempt to install this currently downloaded copy.
    I tried to install Tuxedo8.1 on Linux Enterprise Edition(tuxedo81_inlnxa21.bin).
    And It failed.
    Thans in advanceTry below commands in RH9,
    cd /bin
    ln -s gunzip uncompress
    then retry the installation process.
    Wei.C

  • Unable to run PL/SQL Cartridge (OAS 4.0.8.1, Redhat Linux Kernel 2.2, Oracle 8.1.5)

    PL/SQL Cartridge server refuses to come up.
    Config:
    =======
    OAS 4.0.8.1 on Redhat Linux Kernel 2.2
    Oracle 8.1.5 on Windows NT
    Remote access to the database using connect string
    The Linux m/c and NT m/c have recommended system requirements and domain registering. I could invoke the procedure from SQL plus and view the HTML contents using owa_util.showpage. Also, I could install PL/SQL Web Toolkit using the same DAD. But Cartridge server just refuses to come up. If anyone has a solution for this, it would be a great help!!
    P.S: Attached below is wrb.log
    Thanks,
    Kiran
    Wrb Log Contents
    ================
    02-11-2000 17:27:49 746919 devlinux `Broker` 2231 1 0x10fff `OWS-04764: Unable to bring up cartridge server, type icsawebsite, at devlinux. `
    02-11-2000 17:27:50 760451 devlinux `Dispatcher` 2361 1 0x2fff `OWS-04517: Error indicated by broker in getting cartridges of type icsawebsite/ckreddy. `
    02-11-2000 17:27:50 860311 devlinux `Dispatcher` 2361 1 0x2fff `OWS-04512: Request 604CD69E9EBF-A5EC-E000-16FAA8C00954 has internal error due to Error 4511. `
    02-11-2000 17:31:47 204347 devlinux `Broker` 2231 1 0x10fff `OWS-04764: Unable to bring up cartridge server, type icsawebsite, at devlinux. `

    We had the same problem with the PL/SQL cartridge (OWS-04764 ...). We solved our problem with a new kernel. Its important that you have a kernel with symmetric multi-processing support (SMP) enabled, independent if you have a one or two processor machine.
    I hope it will help you.
    Best regards
    Hans Hirter
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by icsanet:
    PL/SQL Cartridge server refuses to come up.
    Config:
    =======
    OAS 4.0.8.1 on Redhat Linux Kernel 2.2
    Oracle 8.1.5 on Windows NT
    Remote access to the database using connect string
    The Linux m/c and NT m/c have recommended system requirements and domain registering. I could invoke the procedure from SQL plus and view the HTML contents using owa_util.showpage. Also, I could install PL/SQL Web Toolkit using the same DAD. But Cartridge server just refuses to come up. If anyone has a solution for this, it would be a great help!!
    P.S: Attached below is wrb.log
    Thanks,
    Kiran
    Wrb Log Contents
    ================
    02-11-2000 17:27:49 746919 devlinux `Broker` 2231 1 0x10fff `OWS-04764: Unable to bring up cartridge server, type icsawebsite, at devlinux. `
    02-11-2000 17:27:50 760451 devlinux `Dispatcher` 2361 1 0x2fff `OWS-04517: Error indicated by broker in getting cartridges of type icsawebsite/ckreddy. `
    02-11-2000 17:27:50 860311 devlinux `Dispatcher` 2361 1 0x2fff `OWS-04512: Request 604CD69E9EBF-A5EC-E000-16FAA8C00954 has internal error due to Error 4511. `
    02-11-2000 17:31:47 204347 devlinux `Broker` 2231 1 0x10fff `OWS-04764: Unable to bring up cartridge server, type icsawebsite, at devlinux. `<HR></BLOCKQUOTE>
    null

  • Can any one help me. I tried to install Oracel 8.1.5 on RedHat Linux 7.0 and failed.

    I am running my system with RedHat Linux 7.0 and tried to install Oracle 8.1.5.
    I extracted jre required files and when i tried to start ./runIns.sh from install/linux directory it is giving me an error Unable to initalize threads: cannot find class Java/lang/Thread
    Could not create JVM
    i tried 3 times and i ended up here and i need instruction to sort out the problem as earlier as possible.pls do advice me in this.
    pls send the solution ASAP to my email id - ([email protected])

    Make sure you have IBM's Java 1.1.8 JRE/JDK installed on your server and $JAVA_HOME set. Check the Oracle installation instructions. One other problem with Red Hat 7.0. is that
    there is a libc library incompatibility problem with Red Hat linux 7.0 and Oracle 8i. The database will not start after you install it. Go to MetaLink (if you have support) and search for document # 121176.1. Basically, you have to download an older version of glibc, modify your Oracle link environment files, re-link the database executables and all will work normally. I did it on my Red Hat Linux 7.0 server two weeks ago and everything is working fine. Only other alternative is downgrade to Red Hat 6.2.

Maybe you are looking for

  • XFCE and KDE question

    Would there be any conflicts if XFCE and KDE were both installed at the same time or would it be wiser to remove KDE before installing XFCE?

  • Is there a way I can view two pages at once on Adobe for Windows 8 Metro?

    I'm not talking about the one document. I'm talking about multiple documents. Say I need to view two documents at once, side-by-side while I study (one is a formula sheet and the other is a question sheet).

  • Can I Boot my PB from a Firewire 800 External HD?

    I'm a going to buy a portable external HD for my mirror (clone) back-up drive. I can buy either a Firewire 400 ("Combo case") or 800 ("Triple case") HD. My inclination is to buy the Firewire 800 ("Triple case") drive as it will be more useful in the

  • Camera save function not working correctly

    When taking pictures my camera is intermittently saving the photos off center.  I take the picture and when I look at the saved product everything has shifted to the right.  Any ideas why this is happening and more importantly how to fix it?

  • Problem with SUMMARY

    When I try using the Service SUMMARY, the application Devon Think on my computer opens. The summary created is very short and ends mid-sentence. Why is Devon Think opening? When I put DevonThink in the trash, Summary did not work saying that Devon Th