triveni sangam

Greenhorn
+ Follow
since Jan 12, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by triveni sangam

Check ur classpath...it seems that ur application is not getting the required classes.
22 years ago
the code is
module sysinfo {
interface SysInfo {
string getInfo();
};
};
23 years ago
HI,
If I click on a link, it will call a servlets get method. How can I make it call the post method of the servlet. In other words, if i click a href, it should call the doPost method instead doGet method of the servlet.
Thanks,
Javed.
23 years ago
Hi, I am new programmer to CORBA. I have installer visibroker 3.3 on 98 machine which has win 98 on it.
When i try to complie idl file using idl2java it gives th e following error
Exception in thread main java.lang.classcastexception :com.sun.corba.se.internal.iiop.orb at com.visigenic.vbroker.tools.idl2java.main(idl2java.java:38)

Can anybody help me out.
Thanks,
triveni.
23 years ago
U can instantiate the class in the JSp, import if it is in another package and call the methods of the class directly in the scriptlet.
HI, I am not very sure, but I think u have to add the path of ur package to ur classpath. That should solve ur problem.
23 years ago
Going with MVC arch, jsp are mainly used to display..it is adviceble to load the bean with all connectivity and other problems and let the jsp simply display what it gets.
23 years ago
This is a problem quite amuses me as well.
Try javac *.java this will work but I do not have explanation.
23 years ago
Hi,
if u r using Java2 to compile and run ur RMI application, u should have to have a policy file which gives Security permissions to ur classes. This is a new security related concept introduced in jdk 1.2.
U should not get this problem if u use a policy file.I dont have the policy file but u can get it on the net.
23 years ago
The system is clearly saying that it is unable to find the stub class to load. Did u check the package hierarchy ? Is the class in the right directory. I think this should solve ur problem.
23 years ago
Hi,
Can anybody help me to send attachments using Java Mail API. I tried this before (i dont have the code with me thou) The attachment dose go but not in a redable fashion.
Thanks,
Triveni.
23 years ago