Sailaja Akkineni

Greenhorn
+ Follow
since Sep 06, 2003
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 Sailaja Akkineni

Hi,
I hope this would help you.Check out this URL http://java.sun.com/products/javawebstart/faq.html#5
Sailaja
20 years ago
Hi,
I have an applet which runs from java web start.I want to pass some params like user id to another cgi program.How can i do this?
Thanks,
Sailaja
20 years ago
Hi,
My problem is solved.It started working by itself today..May be there was some problem with my cache.
Thanks,
Sailaja
20 years ago
Hi,
I had gone through the site, but i could't find the probable error and moreover it works fine on when i open it with java web start.I have checked the proxy settings and also changed my .mime.types file and restarted the server.
Thanks,
Sailaja
20 years ago
Hi,
i have a file called try.jnlp.It works fine when i copy it to the desktop and open it with java web start,but it doesn't work if i run it from the web.My web server is apache and i altered my .mime.types file by adding the line
applications/x-java-jnlp-files jnlp
I also restarted my server.What could be wrong?here is my .jnlp file<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+"
codebase="http://144.16.244.105/~voba/"
>
<information>
<title>test of javaw</title>
<vendor>Java Developer</vendor>
<homepage href="http://java.sun.com/jdc"/>
<description>demo</description>
</information>
<offline-allowed/>
<resources>
<j2se version="1.2+" />
<jar href="voba.jar"/>
<jar href="recorder.jar"/>
<jar href="ip.jar"/>
</resources>
<applet-desc
document-base="http://144.16.244.105/~voba/"
name="Voba"
main-class="Voba"
width="527"
height="428">
</applet-desc>
</jnlp>
i have been searching on net for the past one day...I couldn't find an answer to my problem.Immediate help would be appreciated.
Thanks,
Sailaja
20 years ago
hi,
i have .jar files like commons-httpclient.jar on my serverside.everytime i launch my applett these files have to be uploaded and it takes sometime to do it.i tried putting them on clientside and giving classpath in environment variables but it can't find the files.is it possible to have these files on the client side?
thanks,
sailaja
hi,
i just have java plugin installed on my machine.i want to put .jar files like commons-logging.jar on the client side instead of uploading them from the server side everytime i call my applett.how do i do this?i tried putting them on client side and giving class path but it says the files are not found.can someone help me?
thanks
sailaja
hi,
I have java plug in on my system.Is it possible to put my jar files like
commons-logging-api.jar on the client side instead of uploading it from the server?
thanks,
Sailaja