pastebin
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
pastebin
Follow @pastebin
create new paste
trending pastes
sign up
login
my settings
my profile
My Pastes
Public Pastes
Const reference to temp...
1 sec ago
Fuck Team Five Natasha ...
1 sec ago
Untitled
10 sec ago
premium accounts 12/02/...
9 sec ago
Untitled
4 sec ago
Untitled
10 sec ago
Untitled
13 sec ago
Untitled
16 sec ago
Layout Width
Share Pastebin
caiobm
By: a guest | Jan 23rd, 2009 | Syntax:
Java
| Size: 0.23 KB | Hits: 43 | Expires: Never
Download
|
Raw
|
Embed
|
Report abuse
class
TesteHttp
{
public
static
void
main
(
String
[
]
args
)
throws
Exception
{
String
url
=
"http://www.orkut.com"
;
Runtime
.
getRuntime
(
)
.
exec
(
"rundll32 url.dll,FileProtocolHandler "
+
url
)
;
System
.
exit
(
1
)
;
}
}
create new paste
|
create new version of this paste
RAW Paste Data
class TesteHttp { public static void main(String[] args) throws Exception { String url = "http://www.orkut.com"; Runtime.getRuntime().exec("rundll32 url.dll,FileProtocolHandler " + url); System.exit(1); } }