moviemastersdk
Newbie
how do i declare URL variables
i tried this, but the "URL"s are marked as errors
URL cannot be resolved to a type, is what eclipse tells me
Thanks in advance
-me
i tried this, but the "URL"s are marked as errors
Code:
URL url = new URL("URL.goes.here.com");
URL cannot be resolved to a type, is what eclipse tells me

Thanks in advance
-me