<!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
<HTML><HEAD>
<META content=text/html;charset=gb2312 http-equiv=Content-Type>
<STYLE></STYLE>
<META content='"MSHTML 5.00.0910.1309"' name=GENERATOR></HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>Hi,all:</FONT></DIV>
<DIV><FONT size=2> I have installed jdk1.2 in d:\jdk1.2 and
installed vtk24java in d:\vtk24java.Now,I want rebuild test.class use javac,but
there are following errors.How can I do,thanks!</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>error: File d:\vtk24win32src\java\vtk\vtkRenderWindow.class
does not contain typ<BR>e vtkRenderWindow as expected, but type
vtk.vtkRenderWindow. Please remove the f<BR>ile, or make sure it appears in the
correct subdirectory of the class path.<BR>Regression.java:6: Class
vtkRenderWindow not found.<BR> vtkRenderWindow renWin = new
vtkRenderWindow();<BR> ^<BR>Regression.java:6: Class vtkRenderWindow not
found.<BR> vtkRenderWindow renWin = new vtkRenderWindow();<BR>
^<BR>error: File d:\vtk24win32src\java\vtk\vtkRenderer.class
does not contain type vt<BR>kRenderer as expected, but type vtk.vtkRenderer.
Please remove the file, or make<BR> sure it appears in the correct subdirectory
of the class path.<BR>Regression.java:7: Class vtkRenderer not found.<BR>
vtkRenderer ren1 = new vtkRenderer();<BR> ^<BR>Regression.java:7: Class
vtkRenderer not found.<BR> vtkRenderer ren1 = new vtkRenderer();<BR>
^</FONT><FONT size=2><BR></FONT></DIV></BODY></HTML>