[vtkusers] Problems Installing vtk 4.2 with Java -- Please Help!
R K Shyam Prakash
ramakrishna.prakash at quest-global.com
Wed Mar 31 23:24:25 EST 2004
Prabhakar,
For me it doesn't seem to be a vtk problem. All you
should do is
java -classpath .;c:\vtk\vtk.jar Cone (I am assuming vtk.jar is at
c:\vtk. You can replace it with the actual path)
and you should have the program up and running.
--Shyam
> -----Original Message-----
> From: vtkusers-admin at vtk.org [mailto:vtkusers-admin at vtk.org]
> On Behalf Of sprabhakar
> Sent: Wednesday, March 31, 2004 11:25 PM
> To: vtkusers at vtk.org
> Cc: Sattiraju V Prabhakar
> Subject: [vtkusers] Problems Installing vtk 4.2 with Java --
> Please Help!
>
>
> Hello,
>
> I have been trying to install vtk 4.2 with Java by building
> source code release. When I try executing Cone example, I get
> the following error.
>
> Exception in thread "main" java.lang.NoClassDefFoundError: Cone
>
> Here are the steps I followed, in detail.
>
> Computer Configuration:
>
> I am installing vtk4.2 on Windows 2000 Professional. I
> already have Visual Studio .Net and j2sdk1.4.2_02 installed.
> I installed CMake 1.8.3.
>
> Detailed Steps:
>
> 1. I copied subdirectories and files of vtk-src-windows
> directory on CD-ROM onto a local directory using "xcopy".
>
> 2. Then I ran CMake with the following settings:
> BUILD-SHARED-LIBS yes
> VTK_WRAP_JAVA yes
>
> Then I wrote out the build files using "ok" button.
> (I indicated a new folder for binary files)
>
> 3. My Visual Studio .Net automatically detected the new
> VTK.dsw project file. I selected "debug" for Active
> Configuration and applied ALL_BUILD. (Later I tried with
> Active Configuration --> Release with the same consequences).
> Now I have a Debug folder added to CMake folder in my
> binaries directory.
>
> 4. I set up my environment "path" variable to point to Debug.
>
> 5. I compiled Cone.java using javac and then tried to execute
> it using "java Cone". This gave the error mentioned above.
>
> 6. Then I copied all the files in Debug and pasted them in
> Winnt/System directory. I recompiled and executed Cone.java,
> with the same consequences.
>
> I appreciate any help on this.
>
> Prabhakar
>
>
>
>
>
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at:
<http://public.kitware.com/cgi-bin/vtkfaq>
Follow this link to subscribe/unsubscribe:
http://www.vtk.org/mailman/listinfo/vtkusers
More information about the vtkusers
mailing list