|
-
Mar 17th, 2008, 11:01 AM
#1
Thread Starter
Addicted Member
Load Default Java Runtime Environment Programmtically
Is there a way to load the java runtime environment programmatically?
I need to write a small app that does this on a users login, so when they try to open a page that contains java, they don't go crazy waiting for it to load.
-
Mar 17th, 2008, 11:30 AM
#2
Re: Load Default Java Runtime Environment Programmtically
Actually Applets take long time to load no matter what you do. Java needs time to render the applet and cache it.
If you want to give it a try, just try keeping a small java app running to keep the process alive
"I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
My Blog
-
Mar 17th, 2008, 03:01 PM
#3
Thread Starter
Addicted Member
Re: Load Default Java Runtime Environment Programmtically
I'm sorry, I meant in their windows startup login, when they login into their PC.
Not log into a website. :-)
-
Mar 17th, 2008, 11:30 PM
#4
Re: Load Default Java Runtime Environment Programmtically
The same. keep a small java app running to keep the VM process alive
"I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
My Blog
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|