Jump to content

Web Link

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
Victor

Victor

    Programmer

  • Members
  • PipPipPipPip
  • 116 posts
Hello everyone. I've just started using Java, and I'm having a bit of trouble launching web links. I've looked all over the internet and theres alot of extra garbage for cross platform programmers. Could anyone help me? I just want to launch a link (ex. Google)

Thanks in advance!

#2
Lop

Lop

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,172 posts
Here is a good class that will do what you want:

Java Tip 66: Control browsers from your Java application - Java World

#3
Victor

Victor

    Programmer

  • Members
  • PipPipPipPip
  • 116 posts
Thank you very much!