Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. import os
  2. import jpype as jp
  3. classpath = './tshop-address-1.2.0.jar'
  4. jp.startJVM(jp.getDefaultJVMPath(),"-ea", "-Djava.class.path=%s" % classpath)
  5. j_class1 = jp.JClass('com.skytshop.library.address.response.AddressRefineResponse')
  6. j_class2 = jp.JClass('com.skytshop.library.address.service.AddressRefineService')
  7. j_class3 = jp.JClass('com.skytshop.library.address.service.impl.AddressRefineServiceImpl')
  8. java.lang.RuntimeExceptionPyRaisable: java.lang.RuntimeException: Class com.skytshop.library.address.service.impl.AddressRefineServiceImpl not found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement