Kedar Nirokhekar

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

Recent posts by Kedar Nirokhekar

Hi all,
I am trying to print TIFF images from an signed applet. But java 1.1 does not support TIFF extentions. If I don't want to use JAI can anybody suggest me a way to get this code working. Is there any free plugin available which I can use in my code.
Thanking in advance,

Regards,
Kedar Nirokhekar
22 years ago
Hi all,
I am facing some probelm using the jakarta-tomcat server4.0 and developing struts application.The application is runing perfectly if dont use the database type4 driver.I am using "net.avenir" driver to connect to MS SQL server.
I am getting the following error :
java.lang.ClassFormatError: net/avenir/jdbc2/h (Illegal Field name "?")
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:486)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:111)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:248)
at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at org.apache.catalina.loader.StandardClassLoader.findClass(StandardClassLoader.java:671)
at org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClassLoader.java:1090)
at org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClassLoader.java:989)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313)
at net.avenir.jdbc2.Driver.connect(Driver.java:197)
at java.sql.DriverManager.getConnection(DriverManager.java:517)
at java.sql.DriverManager.getConnection(DriverManager.java:177)
at LogonAction.perform(LogonAction.java:27)
at org.apache.struts.action.ActionServlet.processActionPerform(ActionServlet.java:1787)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1586)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:510)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:243)
at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:201)
at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2344)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170)
at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:462)
at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:163)
at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:1011)
at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1106)
at java.lang.Thread.run(Thread.java:484)
*********************
I am stuck at this point.If anyone could answer this question or guide me to get out of this problem, I will be very thankful to him/her.
Thanking in advance,
Regards,
Kedar
22 years ago
Hi All,
We are editing a MIDI file and vreating a new file out o it.
I could edit it and save it also.But the tune which I am getting with the edited file is different from the original one.
I could not find out why this is happening..
If anyone can tell me why this is happening and how should I go about it, I will be helpful to him
Thanking in advance,
Regards,
Kedar
23 years ago
Hi All,
I want to edit the running MIDI file.
I want to get all the messeges after I click on select button.
I am getting the tick value but I want to get all the messeges from this clicked tick.
If anyone help me on this topic or guide me, I will be thankful to him/her.
Thanking in advance.
Regards,
Kedar
23 years ago
Hi All,
I am creating an application which plays the MIDI typ-0 file.
While running the existing MIDI file(only one track) I want to select the specific part from this file and create a new MIDI file containing only the selected part.
Is this possible?
I am not getting how to go about this.
If anyone can elaborate on this issue or guide me or suggest a link it will be helpful to me.
Thanking in advance,
Regards,
Kedar
23 years ago
Hi All,
I am creating an application which plays the MIDI typ-0 file.
While running the existing MIDI file(only one track) I want to select the specific part from this file and create a new MIDI file containing only the selected part.
I am not getting how to go about this.
Is this possible?
If anybody can elaborate on this issue or guide me or suggest a link it will be helpful to me.
Thanking in advance,
Regards,
Kedar
23 years ago
Hi all,
I am developing an applet.I want to know about java sound capabilities.Can I edit and clip sound files using Java1.x.If anybody can answer the qestion please guide.How should I go about it?
If there is any site for getting information regarding the same please tell me.
Thanking in advance.
Regards,
Kedar
23 years ago
Hi,
I tried to find out the way for running multiple instances of Tomcat server 3.2.2 on same machine.
Can anybody tell me,Is this possible ?
And If possible can you tell me the way how to do it.
Thanking in advance,
Regards,
Kedar
23 years ago
hi all,
I know the image can be rotated using java2d api's.I could able to rotate the image using AffineTransform class. But it
clips the image at corneres on rotation with multiples
of 45 degrees angle. I want to know how should I go about it.If any body can help me out.please..
Thanking in advance
Regards,
Kedar

23 years ago
Hi all,hi all,<br>

We have developed an applet in java1.1.x and signed it successfully. Now we want to port the same applet in java1.2.
So we are using plugin for java1.3.x.
For this we have to use object tag instead of applet tag.
Now the signed cab we are using doesn't have any problem
with applet tag.But it is not showing the signing certificate and also it is not showing the signed features using object tag which it do with the same cab file with applet tag.

So please help me if any one can.
Thanking in advance,

Regards,

Kedar Nirokhekar
23 years ago
Hi all,
I am trying to port my java1.1.x applet to java1.2 but not swing.
I am getting some errors while loading the applet.The applet is giving problem at BufferedImage class.
The exception given on the java console is as follows :
Exception occurred during event dispatching:
java.lang.NoSuchMethodError: java/awt/image/ColorModel: method loadLibraries()V not found
at java/awt/image/BufferedImage.<clinit>
at ImageTool.rotateImage
at ImageTool.rotateClockwise
at ContextButtonPanel.processButtonClicked
at ContextButton.performClickedAction
at ImageButton$2.mouseReleased
at java/awt/AWTEventMulticaster.mouseReleased
at java/awt/Component.processMouseEvent
at java/awt/Component.processEvent
at java/awt/Component.dispatchEventImpl
at java/awt/Component.dispatchEvent
at java/awt/EventDispatchThread.run
Can any body suggest me what is the problem and how it can be resolved.
Thanking in advance.
Regards,
Kedar
23 years ago