Help coderanch get a
new server
by contributing to the fundraiser

Patrick Eaton

Greenhorn
+ Follow
since Aug 05, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Patrick Eaton

I am trying to post my Java Application on the internet. I was wondering how I should package the App. so that it will go through a setup process(install wizard) when it is downloaded and ran. I am pretty sure there are programs that cann help do this, but I am not sure if they are needed. And if they are which one is best.

Can anyone please help.
18 years ago
I am currently trying to open a web page from an application. I have experience with I/O stream connections to web pages but not opening up the web page. BrowserLauncher was suggested to me, so I downloaded the BrowserLauncher class. I then tried to use test code to see if it would work. The BrowserLauncher class compiled, but my test class did not (this test class basically instanciated BrowserLauncher and called its openURL method to open a web page). When I tried to compile the test class, the Java compiler threw an exception that read "BrowserLauncher()
has private access in BrowserLauncher BrowserLauncher bl = new BrowserLauncher()." I was wondering if anyone had any ideas as why BrowserLauncher wasn't working or any other ideas on how to open up web pages in an application. Thanks.
19 years ago
I am not sure how toopein Internet Explorer to an internet site from an application. I have experience with opeining a connection to an internet site with I/O streams and getting the HTML from the site, but I cannot seem to find any information on how to just open up the page on the screen from an application. Can anyone help? Thank You.
19 years ago