Java

The machines we love to hate

Moderator: Wiz Feinberg

John Hawkins
Posts: 708
Joined: 8 Apr 1999 12:01 am
Location: Onalaska, Tx. on Lake Livingston * R.I.P.
State/Province: -
Country: United States

Java

Post by John Hawkins »

I was prompted lately to install Java ! I did that with no apparent difference to the PC performance --at least not that I can tell ! I'm mostly a PC dummy and really don't know what Java is or does !

If it makes no apparent difference in PC preformance or if it takes up too much space, why have it ? Should I uninstall the program ?

Would appreciate your advise and suggestions! Thanks !

John
Dave Potter
Posts: 1568
Joined: 15 Apr 2003 12:01 am
Location: Texas
State/Province: Texas
Country: United States

Post by Dave Potter »

More and more web pages are utilizing java script to display web content these days. If one's web browser lacks the ability to read and display java script and applets, some content will be unavailable to the viewer. So, yes, it's in your interest to be able to view java content.

What you're noticing is the java updater trying to keep your files current.

If you think you'd rather not have this going on on your system, you have options.

One is to keep the updater installed and ready, but disable it. Click Start and enter "msconfig", and "Enter". Click the startup programs tab, and deselect the "jusched" application, or whatever it says, if not that precisely, I can't remember.

If you want to permanently get rid of this from running, go to Start/Run, and enter "regedit", Enter, and go to HKLM/Run/Software/Microsoft/Windows/Current Version/Run, and look for the "java/jusched.exe" entry, and just delete it.

I've typed all this from memory, so, if anything doesn't look right, that's the reason. But I do this stuff all the time, so, it works for me.<font size="1" color="#8e236b"><p align="center">[This message was edited by Dave Potter on 24 March 2006 at 04:57 PM.]</p></FONT><font size="1" color="#8e236b"><p align="center">[This message was edited by Dave Potter on 24 March 2006 at 05:13 PM.]</p></FONT>
John Hawkins
Posts: 708
Joined: 8 Apr 1999 12:01 am
Location: Onalaska, Tx. on Lake Livingston * R.I.P.
State/Province: -
Country: United States

Post by John Hawkins »

Dave,

I appreciate your reply and info. Based on what you said in the first para. I don't think I will mess with Java !

I will print out your options though, in case I want to take it out at a later time !

Thanks again for your answer!

John
User avatar
Wiz Feinberg
Posts: 6117
Joined: 8 Jan 1999 1:01 am
Location: Mid-Michigan, USA
State/Province: Michigan
Country: United States

Post by Wiz Feinberg »

Dave said: <BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR><SMALL>
More and more web pages are utilizing java script to display web content these days. If one's web browser lacks the ability to read and display java script and applets, some content will be unavailable to the viewer. So, yes, it's in your interest to be able to view java content.</SMALL><HR></BLOCKQUOTE>
Javascript is NOT Java!

Javascript is an interpreted language that is used in browsers to add functionality to web pages and is extremely useful in creating website navigation menus.

Java is a compiled programming language that is used to present you with active content on web pages, to create chat rooms and forums and to display scrolling news tickers, and create interactive games among other things.

While it is possible to deactivate Javascript in certain browsers it will cause many websites to malfunction, and you may not be able to see their navigation menus. If you choose to disable, or uninstall the Java plugin you will not be able to view certain interactive content, or use chat rooms or forums or play games that require Java. Java is owned and updated by the Sun Corp.

------------------
Bob "Wiz" Feinberg
Moderator of the SGF Computers Forum
<small>Visit my Wiztunes Steel Guitar website at: http://www.wiztunes.com/
or my computer troubleshooting website: Wizcrafts Computer Services,
or my Webmaster Services webpage.
Learn about current computer virus and security threats here. </small>


User avatar
b0b
Posts: 29079
Joined: 4 Aug 1998 11:00 pm
Location: Cloverdale, CA, USA
State/Province: -
Country: United States

Post by b0b »

Java will not hurt your machine! Java is needed if you want to run "Java servlets", little programs that run in your web browser. These programs have fallen out of favor in recent years, but I still think it's a really cool idea.

You see, Java programs are executed by the "Java Virtual Machine" (JVM) instead of by the operating system. JVM's are available for Windows, Mac, Unix, and Linux. This means that a program written in Java can be run without changes in multiple environments.

I write Java for a living. You can use one of my programs at enu.print.avery.com. This Java program runs on the web server, not on your machine, so you don't need to install Java to use it. "Server side Java" is a popular programming model for thousands of commercial web sites.

JavaScript is something else entirely. It's misnamed - it actually has nothing to do with Java. JavaScript is code that's embedded in a web page to provide some user interaction without contacting the server. (We call this "client-side scripting".)

You can see JavaScript in action on the site I mentioned above. Slowly enter the number "5160" in the Product Number box. As you do it, you'll see the product list below it change. That's JavaScript doing that.

Also, the way the list changes when you select a different category is done with JavaScript.

My Java program on the server outputs a dynamic web page containing HTML and JavaScript. Your browser translates the HTML code into the visual page that you see, and then executes the JavaScript instructions as you enter keystrokes or change things with your mouse.

These days, Java on the desktop has pretty much been replaced by Flash. This is the end result of a lawsuit between Sun and Microsoft. Microsoft tried to change the Java language so that it would only work in Windows, and Sun (who invented Java) objected. Microsoft then refused to bundle Java in Windows. The download of the JVM took too long for most Internet users of the day, so Java servlets sort of faded away.

------------------
<img align=left src="http://b0b.com/b0bxicon.gif" border="0"><small> Bobby Lee</small>
-b0b- <small> quasar@b0b.com </small>
System Administrator <span style="text-align: right; font-size: 0.75em; font-variant: small-caps">
My Blog</span><font size="1" color="#8e236b"><p align="center">[This message was edited by b0b on 25 March 2006 at 06:59 PM.]</p></FONT>
John Hawkins
Posts: 708
Joined: 8 Apr 1999 12:01 am
Location: Onalaska, Tx. on Lake Livingston * R.I.P.
State/Province: -
Country: United States

Post by John Hawkins »

Wiz and b0b ,
I have a much better understanding of Java now, after your very good explinations !

Thanks for taking your time to give them !

John
User avatar
Wiz Feinberg
Posts: 6117
Joined: 8 Jan 1999 1:01 am
Location: Mid-Michigan, USA
State/Province: Michigan
Country: United States

Post by Wiz Feinberg »

Netscape was the original creator of Javascript, which was originally called LiveScript.

Read about the history of Javascript here: http://javascript.about.com/od/reference/a/history.htm

Here is an extract that really describes the differences between Java and Javascript, and what each technology is designed to do.
<I>
At the time there were two browsers that were reasonably popular - Netscape Navigator and Internet Explorer. Netscape was the first to bring out a programming language that would allow web pages to become interactive - they called it Livescript and it was integrated into the browser (meaning that the browser would interpret the commands directly without requiring the code to be compiled and without requiring a plugin to be able to run it).

This meant that anyone using the latest Netscape browser would be able to interact with pages that made use of this language.

Another programming language called Java (which required a separate plugin in order to run) became very well known and so Netscape decided to try to cash in on this by renaming the language built into their browser to Javascript. Note that while some Java and Javascript code may appear similar, they are in fact two entirely different languages that serve completely different purposes.
</I>