如何使用RHINO在javascript中创建java类对象

时间:2023-02-09 23:43:59

How create CUSTOM java class object in java-script using RHINO..?

如何使用RHINO在java脚本中创建CUSTOM java类对象..?

We can use classes which is in rt.jar but not other custom class

我们可以使用rt.jar中的类,但不能使用其他自定义类

1 个解决方案

#1


0  

  1. compile class use a package
  2. 编译类使用包

  3. make a jar file
  4. 制作一个jar文件

  5. set classpath of that jar
  6. 设置那个jar的classpath

  7. use importPackage(Packages.)
  8. start rhino..
  9. now it will work... :-)
  10. 现在它会工作...... :-)

but tell me some one how it will run in Eclipse.. ?

但请告诉我一些如何在Eclipse中运行..?

#1


0  

  1. compile class use a package
  2. 编译类使用包

  3. make a jar file
  4. 制作一个jar文件

  5. set classpath of that jar
  6. 设置那个jar的classpath

  7. use importPackage(Packages.)
  8. start rhino..
  9. now it will work... :-)
  10. 现在它会工作...... :-)

but tell me some one how it will run in Eclipse.. ?

但请告诉我一些如何在Eclipse中运行..?