Please help..I cannot view in browser

Using the Java SDK with TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
April

Please help..I cannot view in browser

Post 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!
kris

Re: Please help..I cannot view in browser

Post 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.
Post Reply