Search Mac Software Downloads
|
  Main     Internet     Java Embedding Plugin  

Java Embedding Plugin User Reviews (17 posts)Write A Review
sort: smiles | time
Apr 28 2009

VIVI22  How can I install Java Embedding Plugin 0.9.7. in my MacBook Pro. Please help me  
(Version 0.9.7)

praisebury
0
[ 1 Reply - Reply ]
Replies:
Apr 28 2009

JCRAIG  If you are using nightly builds of Firefox or Camino, you need not do anything as JEP is included in the app package. Otherwise, see the info on this page:

http://javaplugin.sourceforge.net/Readme.html#h-III  
(Version 0.9.7)

praisebury
+1

Apr 28 2009

VIVI22  How can I install Java Embedding Plugin 0.9.7. in my MacBook Pro. Please help me  
(Version 0.9.7)

praisebury
-1
[ Reply ]
Dec 18 2006
*****

JCRAIG  Bug fixes and speed increase make this an excellent update. Thanks Steven!  
(Version 0.9.6)

praisebury
+1
[ Reply ]
Oct 23 2005
*****

ZIRE71MAN  Works great...Keep it up!!!  
(Version 0.9.5)

praisebury
0
[ 1 Reply - Reply ]
Replies:
Nov 2 2005

ZIRE71MAN  Works with firefox 1.0.7...nice job...  
(Version 0.9.5)

praisebury
0

Sep 17 2005

DPG4450GUY  Well, partial success - Mozilla 1.7.11 operates correctly - passes Sun dot com's JVM test (dancing duke) and chat.yahoo.com . . .

What is going on that SeaMonkey, Camino, and Firefox can't operate nicely with it?

10.3.9 + Java Security Update  
(Version 0.9.4)

praisebury
0
[ 1 Reply - Reply ]
Replies:
Oct 28 2007

___ A.M.M___  I THINK THIS SITE IS COOL,I JUST WANNA TRY  
(Version 0.9.6.3)

praisebury
0

Sep 17 2005
**½..

DPG4450GUY  0.9.4 didn't fix it on my machine.

SeaMonkey, Camino 1.0 alpha 1,

Firefox 1.0.6 still will not load

any java applet for Yahoo.

:-(  
(Version 0.9.4)

praisebury
0
[ Reply ]
Sep 16 2005

MARKJMK  Here is an explanation of why it is not working. http://sourceforge.net/tracker/index.php?func=detail&aid=1291312&group_id=107955&atid=649116

I have the same problem, I am having to use Safari for playing Pogo games. I had forgot how slow Safari is.  
(Version 0.9.3)

praisebury
0
[ Reply ]
Sep 15 2005

ZIRE71MAN  This has stopped working...I don't know if it's the new version of firefox or the new java update that just came out. I tried to download the beta from sourceforge but it didn't work either. Now I have to switch to Safari to play yahoo games...  
(Version 0.9.3)

praisebury
0
[ Reply ]
Jul 26 2005

ANONYMOUS  Firefox 1.06 on OS-X 1039: "dyld: /Applications/Firefox.app/Contents/MacOS/firefox-bin file is not a regular file: /Library/Internet Plug-Ins/MRJPlugin.plugin (can't possibly be a library)" and closes.

I have made sure to 'touch' modification date of MRJplugin. Didn't though touch "Java Applet.plugin" and "Java Applet Plugin Enabler" since on those, the readme only says 'check the file dates' but nothing else.

Any ideas?  
(Version 0.9.3)

praisebury
0
[ Reply ]
Jul 25 2005
*****

DPG4450GUY  CHANGELOG from the "Change Text" file for 0.9.3:

Changes From Version 0.9.2 to 0.9.3

1. Made further improvements to my workarounds for the large number of

spurious updates that Mozilla-family browsers send to the MRJ

Plugin JEP (and indirectly to JavaEmbeddingPlugin.bundle).

In the past I've called this the "Camino spurious updates bug".

But, though the problem may be worst in Camino (particularly in the

most recent versions), it really effects all the Mozilla-family

browsers. Unless we do something about them, these redundant

updates cause applets to flash annoyingly, sometimes several times

per second.

With JEP 0.9.3 I added a new call, MaybeDrawJavaApplet(), to the

Java Embedding Plugin C/C++ API, and shifted some of the burden of

squelching spurious updates from the MRJ Plugin JEP to

JavaEmbeddingPlugin.bundle.

For more information see MaybeDrawJavaApplet() in

JavaEmbeddingPlugin.h, item #B16 in Changes-JEP.txt, JEPController

maybeDrawApplet, JEPController handleCarbonUpdate and MyNSView

_drawRect in Controller.m, and forwardEvent_EF() in Handlers.m.

2. Fixed a problem that caused the Print dialog to be messed up in

Carbon browsers (Firefox and Mozilla/Seamonkey) on OS X 10.4.X

(Tiger). This was due to a Tiger-specific side effect of one of my

workarounds for Apple's Cocoa/Carbon interface bugs.

For more information see drawRect_CWV(), isFlipped_CWV() and

isFlipped_CWF() in Handlers.m. Also see the following bug report:

http://sourceforge.net/tracker/index.php?func=detail&aid=1221337&group_id=107955&atid=649116

3. Improved my workaround for an Apple bug that caused crashes when

you press Control+key or Option+key combinations while the focus is

in an applet. This workaround was first introduced in JEP 0.9.1

(see item #4 in that version's Changes.txt). But I discovered that

these crashes still happened, under some circumstances.

The enhanced workaround should fix them completely. For more

information see insertText_AWT() in Handlers.m.

4. Fixed a crash bug triggered by applets that use Java sound when

they're run in Java 1.5 on OS X 10.4.X (Tiger).

Code in the Java sound library (libjsound.jnilib) thought it was

running on Java 1.4.2, not Java 1.5. The fix involved changing to

a better method for telling the various Java components which Java

version is running.

For more information see JEPController checkBundle in Controller.m.

Also see the following bug report:

http://sourceforge.net/tracker/index.php?func=detail&aid=1206781&group_id=107955&atid=649116

5. Made it more likely that Command+key combinations (like Command+T

or Command+W) will work in Carbon browsers (like Firefox and

Mozilla/Seamonkey) when an applet has first been loaded in a page,

but before the user has clicked the mouse in it.

(These key combinations (except for Command+H and Command+Q) will

still stop working once you click the mouse on an applet -- this is

a feature (or design flaw) of the Mozilla-family Carbon-based

browsers. They'll start working again when you click the mouse

outside any applet.)

For more information see MyNSApplication sendEvent in Controller.m.

6. Fixed a couple of hang/freeze bugs in Java-to-JavaScript

LiveConnect (in the MRJ Plugin JEP). For more information see

items #B20 and #B21 in Changes-JEP.txt.

7. Worked around an obscure Apple bug in Tiger that causes some

applets which update themselves continuously not to be displayed

correctly. An example of this problem is the video applet at

http://java.sun.com/j2se/jre_check/index.jsp

For more information see getContext_ADCM() in Handlers.m.

8. Many other minor fixes and improvements.  
(Version 0.9.3)

praisebury
0
[ Reply ]
May 23 2005
****½

JEDIK  A must have to any Gecko user. Thanks for the project. Please keep up the excellent work! :)  
(Version 0.9.2)

praisebury
0
[ Reply ]
May 10 2005
*****

DPG4450GUY  Gawd ... let's hope Firefox running Java on a Mac works alot better than it does on bug-laden Windows (shudder.)

Anyway, v0.9.1 eliminated alot of applet bugs on the Camino builds - Yahoo chat now runs great, for example.

Thanks - great job, guys!  
(Version 0.9.1)

praisebury
0
[ Reply ]
Feb 15 2005
****½

SOUTHPAW  Wow...

Firefox 1.0... runs Java like it does on windows... yes... that means things work... they really, really, work.

Sites like

http://www.asahi-net.or.jp/~ik2r-myr/kanji/kanji1a.htm

for Kanji Drills look like they should look... although initially loads a little slower than the java applet does in Safari. (If you use this site and use the web developer plug-in in Firefox, save the size 950 by 725 optimal ease of resizing for study)

http://chat.yahoo.com

yes... it actually works in Firefox... not to say chatting is useful... but yahoo chat services are notorious for not working in any web browser in OS X since Safari 1.0 on 10.2.8.

If you have Intego Firewall, you can chat via turning you're firewall to no restrictions, and then turning your OS X firewall on in Sharing under System Preferences.

This plug-in does not work well with Camino .82 compared to Firefox 1.0. As Camino is still in development and this plug-in is in beta, that's understandable. Camino is the favorite of the G3 users as it performs well and supports native FTP *and* Gopher, while Safari calls up other applications for FTP or Gopher. ( FTP is best through terminal, Fetch is the next best, and then a Mozilla browser will satisfy the now and then FTP )

If you use java applets on the web, this plug-in should be a neccessity, and if you have a newer G4 1.33/1.42/1.5, you'll probably be pretty happy changing the default browser to Firefox after installing this plug-in.

Between this, Konfabulator, NeoOffice/J(free), seashore(free), Gimp(free), blender(free), wings 3D(free), Firefox 1.0(free), Fire 1.5.1(free), Fetch, programs/screensavers by Single Brain Cell(free), radmind(free), and the host of utilities by unsanity.org, another 130 bucks for a brand new OS if you have a G4 or older should be almost repulsive. But hey, that's just my opinion.   
(Version 0.9.0)

praisebury
0
[ Reply ]
Feb 7 2005
*****

DPG4450GUY  Excellent update!

Yahoo chat rooms now run w/o issue under Gecko-browsers. Good work.  
(Version 0.9.0)

praisebury
0
[ Reply ]
Dec 6 2004
*****

MORITO  great idea, great project, works great.

finally i can use icq2go in firefox.  
(Version 0.8.8)

praisebury
0
[ Reply ]
Nov 30 2004
*****

ANONYMOUS  Simple install. Works as advertised.

Yay, I can now zoom the map on mapquest without having to open Safari!!!

THANK YOU!!  
(Version 0.8.7)

praisebury
0
[ Reply ]
Nov 18 2004

COMMANDER LAZENBY  I love everything about this project, especially the reason why it was started in the first place. When God looks on Camino, He sees that it is good, and He does not want it to have to settle for Java 1.3.1. I think we better do what He says.  
(Version 0.8.7)

praisebury
0
[ 1 Reply - Reply ]
Replies:
Nov 18 2004

UMAROMC  LOL funny post  
(Version 0.8.7)

praisebury
0

 

The opinions expressed in the reviews are not necessarily those of MacUpdate.
MacUpdate waives any legal binding related to the comments and opinions expressed in the reviews.
Please contact MacUpdate politely if you wish for a comment to be reviewed by MacUpdate for removal.