loader                 package:rJava                 R Documentation

_J_a_v_a _c_l_a_s_s _l_o_a_d_e_r

_D_e_s_c_r_i_p_t_i_o_n:

     '.jaddClassPath' adds directories or JAR files to the class path.

     '.jclassPath' returns a vector containg the current entries in the
     class path

_U_s_a_g_e:

     .jaddClassPath(path)
     .jclassPath()

_A_r_g_u_m_e_n_t_s:

    path: character string vector listing the paths to add to the class
          path

_D_e_t_a_i_l_s:

_V_a_l_u_e:

     '.jclassPath' returns a charactger vector listing the class path
     sequence.

_E_x_a_m_p_l_e_s:

     ## Not run: 
     .jaddClassPath("/my/jars/foo.jar","/my/classes/")
     print(.jclassPath())
     ## End(Not run)

