Yit Ming Toh

Greenhorn
+ Follow
since Jan 27, 2010
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 Yit Ming Toh

Hi,
is it possible to add an attribute to Manifest file and accessing it from codes?
13 years ago
anybody have any experience setting up an environment in Eclipse IDE to develop an application using the LWUIT?

i have tried importing a project as Midlet suite and when i tried to run it, i got this error...

13 years ago
Hi,

i am rather new to HTTPS connection on J2ME.

is there anything that i need to be aware of if i wanna code a class to access a HTTPS site?

is there anything that i should know about certificates? do i need to configure something in order to access the HTTPS page?


as now i have written a class to perform the connection. But i have received this error


i am quite sure that the website is still valid as i am still able to access the site and perform transactions that i want.

any help??
14 years ago
i m also working on a piece of code that requires to perform gunzip and untar...

i am using
java.util.zip.GZIPInputStream for gunzip
and as for untar, i will be following the approach that is using apache's API (org.apache.tools.tar)
http://www.koders.com/java/fid5AE4054C955EF855A0717C954D6B41E9BA9C0AC8.aspx
14 years ago


i have gotten this error when i call to a Webservice Host.

i have tested this webservice client using a standalone Java program and hit to my testing Webservice Host at my local machine and i did not get this error..

any idea what have happened here? any input is highly appreciated...

14 years ago