Greetings again everyone...!!
Waw! One day, thinking one another, comes up another thing.
Well, surely. I am a Windows User here. I wonder if we could run the Internet Explorer
via
Java. After awhile I think, and think, again... i re-think.
I found out that we can execute the "iexplore" using CommandLine via java.
And that one using Runtime object.
But, before that, We need to follow up this algorithm below;
(ensuring the IE directory is set under PATH variable).
1)
Regedit Checking
Check to the Location of "HKLM\\System\\CurrentControlSet\\Control\\Session Manager\\Environment"
IF there's a Variable named, "Path", with value of "Internet Explorer".
Then ... We can run the IE.
ELSE
... we need to find out the IE Location... (Geezz).
and then Set the IE Location into previous Path.
2)
Find Out IE Location....
Go to the Root location,
Obtain each Folders.
Check its name whether matched with Internet Explorer.
If no, then keep iterating... (Geeezz)
But is there any shorter way rather than those stated above?