Ubuntu :: Java Applets Won't Run In Browsers
Mar 6, 2010
I am using Ubuntu 8.10. All the java programs run perfectly fine in Geany. But when I try to run java applets in web browsers it did not run. I have tried running it in Opera and FireFox. I have written a simple program which display "hello world" in browsers. When I refresh the page it displays the text for about 2 or 3 seconds and after that it disappears.
Are there any other ways to run java applets?
View 2 Replies
ADVERTISEMENT
May 1, 2010
yesterday when 10.04 got released i decided i'd install it and try it out, when i tried to run a java applet on it (runescape for example) the CPU usage got really high (around 100%), is that normal?
Info about my processor if you need:AMD Athlon(tm) 64 X2 Dual Core Processor 5000+ 2,61 GHz.This is my first time ever using ubuntu.
View 9 Replies
View Related
Oct 8, 2010
When I look at my content plugins in Firefox and the list of IcedTea plugins is 29 items long. Is this my problem or do Java Applets just not work in Lynx?
View 3 Replies
View Related
Nov 17, 2010
I always have trouble with java applets in Firefox, any time I open one the whole browser just seems to lock up. Any pointers for making them run properly? I'm running Ubuntu 10.04 and I have the IcedTea plugin.
View 1 Replies
View Related
Mar 6, 2010
i am running Oracle EBS R12.1.1 on Linux RHEL 5.3 ,I am not able to run java applets on the same . I installed latest rpm of jre-1.6.0_18 , and it is there in /usr/java/jre1.6.0_18 but when i am searching by command its showing
[Code]....
View 3 Replies
View Related
Jul 12, 2010
All day today, my laptop has been absurdly hot.The core temperatures were exceeding 70.0C even though it was on a cooling pad and I had disabled wireless, lowered the screen brightness, and put the CPU on Powersave. (For comparison, the temp usually stays at 45.0C if I do all this)
Finally, I decided to check htop, and I found IcedTea Plugin at the top with 99% CPU usage. This is used to run embedded Java applets (Java, not Javascript). Curiously, no Java applets were running at that time.Now skip ahead an hour to when I finally discover that the IcedTea Plugin was left over from earlier because it didn't stop running when it was supposed to. Looking online, I see several complaints about Java being very taxing on the CPU in Ubuntu, but I don't see anything about Java applets continuing to run after they're gone.
Can anyone who has Java installed confirm that this happens on their system?
1. Open htop. Search for "icedtea" to make sure it isn't already running. Then click on "CPU%" to sort the list.
2. Open this page in Firefox: www.java.com/en/download/help/testvm.xml
3. Check htop. Is IcedTea climbing to the top? (if you have Java, it likely will, because this is a common issue)
4. Navigate off of the Java.com page by closing the tab or clicking Back.
5. Here's what I want to know. Check htop again. Is IcedTea still there?
6. Restart Firefox to get rid of IcedTea.
View 8 Replies
View Related
Feb 27, 2011
Why are applets not working on Squeeze? They were working in Lenny and work in Windows 7.
apt-cache policy openjdk-6-jdk icedtea6-plugin
openjdk-6-jdk:
Installed: 6b18-1.8.3-2
[code]...
View 10 Replies
View Related
Jan 10, 2010
I have gnome, iceweasel, and java installed. Java works fine from the command line, but not on sites like the one below.
[URL]
I have java enabled. I'm running squeeze. The 'add-ons' dialog in iceweasel lists the following:
Code:
Java(TM) Plug-in 1.6.0_16
this is the output from the Java console when trying to load the applet:
Code:
load: class AppletGui not found.
java.lang.ClassNotFoundException: AppletGui
at sun.plugin2.applet.Applet2ClassLoader.findClass(Applet2ClassLoader.java:152)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
[code]....
I think the problem may have to do with where it says "Caused by: java.net.ConnectException: Network is unreachable" but I'm not sure what that means.
View 4 Replies
View Related
Jun 24, 2011
Code:
Tells me to go to the plugins folder under firefox. I look in /usr/lib/firefox-3.6 and I dont have a folder named plugins. But firefox does display a list of plugins from Tools>Addons>Plugins. The list displayed by the browser does not include java.
oracle tells me to make a link from this non existent folder to the jre and make a link to lib/i386/libnpjp2.so
I've done a find / and nowhere on the system is there a libnpjp2.so
There are a bunch of files similar to this in
Code:
View 2 Replies
View Related
Jul 16, 2010
My sound is otherwise working fine, but for some reason i'm not getting any sound when running java applets. This issue is very important to me, i would -really- like to get the sound back on this applet.it's a java runtime environment applet, running in embedded in firefox. Somehow, the systems isn't detecting it as a application outputting sound.
i tried uninstalling the sound manager application via synaptic, selected the 'completely remove' option, and wound up uninstalling essentially the entire OS last weekend. i'd like to not repeat that mishap, as i lost all my data.
View 3 Replies
View Related
Oct 25, 2010
Firefox is crashing whenever I go to a page with a java applet such as this one [URL]... I get the following output in the command line:
GCJ PLUGIN: thread 0xb5e191f0: NP_Initialize
GCJ PLUGIN: thread 0xb5e191f0: NP_Initialize: using /usr/lib/classpath/gappletviewer.
GCJ PLUGIN: thread 0xb5e191f0: NP_Initialize return
GCJ PLUGIN: thread 0xb5e191f0: GCJ_New
GCJ PLUGIN: thread 0xb5e191f0: plugin_data_new
[Code]...
View 3 Replies
View Related
Mar 19, 2010
I'm using Iceweasel on Debian, and my java applets won't work. They used to work fine so I don't understand what happened to them. I installed the latest java jre from Sun and it made no difference. Java plugin seems to work (at least the javascript part) but it can't seem to download applet's. I tried running one locally (ran on of the example applet that came with the Sun jdk, but they won't work on the web) the java console pops up with these errors.
Quote:
View 1 Replies
View Related
Jan 4, 2010
I know how to deal with a mouse click event like so:
Code:
But was happens when I am dealing with mouse dragging? Will my implementation of mouseDragged() get called for every pixel moved? So I just getX() and getY() like with a mouse click?
Also, in order to know when mouse dragging stops and starts, do I also have to put code in mousePressed and mouseReleased?
View 1 Replies
View Related
Jan 14, 2010
So, when I program my Java applet I am expected to use an event based model, where I run functions in response to mouse clicks and so forth, and I am supposed to return quickly so that the applet can continue looping. But what if I want certain functions to run by themselves on a regular schedule (like every 200 ms or so) without blocking mouse events, repaints, and so forth?
I looked at the source code of one Java applet I found, and it accomplished this by creating extra threads. I was wondering if creating extra threads was the only way to accomplish that, or if there was some more proper way to do it built into the Applet somehow.
View 1 Replies
View Related
Jun 12, 2010
I have Ubuntu 10.4 with browsers Firefox and Chromium. Neither browser has Java. I want to install Java for both browsers. I have downloaded jre-6u20-linux-i586.bin and I have permission to execute it, but I don't know what folders to put it in before I execute. I need someone to educate me with detailed instructions because my computer skills are less than modest. Do I have to create folders?What is the command to execute?
View 1 Replies
View Related
Mar 30, 2010
I'm having trouble getting a working java plugin on my Debian Squeeze Amd 64 system. I've tried some of the suggestions from the forums on linuxquestions (specifically http://www.linuxquestions.org/questi...owsers-701947/), but am not having any luck yet.I've installed the sun-java6-{bin,fonts,jre,plugin} packages via Synaptic. When I try to check java on Sun's website, the applet seems to hang.Here's what Iceweasel says on aboutlugins:
Java(TM) Plug-in 1.6.0_18
File name: libnpjp2.so
The next generation Java plug-in for Mozilla browsers.
[code]....
View 2 Replies
View Related
Jul 26, 2010
I've just installed java (jre-6u21-linux-i586.bin) on Red Hat 4.4 AS and issued this command to check the java version: java -versionand got :bash :java: command not found
View 4 Replies
View Related
Jul 2, 2011
the best way I can describe what happened to my desktop is that at a sudden point I could no longer switch between my windows, and when I shut my computer down and rebooted, nearly all of the applets at the top of my screen -- including the clock, Me applet, messaging center, and shut down helper -- were gone. How do I get them back?
View 5 Replies
View Related
Oct 20, 2010
Is it possible to add panel applets in the netbook desktop environment? (I don't know what this DE is called.)
I know how to do it if I log in with the usual Gnome DE, but applets added there don't seem to show up when I log in with the netbook DE.
Is there a configuration file somewhere that can be manually edited to do this?
View 6 Replies
View Related
Mar 3, 2010
I am running Jaunty 9.04 with Firefox 3.0.18.
Here is the output of $ java -version:
java version "1.6.0_16"
Java(TM) SE Runtime Environment (build 1.6.0_16-b01)
Java HotSpot(TM) 64-Bit Server VM (build 14.2-b01, mixed mode)
I have tried the solution to this thread: [URL] but to no avail. And this thread: [URL]doesn't help either.
The website I am trying to view the applet on is: [URL]
Nothing comes up saying a missing plug-in needs to be installed, but a small, blank window appears with a title of "Java" which can't be closed and has to be killed.
View 2 Replies
View Related
May 28, 2010
Anybody knows WTF with my applets? Applets periodically overshadow each other and duplicated.
View 2 Replies
View Related
Jun 8, 2010
I'm having an unexpected problem with my Gnome Panel in Ubuntu Lucid. The thing is that after I logged in, my Language Indicator Applet and the Network Connections Indicator Applet were missing in my PANEL.I've tried the typical installation method by pressing "Add to panel", but I cannot find any of these options in the list of applets.
View 3 Replies
View Related
Jul 8, 2010
I am wondering how I get applets back on the panels please?I was removing an applet, but I have no idea how I turn off my pc without the applet there?
View 3 Replies
View Related
Aug 28, 2010
I was just wondering were a good site is to go to find good menu panel Gnome applets? (New to Ubuntu and look to spruce up my Desktop
View 3 Replies
View Related
Feb 23, 2011
so I'm using Xubuntu 10.04.2, and I would like to add the network manager to the GDM Panel.
I know it must be possible somehow, since the Gnome version lacks the battery monitor, and the Xfce version has it present. I'm just not quite sure how to get it done.
I do not have Gnome installed, I have only XFCE, LXDE, and Openbox.
View 3 Replies
View Related
May 2, 2011
I am a big fan of avant window navigator, but I'm having trouble getting it set up all the way in natty.avant-window-navigator is in the natty repos, but there are a couple of shortcomings in the applets. - the digital clock applet is not included - the weather applet has an annoying bug (constantly announcing that there may be connectivity issues) that was fixed a long time ago. That's fine, I'll just I just install from the PPA I thought. The problem is that the applets package (awn-extras) is not in their natty repo. Does anyone know how to get awn with the most recent applets in natty?
View 3 Replies
View Related
May 9, 2011
I am trying *really* hard to like Unity. Already I'm disappointed that I can't move it to the right edge of the screen. My peripheral vision is stronger on the left, so the Launcher is distracting there. I know that people will say that it'll pop out when I try to use scroll bars. I have auto-hide disabled, so no it won't. Now I'm trying to figure out how (or if) I can get some sort of pop-out functionality. Since Canonical wants to shove a more OSX-ish experience down my throat, I'd like to be able put a folder into the Launcher, and have it pop-out the contents of the folder, with an option to open that folder in Nautilus. Can this be done?
View 2 Replies
View Related
May 9, 2010
I was messing around with my monitor settings in Ubuntu 10.04 [The first time when everything worked right away with my system!], and I stupidly deleted all the applets in the upper panel, and now I can't find them anymore. I looked though the applet selection screen, and I couldn't find the sound applet, the all-in-one power off/log out/switch user applet, or the email/chat applet. How do I get these applets back on my top panel?
View 2 Replies
View Related
May 14, 2010
I appear to have accidentally removed the volume and the network applets from the tray and can't find them in the "add to panel" list ...
View 9 Replies
View Related
May 29, 2010
Can someone please help me? I'm a noob and I've never had a problem like this before.Ever since I installed on this system every time I start up I get a bunch of error windows.I tried pressing the "Don't Delete" or "Reload" buttons as appropriate. Then the applets sometimes reappear and sometimes they don't. Please help a noob!
View 2 Replies
View Related