Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class Main{
- public static void main( String[] args ){
- try {
- VBConnection con = new VBConnection( "rnxn", "senha123" );
- con.setLoginURL( "http://www.FORUMFORUM.com.br/forum/login.php" ); /* Exemplo */
- if( con.connect() ){
- // conectou, faz algo...
- }
- } catch( VBConnectionException e ){
- // tratamento de exceções.
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement