Basic usage

Recent changes in Java security policy might prevent you from running VARNA.
Check out this page for details and ways to solve the problem.

Back to the roots: The Hello RNA world example
Java Get Powered

This first examples illustrates the most basic usage of the Applet, which is to display a structure/sequence, along with a title.
Important: You should set the codebase to be whichever directory your downloaded JAR file VARNAApplet.jar resides.

<applet  code="VARNA.class"
	codebase="bin"
	archive="VARNA.jar"
	width="250" height="250">
<param name="sequenceDBN"  value="GGGGCCAAUAUGGCCAUCC" />
<param name="structureDBN" value="((((((.....))))..))" />
<param name="title" value="Hello RNA world!" />
</applet>

Previous page: Tutorials
Next page: Round we go...