[vtkusers] URGENT: Cannot create JAVA wrappers from CVS code.

R K Shyam Prakash ramakrishna.prakash at quest-global.com
Thu Jun 3 06:33:47 EDT 2004


Hi Srinivas,
		Looks like some where classpath setting is messed up.
Since jar file building is the last step of build (except for build of
testing part), you may mannually compile the java files and build
vtk.jar.

--Shyam

> -----Original Message-----
> From: shrinivas kulkarni [mailto:kshrinivas at operamail.com] 
> Sent: Thursday, June 03, 2004 2:59 PM
> To: vtkusers at vtk.org
> Cc: ramakrishna.prakash at quest-global.com
> Subject: RE: [vtkusers] URGENT: Cannot create JAVA wrappers 
> from CVS code.
> 
> 
> Hi Shyam,
> 
> Thanks a lot for your interest in my problem.
> 
> > 1. Operating System
> > 2. Error message that is thrown on you while building
> 
> Both of these things have been already mentioned in my 
> earlier post. Still I am giving them again for your 
> reference. I am also attaching Cmakecache.txt(I think, this 
> may be most useful and detailed reference)Let me know if you 
> need any more information:
> 
> > > > --------------------Configuration: VTKBuildAll - Win32
> > > > Debug-------------------- Building Custom Rule 
> > > > D:\Project-VTK\java\vtk\vtkBuildAllDriver.class.rule
> > > > 
> > > D:\Project-VTK\java\vtk\..\vtk\vtkVTKJavaCommonDriver.java:11:
> > >  cannot resolve symbol
> > > > symbol  : class vtkAbstractMapper
> > > > location: class vtk.vtkVTKJavaCommonDriver
> > > >     dummy = new vtkAbstractMapper();
> > > >                 ^
> > > > 
> > > D:\Project-VTK\java\vtk\..\vtk\vtkVTKJavaCommonDriver.java:12:
> > >  cannot resolve symbol
> > > > symbol  : class vtkAbstractTransform
> > > > location: class vtk.vtkVTKJavaCommonDriver
> > > >     dummy = new vtkAbstractTransform();
> > > >                 ^
> > > > 
> > > D:\Project-VTK\java\vtk\..\vtk\vtkVTKJavaCommonDriver.java:13:
> > >  cannot resolve symbol
> > > > symbol  : class vtkActor2D
> > > > location: class vtk.vtkVTKJavaCommonDriver
> > > >     dummy = new vtkActor2D();
> > > >                 ^
> > > > 
> > > D:\Project-VTK\java\vtk\..\vtk\vtkVTKJavaCommonDriver.java:14:
> > >  cannot resolve symbol
> > > > symbol  : class vtkActor2DCollection
> > > > location: class vtk.vtkVTKJavaCommonDriver
> > > >     dummy = new vtkActor2DCollection();
> > > >                 ^
> > > > 
> > > D:\Project-VTK\java\vtk\..\vtk\vtkVTKJavaCommonDriver.java:15:
> > >  cannot resolve symbol
> > > > symbol  : class vtkAlgorithm
> > > > location: class vtk.vtkVTKJavaCommonDriver
> > > >     dummy = new vtkAlgorithm();
> > > > 
> > > > .....
> > > > 
> > > > And so on ( in all 101 errors ).
> > > > 
> > > > Can anybody tell me what is wrong here?
> > > > why I am getting these errors?
> > > > Where would be java classes would be created after 
> > > successful compilation?
> > > > AND
> > > > Will vtk.jar will be automatically generated as a result of
> > > build process OR we need to follow some procedure to create one.
> > > > 
> > > > Note that, I am using Vs 6.0, windows XP and JSDK 1.4.0_02
> 
> ----- Original Message -----
> From: "R K Shyam Prakash" <ramakrishna.prakash at quest-global.com>
> Date: Thu, 3 Jun 2004 14:56:29 +0530
> To: "'shrinivas kulkarni'" 
> <kshrinivas at operamail.com>,<vtkusers at vtk.org>
> Subject: RE: [vtkusers] URGENT: Cannot create JAVA wrappers 
> from CVS code.
> 
> > Hi Srinivas,
> > 			Can you send the complete build setting that you
> > used. Also while reporting this kind of problem following 
> details will 
> > be helpful 1. Operating System
> > 2. Error message that is thrown on you while building
> > 
> > --Shyam




More information about the vtkusers mailing list