hi, I got some problems with connecting my Java .class files to my jsp page.

this is what I have:

1 class named Test.class

it looks like this:

Code:
public class Test {
    public static String printTest() {
        return "endelig virker det";
}
}
1 JSP file like this:

Code:
<%@page import="tried many things here*"
...