rakish kumar

Greenhorn
+ Follow
since Jul 07, 2014
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by rakish kumar

I am trying to run following code in a python script

from java.lang import System
and get following error
Traceback (most recent call last):
File "./myscript.py", line 3, in <module>
from java.lang import System

Is this statement ok/allowed? The python version is 2.6.6.
Currently I have python and java working fine. Any pointers will be greatly appreciated. I think I am missing a step here- not sure?
10 years ago
Need help/urls/how-to guides for following
1. Deploying a sample application, to WebLogic server. Application is small test application, need to know the basics of what is required in order to deploy apps to WebLogic server.
2. WebLogic server settings?
10 years ago