When coding a Java class in Eclipse, is it possible to insert a URL hyperlink to a webpage..? -


i coding java class in eclipse. in commented lines, insert clickable url hyperlinks point web pages on internet.

note: not javadocs document, it's regular .java class file.

is possible..?

if so, how..?

thanks.

in eclipse, can paste link comment, hold down control , click it. if want able press without holding down, go window -> preferences -> general -> editors -> text editors -> hyperlinking, click on url , remove modifier key, click apply, click ok , you're done!


Comments

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -