NetBeans Forums

 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
  

Run in a Browser

 
Post new topic   Reply to topic    NetBeans Forums -> NetBeans Users
View previous topic :: View next topic  
Author Message
jazz57



Joined: 15 Oct 2010
Posts: 7

PostPosted: Fri Oct 15, 2010 1:57 pm    Post subject: Run in a Browser Reply with quote

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
mikenytola



Joined: 15 Oct 2010
Posts: 2

PostPosted: Fri Oct 15, 2010 6:16 pm    Post subject: Reply with quote

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.





PostPosted: Fri Oct 15, 2010 10:44 pm    Post subject: Run in a Browser Reply with 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
Thomas Wolf
Posted via mailing list.





PostPosted: Sat Oct 16, 2010 12:29 am    Post subject: Run in a Browser Reply with 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 Sad [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

PostPosted: Sun Oct 17, 2010 2:24 pm    Post subject: Reply with quote

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

PostPosted: Sun Oct 17, 2010 2:27 pm    Post subject: Reply with quote

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

PostPosted: Sun Oct 17, 2010 2:28 pm    Post subject: Re: Run in a Browser Reply with quote

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 Wink

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 Sad [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.





PostPosted: Sun Oct 17, 2010 7:49 pm    Post subject: Run in a Browser Reply with quote

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 Sad [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
Display posts from previous:   
Post new topic   Reply to topic    NetBeans Forums -> NetBeans Users All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB
By use of this website, you agree to the NetBeans Policies and Terms of Use. © 2012, Oracle Corporation and/or its affiliates. Sponsored by Oracle logo