| View previous topic :: View next topic |
| Author |
Message |
jazz57
Joined: 15 Oct 2010 Posts: 7
|
Posted: Fri Oct 15, 2010 1:57 pm Post subject: Run in a Browser |
|
|
hi everyone.
I'am a really newbie
So, i installed 6.9.1 and i want to run an application in a Browser.
How can i do it ??
As i mentioned... A really newbie
Thanks in advance |
|
| Back to top |
|
 |
mikenytola
Joined: 15 Oct 2010 Posts: 2
|
Posted: Fri Oct 15, 2010 6:16 pm Post subject: |
|
|
Go to Tools > Options > Keymap and search for "run file" and change the shortcut to whatever you like.
My question... Is it possible to alter the "add alternate" shortcut key to trigger a different browsers? I'd like to set up different shortcuts for different browsers without having to load the browser, enter in the url, and then go back to it and refresh every time I test something. This is a big time saver if you have to test things in multiple browsers. Any help with this would be appreciated. I have tried to alter the keymap for a certain keystroke, but wasn't successful. |
|
| Back to top |
|
 |
Tony Posted via mailing list.
|
Posted: Fri Oct 15, 2010 10:44 pm Post subject: Run in a Browser |
|
|
Check out the web applications tutorials on the netbeans website.
Its a steep learning curve but the effort is worthwhile in the end.
Tony
-----Original Message-----
From: jazz57 [mailto:address-removed]
Sent: 15 October 2010 14:57
To: address-removed
Subject: [nbusers] Run in a Browser
hi everyone.
I'am a really newbie
So, i installed 6.9.1 and i want to run an application in a Browser.
How can i do it ?? [Embarassed]
As i mentioned... A really newbie
Thanks in advance |
|
| Back to top |
|
 |
Thomas Wolf Posted via mailing list.
|
Posted: Sat Oct 16, 2010 12:29 am Post subject: Run in a Browser |
|
|
If he wants to "run an application in a browser", then, strictly
speaking, he must be talking of an applet rather than a web application,
since those mostly run on the server rather than in the browser ;-)
But I'm being pedantic - he probably *is* asking about how to write a
web app, since nobody seems to be doing much applet development these
days [just my observation - i might be wrong]. But, just in case,
you can find applet related info here:
http://java.sun.com/applets/
or just google for some tutorials.
tom
On 10/15/10 6:40 PM, Tony wrote:
| Quote: | Check out the web applications tutorials on the netbeans website.
Its a steep learning curve but the effort is worthwhile in the end.
Tony
-----Original Message-----
From: jazz57 [mailto:address-removed]
Sent: 15 October 2010 14:57
To: address-removed
Subject: [nbusers] Run in a Browser
hi everyone.
I'am a really newbie
So, i installed 6.9.1 and i want to run an application in a Browser.
How can i do it ?? [Embarassed]
As i mentioned... A really newbie
Thanks in advance
|
|
|
| Back to top |
|
 |
jazz57
Joined: 15 Oct 2010 Posts: 7
|
Posted: Sun Oct 17, 2010 2:24 pm Post subject: |
|
|
| mikenytola wrote: | Go to Tools > Options > Keymap and search for "run file" and change the shortcut to whatever you like.
My question... Is it possible to alter the "add alternate" shortcut key to trigger a different browsers? I'd like to set up different shortcuts for different browsers without having to load the browser, enter in the url, and then go back to it and refresh every time I test something. This is a big time saver if you have to test things in multiple browsers. Any help with this would be appreciated. I have tried to alter the keymap for a certain keystroke, but wasn't successful. |
Thanks for your answer but what i need is the option to see the result of a simple Hello World application running on my output preview under NetBeans or in a Browser.....
Thanks again |
|
| Back to top |
|
 |
jazz57
Joined: 15 Oct 2010 Posts: 7
|
Posted: Sun Oct 17, 2010 2:27 pm Post subject: |
|
|
| mikenytola wrote: | Go to Tools > Options > Keymap and search for "run file" and change the shortcut to whatever you like.
My question... Is it possible to alter the "add alternate" shortcut key to trigger a different browsers? I'd like to set up different shortcuts for different browsers without having to load the browser, enter in the url, and then go back to it and refresh every time I test something. This is a big time saver if you have to test things in multiple browsers. Any help with this would be appreciated. I have tried to alter the keymap for a certain keystroke, but wasn't successful. |
Thanks for your answer but what i need is the option to see the result of a simple Hello World application running on my output preview under NetBeans or in a Browser.....
Thanks again |
|
| Back to top |
|
 |
jazz57
Joined: 15 Oct 2010 Posts: 7
|
Posted: Sun Oct 17, 2010 2:28 pm Post subject: Re: Run in a Browser |
|
|
| Thomas Wolf wrote: | If he wants to "run an application in a browser", then, strictly
speaking, he must be talking of an applet rather than a web application,
since those mostly run on the server rather than in the browser
But I'm being pedantic - he probably *is* asking about how to write a
web app, since nobody seems to be doing much applet development these
days [just my observation - i might be wrong]. But, just in case,
you can find applet related info here:
http://java.sun.com/applets/
or just google for some tutorials.
tom
On 10/15/10 6:40 PM, Tony wrote:
| Quote: | Check out the web applications tutorials on the netbeans website.
Its a steep learning curve but the effort is worthwhile in the end.
Tony
-----Original Message-----
From: jazz57 [mailto:address-removed]
Sent: 15 October 2010 14:57
To: address-removed
Subject: [nbusers] Run in a Browser
hi everyone.
I'am a really newbie
So, i installed 6.9.1 and i want to run an application in a Browser.
How can i do it ?? [Embarassed]
As i mentioned... A really newbie
Thanks in advance
|
|
Thanks for your answer but what i need is the option to see the result of a simple Hello World application running on my output preview under NetBeans or in a Browser.....
Thanks again |
|
| Back to top |
|
 |
Tony Posted via mailing list.
|
Posted: Sun Oct 17, 2010 7:49 pm Post subject: Run in a Browser |
|
|
Have you pressed the RUN button?
Tony
-----Original Message-----
From: jazz57 [mailto:address-removed]
Sent: 17 October 2010 15:29
To: address-removed
Subject: [nbusers] Run in a Browser
Thomas Wolf wrote:
| Quote: | If he wants to "run an application in a browser", then, strictly
speaking, he must be talking of an applet rather than a web application,
since those mostly run on the server rather than in the browser ;-)
But I'm being pedantic - he probably *is* asking about how to write a
web app, since nobody seems to be doing much applet development these
days [just my observation - i might be wrong]. But, just in case,
you can find applet related info here:
http://java.sun.com/applets/
or just google for some tutorials.
tom
On 10/15/10 6:40 PM, Tony wrote:
| Quote: | Check out the web applications tutorials on the netbeans website.
Its a steep learning curve but the effort is worthwhile in the end.
Tony
-----Original Message-----
From: jazz57 [mailto:address-removed]
Sent: 15 October 2010 14:57
To: address-removed
Subject: [nbusers] Run in a Browser
hi everyone.
I'am a really newbie
So, i installed 6.9.1 and i want to run an application in a Browser.
How can i do it ?? [Embarassed]
As i mentioned... A really newbie
Thanks in advance
|
|
Thanks for your answer but what i need is the option to see the result of a
simple Hello World application running on my output preview under NetBeans
or in a Browser.....
Thanks again |
|
| Back to top |
|
 |
|