How to use VTK in JBuilderX?

I try the example Cone.java in JBuilderX, but an error “UnsatisfiedLinkError” occoured. 

In the example there is a script of source code to load native .dll model(such as vtkCommonJava, vtkRenderingJava, and so on):

public class Cone {

  // In the static contructor we load in the native code.
  // The libraries must be in your path to work.
  static { 
    System.loadLibrary("vtkCommonJava"); 
    System.loadLibrary("vtkFilteringJava"); 
    System.loadLibrary("vtkIOJava"); 
    System.loadLibrary("vtkImagingJava"); 
    System.loadLibrary("vtkGraphicsJava"); 
    System.loadLibrary("vtkRenderingJava");

  }

 public static void main (String []args) {
     ................................

Run the project ,then an error occurred like this:

java.lang.UnsatisfiedLinkError: no vtkCommonJava in java.library.path         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1491)         at java.lang.Runtime.loadLibrary0(Runtime.java:788)         at java.lang.System.loadLibrary(System.java:834)         at cone.Cone.<clinit>(Cone.java:22) 

I have install the VTK on the path “F:\vtk42Learning\vtk42”. And I have set the entironment variable classpath like this: F:\vtk42Learning\vtk42. My OS is WinXP professional. 

How can I correct this error?
<br><br>
<hr align="left" width="577" size="1" color="cccccc">
<table cellpadding="1" cellspacing="1" border="0" >
  <tr>
    <td style="font-size: 14px"><a href="http://sms1.ctn.com.cn/ivr/usms_ivr_free_song_01_1_0.htm?user_id=3&code_id=w006" target="_blank"><font color="red">劲歌、金曲,流行、怀旧 免费随你点!!!</font></a></td>
  </tr>
  <tr>
    <td style="font-size: 14px"><a href="http://card.tom.com/catalog/120/" target="_blank">中秋赏明月,温馨寄祝福!TOM贺卡站</a></td>
  </tr>
  <tr> 
    <td nowrap style="font-size: 14px"><a href="http://mp3.tom.com/" target="_blank"><font color="#ff0000">150万最新最全MP3歌曲免费下载!</font></a></td>    
  </tr>
  <!--tr>
    <td style="font-size: 14px"><a href="http://search.tom.com/mp3/" target="_blank">送你10万首MP3金曲,点此下载</a></td>
  </tr-->
</table>
<table cellpadding="1" cellspacing="1" border="0" style="margin-top:10px;">
  <tr> 
    <td nowrap style="font-size: 14px"><a href="http://vip.163.net" target="_blank"><font color="#ff0000"> 163收费邮箱无条件全面升级,升幅强劲,加量不加价!<br>
更强安全系统,更大容量!一样的价格,不一样的空间!</font></a></td>    
  </tr>
  <tr> 
    <td nowrap style="font-size: 14px"><a href="http://vip.163.net" target="_blank"><font color="#000000"> 邮箱订购及咨询热线(24小时):8008309163 或 020-87324711</font></a></td>    
  </tr>
</table>