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!
Please help..I cannot view in browser
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
Re: Please help..I cannot view in browser
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.
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.