Hi, I've got a JSP page that must call a CGI. I know what the CGI code is, so I'd like to know if I can put that code directly in my JSP page (it's C code). I think it can be done in java programs (native language I think it's called) but I don't know if it can be done in JSP. I forgot the C code uses pointers to call a dll or a lib, so I don't know if java would work.