kumar sivaramakrishnan

Greenhorn
+ Follow
since Apr 09, 2008
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 kumar sivaramakrishnan

Just wanted to get this thread looked at one more time in case someone has any thoughts...appreciate it.
I am trying to debug an application using Eclipse. It allows me to step through fine and even displays the values of variables for the line that is currently being executed. However,when I inspect or watch other variables, I get an error message which says

" to perform an evaluation an expression must be compiled in the context of a java project's build path.The current execution context is not associated with a java project in the workspace"

The project is in the workspace and classpath ofcourse and I am able to step thru the code with no problems. Just can't seem to watch or inspect. Any idea what may be going on?
I have a webapp that displays images stored in a db. However, some of the images are upside down or otherwise out of alignment. I need to check the alignment of an image and if it is out of alignment rotate it back to horizontal and then display.

Are there methods in JAI or other toolkits that can do this?
15 years ago
I am using an api in a web app to return a byte array of an image stored in a database. I have tried dumping the byte array into the response but the browser does not display it. Believe the image is a tiff so I also tried downloading the tiff browser plugin. Still does not work.

What is the best way to do this?
15 years ago