Gaurav Mac Mathur

Ranch Hand
+ Follow
since Feb 19, 2002
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 Gaurav Mac Mathur

I dont think there is any Official decleration of Java 1.5 coming with Tiger though.
Latest what u can get NOW is
Java 1.4.2_05
Cheers
19 years ago
AFAK
OSX come with JDK installes.
if java -version is not workign means u are log in as wrong user or soemthing.
chack out /System/Library/Frameworks/JavaVM.framework/Versions/
for current version of Java been used.

Latest update available is Java 1.4.2_05
or what is commonly known as
Java 1.4.2.Update 1
19 years ago
AFAK
OSX come with JDK installes.
if java -version is not workign means u are log in as wrong user or soemthing.
chack out /System/Library/Frameworks/JavaVM.framework/Versions/
for current version of Java been used.

Latest update available is Java 1.4.2_05
or what is commonly known as
Java 1.4.2.Update 1
19 years ago
Oh Thanks Simon,
It Worked...
Are you working on Pramiti or using Pramati Studio ?
Cheers
20 years ago
Hi Geeks,
I want to install Pramati Server on Mac, ( Reviews says it works Great )
But i am not able to give the Java Home in Installation
/System/Library/Frameworks/JavaVM.framework/Home
does not work, and it dont go to next screen...
Have someone worked on This ?
I was Planing to Use Pramiti Studio, is it better the Eclipse ?
Cheers
Gaurav
20 years ago
Useful Replies.. Anyone ??
I am looking for same suggestion.
20 years ago
I have JDK 1.3.1 Runign on my Solaris Machine.
I have Installed JDK 1.4.1 Also.
I want some processes to run on Old 1.3.1 and some on 1.4.1
How do i achieve this ?
Thanks
< What I do is not new. Way I Do is New >
20 years ago
M$ New TEchnology Enables you to Start without Stopping.
The Build in Feature is called Crashing, In local Tough people call it "Blue Screen of Death"
Cheers
20 years ago
Me Speechless
20 years ago
Hi ,
We have java code compiled in 1.3.1 and have client and server running on 1.4.1
The Application uses RMI to communicate.
can there be problrms because of Code being compiled on 1.3.1 and exicuted on 1.4.1
Any Thoughts/ Suggestions are welcomed.
Cheers
20 years ago
I have been working on MAC and tools ( mainly Java) fov over a year, but havent got any chance to use emacs.
Can someone point to very very Basic tutorial on emacs, which may help me getting started with emacs.

Regards
Gaurav Mac Mathur
20 years ago
I have a Swing Ui, with a text filed and validations. while typing Jpn characters i am getting following error,

Any Idea what is going wrong ?
20 years ago
Hi all,
I need to read some Japanese characters from a Flat file and dispaly it on UI,
now i write a Japanese character and convert it to Ascii ( using nativetoascii ). so i get a lot of / u stuff.... but when i am reading from this FF and trying to display it on UI i see / u things insteed of Japanese Characters,
any pointers where am i missing something?
Regards
Gaurav
_ will work for love _
20 years ago
Hi,
See this solves your purpose.

Cheers Gaurav
[ July 29, 2003: Message edited by: Gaurav Mac Mathur ]
20 years ago
Hi,
We are facing a problem in calling a java stored procedure from a PL/SQL procedure.
The issue is :-
********************************************
ERROR :-29532
The Error message is RA-29532: Java call terminated by uncaught Java
exception: oracle.xml.sql.OracleXMLSQLException: Invalid context handle
specified.
ORA-04030: out of process memory when trying to allocate 36876 bytes
(callheap,kllcqgf:k
BEGIN sfa_xml_generator_proc; END;
*
ERROR at line 1:
ORA-04030: out of process memory when trying to allocate 4032 bytes (joxu heap
init,ioc_allocate_pal)
********************************************
The PL/SQL procedure continuously listening to an Advance Queue for any messages and calls the Java Stored Procedure for each message.
We are getting this error when the messages in the queue exceed 80 (appx).
1) Is there any limitation in Oracle for calling Java Stored Procedure?
2) If Java Stored Procedure consumes more of process memory?
Oracle version we are using is 8.1.7.2
Any pointers welcomed.
TIA,
Gaurav
20 years ago