Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.help > #2624 > unrolled thread
| Started by | Whiffy <adnw14@live.co.uk> |
|---|---|
| First post | 2013-03-27 09:15 -0700 |
| Last post | 2013-03-31 14:07 -0400 |
| Articles | 11 — 5 participants |
Back to article view | Back to comp.lang.java.help
Is this java applet safe? Whiffy <adnw14@live.co.uk> - 2013-03-27 09:15 -0700
Re: Is this java applet safe? markspace <markspace@nospam.nospam> - 2013-03-27 09:30 -0700
Re: Is this java applet safe? Whiffy <adnw14@live.co.uk> - 2013-03-27 16:32 -0700
Re: Is this java applet safe? Whiffy <adnw14@live.co.uk> - 2013-03-29 12:19 -0700
Re: Is this java applet safe? Joerg Meier <joergmmeier@arcor.de> - 2013-03-29 21:43 +0100
Re: Is this java applet safe? Whiffy <adnw14@live.co.uk> - 2013-03-29 16:24 -0700
Re: Is this java applet safe? Lew <lewbloch@gmail.com> - 2013-03-29 18:14 -0700
Re: Is this java applet safe? Whiffy <adnw14@live.co.uk> - 2013-08-02 10:37 -0700
Re: Is this java applet safe? Whiffy <adnw14@live.co.uk> - 2013-10-06 21:13 -0700
Re: Is this java applet safe? Joerg Meier <joergmmeier@arcor.de> - 2013-03-30 12:46 +0100
Re: Is this java applet safe? "John B. Matthews" <nospam@nospam.invalid> - 2013-03-31 14:07 -0400
| From | Whiffy <adnw14@live.co.uk> |
|---|---|
| Date | 2013-03-27 09:15 -0700 |
| Subject | Is this java applet safe? |
| Message-ID | <04cccc37-d6eb-4db5-a083-39c54a7fe1e4@googlegroups.com> |
http://www.google.co.uk/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&cad=rja&docid=hlD0hJxYGcz2QM&tbnid=CKpUMs3l9GxkEM:&ved=&url=http%3A%2F%2Fwww.angryharry.com%2Fes-EMILY-MAITLIS.htm&ei=OA5TUeHJLaXV0QXCkYHgDw&bvm=bv.44342787,d.d2k&psig=AFQjCNHNvDX9v-Ngop00K4Uo_tpLxp3XTg&ust=1364484025085030 I clicked on an image in Google images. It got me to the webpage i expected but a java console window opened (as i had set) and was about to run an applet then i unplugged my ethernet before it did. I ran mrt.exe quick scan, found nothing bad. Also put the link here http://urlquery.net/report.php?id=1635924 http://scanurl.net/ I've got the Firefox 19 latest java 7u17 which normally asks me when about to run any java so is this a virus?
[toc] | [next] | [standalone]
| From | markspace <markspace@nospam.nospam> |
|---|---|
| Date | 2013-03-27 09:30 -0700 |
| Message-ID | <kiv6mp$bsm$1@dont-email.me> |
| In reply to | #2624 |
On 3/27/2013 9:15 AM, Whiffy wrote: > I've got the Firefox 19 latest java 7u17 which normally asks me when > about to run any java so is this a virus? Probably not. If there's no confirmation or certificate, then the applet runs in a "sandbox," a contained environment that it can't escape from. It can't read or write to your hard disc, inspect the registry, contact other websites, etc. If you go to Oracle's tutorials for Java, many applets there run without requesting user confirmation. It's only the signed apps that need to do something potentially dangerous that ask that you confirm it's alright to run them. All of the above ignores the chance of security holes and actual attacks.
[toc] | [prev] | [next] | [standalone]
| From | Whiffy <adnw14@live.co.uk> |
|---|---|
| Date | 2013-03-27 16:32 -0700 |
| Message-ID | <8601dc97-9c1a-4fc0-95cc-9ac26689a5e8@googlegroups.com> |
| In reply to | #2625 |
On Wednesday, March 27, 2013 4:30:15 PM UTC, markspace wrote: > On 3/27/2013 9:15 AM, Whiffy wrote: > > > > > I've got the Firefox 19 latest java 7u17 which normally asks me when > > > about to run any java so is this a virus? > > > > Probably not. If there's no confirmation or certificate, then the > > applet runs in a "sandbox," a contained environment that it can't escape > > from. It can't read or write to your hard disc, inspect the registry, > > contact other websites, etc. > > > > If you go to Oracle's tutorials for Java, many applets there run without > > requesting user confirmation. It's only the signed apps that need to do > > something potentially dangerous that ask that you confirm it's alright > > to run them. > > > > All of the above ignores the chance of security holes and actual attacks. With the Google link you might get 'server not found;. I just pressed refresh. Also I had Flash disabled, which then makes it try to run Java.
[toc] | [prev] | [next] | [standalone]
| From | Whiffy <adnw14@live.co.uk> |
|---|---|
| Date | 2013-03-29 12:19 -0700 |
| Message-ID | <cc96f202-7fe6-4aff-8247-179e202928df@googlegroups.com> |
| In reply to | #2626 |
On Wednesday, March 27, 2013 11:32:35 PM UTC, Whiffy wrote: > On Wednesday, March 27, 2013 4:30:15 PM UTC, markspace wrote: > > > On 3/27/2013 9:15 AM, Whiffy wrote: > > > > > > > > > > > > > I've got the Firefox 19 latest java 7u17 which normally asks me when > > > > > > > about to run any java so is this a virus? > > > > > > > > > > > > Probably not. If there's no confirmation or certificate, then the > > > > > > applet runs in a "sandbox," a contained environment that it can't escape > > > > > > from. It can't read or write to your hard disc, inspect the registry, > > > > > > contact other websites, etc. > > > > > > > > > > > > If you go to Oracle's tutorials for Java, many applets there run without > > > > > > requesting user confirmation. It's only the signed apps that need to do > > > > > > something potentially dangerous that ask that you confirm it's alright > > > > > > to run them. > > > > > > > > > > > > All of the above ignores the chance of security holes and actual attacks. > > > > > > With the Google link you might get 'server not found;. I just pressed refresh. > > > > Also I had Flash disabled, which then makes it try to run Java. Oh i should have mentioned that my java console window pops up before the security pop-up like on http://zxspectrum.net . I had 186 tabs and my laptop was slow anyway. I had a quick look here http://docs.oracle.com/javase/tutorial/ where are the java examples?
[toc] | [prev] | [next] | [standalone]
| From | Joerg Meier <joergmmeier@arcor.de> |
|---|---|
| Date | 2013-03-29 21:43 +0100 |
| Message-ID | <k5zlxwwtt818$.schlgz5gkagv$.dlg@40tude.net> |
| In reply to | #2629 |
On Fri, 29 Mar 2013 12:19:15 -0700 (PDT), Whiffy wrote: > I had a quick look here http://docs.oracle.com/javase/tutorial/ > where are the java examples? Pretty much behind every link. All of these are Java examples. Liebe Gruesse, Joerg -- Ich lese meine Emails nicht, replies to Email bleiben also leider ungelesen.
[toc] | [prev] | [next] | [standalone]
| From | Whiffy <adnw14@live.co.uk> |
|---|---|
| Date | 2013-03-29 16:24 -0700 |
| Message-ID | <7380ce25-22c4-4c3e-b653-3eae9a7bfa9d@googlegroups.com> |
| In reply to | #2630 |
On Friday, March 29, 2013 8:43:41 PM UTC, Joerg Meier wrote: > On Fri, 29 Mar 2013 12:19:15 -0700 (PDT), Whiffy wrote: > > > > > I had a quick look here http://docs.oracle.com/javase/tutorial/ > > > where are the java examples? > > > > Pretty much behind every link. All of these are Java examples. No java on these pages http://www.oracle.com/technetwork/java/javase/downloads/index.html http://docs.oracle.com/javase/tutorial/
[toc] | [prev] | [next] | [standalone]
| From | Lew <lewbloch@gmail.com> |
|---|---|
| Date | 2013-03-29 18:14 -0700 |
| Message-ID | <6e01f26e-d3a7-4667-ab74-426a1b04edfb@googlegroups.com> |
| In reply to | #2631 |
Whiffy wrote:
> No java [sic] on these pages
>
> http://www.oracle.com/technetwork/java/javase/downloads/index.html
> http://docs.oracle.com/javase/tutorial/
Is this, from that tutorial site you just cited, not Java code?
public class ShadowTest {
public int x = 0;
class FirstLevel {
public int x = 1;
void methodInFirstLevel(int x) {
System.out.println("x = " + x);
System.out.println("this.x = " + this.x);
System.out.println("ShadowTest.this.x = " + ShadowTest.this.x);
}
}
public static void main(String... args) {
ShadowTest st = new ShadowTest();
ShadowTest.FirstLevel fl = st.new FirstLevel();
fl.methodInFirstLevel(23);
}
}
What do you mean "no java [sic]"?
That's Java!
--
Lew
[toc] | [prev] | [next] | [standalone]
| From | Whiffy <adnw14@live.co.uk> |
|---|---|
| Date | 2013-08-02 10:37 -0700 |
| Message-ID | <372fd24e-486f-4d1a-85b2-b94e230289a6@googlegroups.com> |
| In reply to | #2633 |
On Saturday, 30 March 2013 01:14:51 UTC, Lew wrote:
> Whiffy wrote: > No java [sic] on these pages > > http://www.oracle.com/technetwork/java/javase/downloads/index.html > http://docs.oracle.com/javase/tutorial/ Is this, from that tutorial site you just cited, not Java code? public class ShadowTest { public int x = 0; class FirstLevel { public int x = 1; void methodInFirstLevel(int x) { System.out.println("x = " + x); System.out.println("this.x = " + this.x); System.out.println("ShadowTest.this.x = " + ShadowTest.this.x); } } public static void main(String... args) { ShadowTest st = new ShadowTest(); ShadowTest.FirstLevel fl = st.new FirstLevel(); fl.methodInFirstLevel(23); } } What do you mean "no java [sic]"? That's Java! -- Lew
I have IE8 set so that a bar appears telling me that a webpage wants to run java and it doesn't on those two web pages.
http://docs.oracle.com/javase/tutorial/
http://www.oracle.com/technetwork/java/javase/downloads/index.html
Also in View Source
i search for 'public class' and it doesn't find it the phrase, so is it in some other file in your temporary internet files in the cache?
http://www.honda.co.uk/hands/
this Honda page though gets a bar saying it wants to run java but i can't see where
[toc] | [prev] | [next] | [standalone]
| From | Whiffy <adnw14@live.co.uk> |
|---|---|
| Date | 2013-10-06 21:13 -0700 |
| Message-ID | <9f2e6120-ee4c-40ee-9ea1-76334bd12562@googlegroups.com> |
| In reply to | #2745 |
On Friday, 2 August 2013 18:37:42 UTC+1, Whiffy wrote: > > http://www.honda.co.uk/hands/ > > this Honda page though gets a bar saying it wants to run java but i can't see where http://www.honda.co.uk/hands/ On this Honda page on IE8 i get a bar saying This website wants to run the following add-on: 'Java SE Runtime Environment 7 Update 25' from 'Oracle America, Inc.'. If you trust the website and the add-on and want to allow it to run, click here... Neither Firefox or Chrome mentions java though
[toc] | [prev] | [next] | [standalone]
| From | Joerg Meier <joergmmeier@arcor.de> |
|---|---|
| Date | 2013-03-30 12:46 +0100 |
| Message-ID | <gai420q86rqg.f0adb5cdi40k.dlg@40tude.net> |
| In reply to | #2631 |
On Fri, 29 Mar 2013 16:24:41 -0700 (PDT), Whiffy wrote: > On Friday, March 29, 2013 8:43:41 PM UTC, Joerg Meier wrote: >> On Fri, 29 Mar 2013 12:19:15 -0700 (PDT), Whiffy wrote: >>> I had a quick look here http://docs.oracle.com/javase/tutorial/ >>> where are the java examples? >> Pretty much behind every link. All of these are Java examples. > No java on these pages > http://www.oracle.com/technetwork/java/javase/downloads/index.html That's the download location where you get Java. > http://docs.oracle.com/javase/tutorial/ Like I said in my last post, pretty much every link on that page leads to various Java tutorials. Just click one, like "Getting started". A minimal level of competence is expected and required of future programmers. I don't aim to be rude, but if you are told that a link contains Java tutorials, you should be able to independently click a few of those links to see the tutorials without someone holding your hand and saying "Now click where it says 'Learning the Java language'". If you continue to expect that level goose stepping, you won't get very far, I'm afraid. Liebe Gruesse, Joerg -- Ich lese meine Emails nicht, replies to Email bleiben also leider ungelesen.
[toc] | [prev] | [next] | [standalone]
| From | "John B. Matthews" <nospam@nospam.invalid> |
|---|---|
| Date | 2013-03-31 14:07 -0400 |
| Message-ID | <nospam-D467F7.14073431032013@news.aioe.org> |
| In reply to | #2634 |
In article <gai420q86rqg.f0adb5cdi40k.dlg@40tude.net>, Joerg Meier <joergmmeier@arcor.de> wrote: > On Fri, 29 Mar 2013 16:24:41 -0700 (PDT), Whiffy wrote: > > > On Friday, March 29, 2013 8:43:41 PM UTC, Joerg Meier wrote: > >> On Fri, 29 Mar 2013 12:19:15 -0700 (PDT), Whiffy wrote: > >>> I had a quick look here http://docs.oracle.com/javase/tutorial/ > > >>> where are the java examples? > >> Pretty much behind every link. All of these are Java examples. > > No java on these pages > > http://www.oracle.com/technetwork/java/javase/downloads/index.html > > That's the download location where you get Java. > > > http://docs.oracle.com/javase/tutorial/ > > Like I said in my last post, pretty much every link on that page > leads to various Java tutorials. Just click one, like "Getting > started". As it's Easter, I'll point out easy egg: leaf pages typically have a link to the related examples, and the section (found near the bottom of the page) has a "name" attribute of "eg", for example <http://docs.oracle.com/javase/tutorial/uiswing/components/list.html#eg> As it's Passover, I'm having fried matzo. > A minimal level of competence is expected and required of future > programmers. I don't aim to be rude, but if you are told that a link > contains Java tutorials, you should be able to independently click a > few of those links to see the tutorials without someone holding your > hand and saying "Now click where it says 'Learning the Java > language'". Hear, hear. See also <http://users.drew.edu/bburd/BeginProg2/ReadingJavadoc.pdf> [...] -- John B. Matthews trashgod at gmail dot com <http://sites.google.com/site/drjohnbmatthews>
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.java.help
csiph-web