P Srini

Greenhorn
+ Follow
since Apr 23, 2009
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 P Srini


Yes once the emulator is up!! it just taking few seconds to deploy the app!!-Fast enough!!

14 years ago
So what is the correct answer for this? Is it possible to get this information?
14 years ago

Hmm ..Sorry guys !! It is working fine

It is just taking too much of time to start ….around 4 minutes , I wonder why!!

Thanks ,
Srinivas.
14 years ago
Hi

I am new to Android.
After creating a workspace for android applications in eclipse, I created an AVD.
If I start that AVD it is showing me a blank emulator, I have attached the screen shots.
Could anyone let me know where I am going wrong?


Thanks,
Srinivas.
14 years ago

Thanks a Lot Campbell !!

Regards,
Srinivas.
14 years ago
Hi All,

I have a question about .class files.
Let us assume that we have a Temp.class file which we got by compiling Temp.java using some X version of java.
Now!! Is there any way to know, which version of jdk was used to compile this class?

Regards,
Srinivas.
14 years ago
Sorry Mr. Tim, My apologies for the mistake in the Text.

My intension is as you got it right, I want to read a msword document, and show it to the user in the browser itself.
Hi Rajesh,
Thanks for the reply.
I tried the code snippet that you provided, but my browser is asking me for confirmation to open the document in MS Word application.

I think I have to use POI for my requirement. Please let me if there is any simple solution.

Thanks,
Srini.
14 years ago
JSP
Hi guys,

I have a requirement here

When User clicks on a link or a button then I want to display a word document (.doc file ) say his profile to him within the browser


Could you please let me know how to that ?

Thanks,
Srinivas.
14 years ago
JSP
Hi Guys,

I am Getting the following Error Any Idea Why ?


My First Jsp is as fallows Firest.jsp: ================

====CoreTester.jsp is as falllows============================================================

============================================
The following error is getting displayed while calling CoreTester.jsp
============================================
CoreTester.jsp:15:8: Static attribute must be a String literal, its illegal to specify an expression.
<c:out value="${movieList}" /><br>
^---^
CoreTester.jsp:15:8: Static attribute must be a String literal, its illegal to specify an expression.
<c:out value="${movieList}" /><br>
^---^

--------------------------------------------------------------------------------
Please let me know where am I going Wrong.

Thanks in Advance
-Srinivas
Hi Guys,

I have a website built using oracle's web toolkit.
Now we want to host (move) the application in weblogic 10.
Is there any plug-in in weblogic 10 to do it with a little bit of effort?

Regards,
Srinivas
14 years ago