Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by okprog

  1. okprog

    unable to compile classes for jsp

    the same way as i solved this problem, anyway is there a way to import only classes without making packages ??
  2. okprog

    Just import one java file

    i'm new in jsp. is it pssible to <%@ import=&quot;JAVAFILE&quot; %> or have i create packages to import just one file. this file refers to other javas, which are stored in the classes folder of MYAPPL with tomcat 4.1.18 . thanks in advance ok
  3. okprog

    unable to compile classes for jsp

    I've got the same message for NT / Linux - standard installation at both systems - by trying to start this jsp: <html> <head> <title>title</title> </head> <body> <%@ page language=&quot;java&quot; %> <%@ page import=&quot;Berech&quot; %> <% Berech berech = new Berech()...

Part and Inventory Search

Back
Top