Nishant Suneja

Greenhorn
+ Follow
since Jan 22, 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 Nishant Suneja

Hi Sagar

Regarding the conversion process, follow the procedure given in :: http://retrotranslator.sourceforge.net/.
You should be able to port the smack library from jdk 1.5 to jdk 1.4 .

And regarding your other query, I ran the library on J2SE 1.4, where it ran fine.
I didnt try it on Java ME. But, newhow, you can give it a try there.
15 years ago
Guys

Do we have SASL support available in JDK 1.4 ?
Does any kind of backport exist for that ?

Any kind of help would be highly appreciated.

Nishant
Hi

I have to run an application which is based on smack library(smack is a library which facilitates xmpp communication between the client and server) on j2me J9VM.
Now, when i run the application on j2me J9VM, i get the "java.security.cert.CertificateParsingException" exception.
I did a bit of research on the net and found that adding a third party library on a J2ME platform can be a problem.
The application runs fine on J2SE platform.
The libraries(JAR files) which i was using on J2SE platform, i copied them into the J2ME machine, added them to the classpath and ran the application.

How do i go about this, people ?
Do i need to obtain a digital sign for the smack library or something of that sort to make it run on j2ME platform ?

Nishant
15 years ago
Retrotranslator tool worked fine when i tried it out again, with some newly accquired knowledge.
Its better than retroweaver, as it covers some of the jdk 1.5 specific features which retroweaver doesnt.
Thanks for all the replies though.
15 years ago
Hi

I have to port smack 3.1.0 library from jdk 1.5 to jdk 1.4.
I tried using Retroweaver an Retrotranslator tools for doing the job. However, i wasnt able to get through with either of those.
Is there any other tool available which could perform the job ?
If there isnt, i would have to use the brute force technique of converting the jdk 1.5 specific code ( generics, annotations, for-each loop etc. ) into jdk 1.4 compilant code.

Kindly help me out with this. Any material available on this topic would really help.
15 years ago
Hi

I have to port smack 3.1.0 library from jdk 1.5 to jdk 1.4.
I tried using Retroweaver an Retrotranslator tools for doing the job. However, i wasnt able to get through with either of those.
Is there any other tool available which could perform the job ?
If there isnt, i would have to use the brute force technique of converting the jdk 1.5 specific code ( generics, annotations, for-each loop etc. ) into jdk 1.4 compilant code.

Kindly help me out with this. Any material available on this topic would really help.
15 years ago