Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Invoke python function from java
Name: hofsoc Date: February 19, 2009 at 12:50:08 Pacific OS: Windows XP Subcategory: Java
Comment:
Hi,
I am trying to invoke a function in a python script from java, pass parameters and execute the script with those parameters. The obvious choice would be to use Jython, however I cannot use Jython as it does not support some modules written in C which I need to use.
Summary: i need to call from my java program to c functions that get c structs as a parameters in their prototype. as you probablly know java is not working with structs (classes only), so my question is how...
Summary: I have a .dll written in VB can anyone tell me how can i access this dll's method from a java application. is there any way to do it using JNI because a dll written in c or c++ can be accessed using J...
Summary: I have spent many hours reading trying to find a solution to my problem. My problem: I am calling a runcommand java function from oracle to run a bat file. This bat file has lines like this: @echo off...