<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://jogamp.org/bugzilla/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.2"
          urlbase="https://jogamp.org/bugzilla/"
          
          maintainer="sgothel@jausoft.com"
>

    <bug>
          <bug_id>490</bug_id>
          
          <creation_ts>2011-03-31 22:22:29 +0200</creation_ts>
          <short_desc>Documentation error in JOCL FAQ</short_desc>
          <delta_ts>2011-04-04 20:51:10 +0200</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>3</classification_id>
          <classification>JogAmp</classification>
          <product>Jocl</product>
          <component>core</component>
          <version>1</version>
          <rep_platform>All</rep_platform>
          <op_sys>all</op_sys>
          <bug_status>VERIFIED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>---</priority>
          <bug_severity>enhancement</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Robert B">robert.c.baruch</reporter>
          <assigned_to name="Michael Bien">bienator</assigned_to>
          
          
          <cf_type>---</cf_type>
          <cf_scm_refs></cf_scm_refs>
          <cf_workaround>---</cf_workaround>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>929</commentid>
    <comment_count>0</comment_count>
    <who name="Robert B">robert.c.baruch</who>
    <bug_when>2011-03-31 22:22:29 +0200</bug_when>
    <thetext>On this page: http://jogamp.org/wiki/index.php/JOCL_FAQ under &quot;How can I test if OpenCL is properly set up on my system?&quot;, it says:

or invoke: java -jar jocl.jar -Djava.library.path=&quot;path/to/jocl/libs&quot; com.jogamp.opencl.util.CLInfo

This is incorrect. The correct invocation is:

java -classpath jocl.jar:path/to/gluegen-rt.jar -Djava.library.path=&quot;path/to/native/libs&quot; com.jogamp.opencl.util.CLInfo


Also, at some point it should be mentioned that the native library jarred up by the ant build in gluegen-rt-natives-xxx.jar and jocl-natives-xxx.jar need to be unjarred and placed somewhere that is the same as path/to/native/libs.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>934</commentid>
    <comment_count>1</comment_count>
    <who name="Michael Bien">bienator</who>
    <bug_when>2011-04-04 20:51:10 +0200</bug_when>
    <thetext>thanks for the report Robert.
fixed: https://jogamp.org/wiki/index.php/JOCL_FAQ#How_can_I_test_if_OpenCL_is_properly_set_up_on_my_system.3F</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>