Page 1 of 1

Please help..I cannot view in browser

Posted: Mon Jan 28, 2002 4:06 am
by April
Hello. I have compliled and ran my java application. However, when I click on the "view in brower" icon, nothing happens. Neither one of my browsers even show up. What am I doing wrong?

Thanks!

Re: Please help..I cannot view in browser

Posted: Tue Jan 29, 2002 9:28 am
by kris
you would not normally run java apps in the browser, but if you do then you do :)
to open a file in the browser (on windows at least), you need to have the "Open in browser" checkbox checked (Preferences--> Document Types >> ?? ) in Textpad

Then you need to create an association between that file type and your browser (Windows explorer>> Tools >>Folder Options>> File Types???)

this should hopefully allow you to view your java source in the browser.