Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #15012
| From | "Richard Maher" <maher_rj@hotspamnotmail.com> |
|---|---|
| Newsgroups | comp.lang.java.programmer, comp.lang.javascript |
| Subject | Re: Chrome bug with Applet and threading |
| Date | 2012-06-03 08:59 +0800 |
| Organization | HTTP *is* The Box - Let's think outside |
| Message-ID | <jqecsr$on5$1@speranza.aioe.org> (permalink) |
| References | <jpmd6h$gvk$1@speranza.aioe.org> <XnsA05E5D966C1D2eejj99@194.109.133.133> <jq2epo$jrt$1@speranza.aioe.org> <99721b0b-cf17-4771-8020-6813c1173191@b21g2000yqn.googlegroups.com> |
Cross-posted to 2 groups.
"Scott Sauyet" <scott.sauyet@gmail.com> wrote in message news:99721b0b-cf17-4771-8020-6813c1173191@b21g2000yqn.googlegroups.com... > Richard Maher wrote: >> Evertjan wrote: >>> Richard Maher wrote: >>>> Please see Chrome bug report: - >>>> http://code.google.com/p/chromium/issues/detail?id=129528 >> >>>> If you can identify a bug in my code that is causing the hang on >>>> Chrome them please let me know. Otherwise please vote for this issue >>>> by ticking the star. SSCCE provided and behaviour very easy to >>>> reproduce. >> >>> Off topic, Java != Javascript. >> >> Can you please explain why you are so adamant that all of the Javascript >> on >> the readily >> available: -http://code.google.com/p/chromium/issues/attachmentText?id=129528&aid... >> is not responsible for the hang with the Chrome browser? > > I did the same thing that Evertjan probably did. I looked at your > note, clicked on the link, scanned the bug report, saw absolutely > nothing in any of that sounded like a Javascript issue, getting turned > off in the process by the detailed descriptions of how to compile and > jar up your Java. (I don't know how the attachments work there, but > would it not be possible to attach the jar file as well as the > source?) I used to do mostly Java; I'm not scared of working with > Java or the command line, but that seems to me far from my current day- > to-day development with Javascript. > For those who don't want to dowload a JDK or worry about compiling anything, there is a version of "POC.JAR" now attached to the Chrome bug report: - http://code.google.com/p/chromium/issues/detail?id=129528#c9 Simply copy that file and the "hydra.html" file to your web hosting directory and you're away. (To open the hydra.html example on other than the local host you must first edit hydra.html and change the "codebase" and "archive" object parameters from http://127.0.0.1/ to the correct URL for your server.) > > -- Scott Cheers Richard Maher
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Chrome bug with Applet and threading "Richard Maher" <maher_rj@hotspamnotmail.com> - 2012-05-25 06:36 +0800
Re: Chrome bug with Applet and threading "Evertjan." <exjxw.hannivoort@interxnl.net> - 2012-05-25 07:12 +0000
Re: Chrome bug with Applet and threading "Richard Maher" <maher_rj@hotspamnotmail.com> - 2012-05-29 20:17 +0800
Re: Chrome bug with Applet and threading Scott Sauyet <scott.sauyet@gmail.com> - 2012-05-29 06:15 -0700
Re: Chrome bug with Applet and threading "Richard Maher" <maher_rj@hotspamnotmail.com> - 2012-06-03 08:59 +0800
Re: Chrome bug with Applet and threading Lew <noone@lewscanon.com> - 2012-05-29 07:02 -0700
csiph-web