can i use java library for java se in java me. i use smack java library to create a chat client. can i use the same libary to create a chat client for javame.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Probably not.
Java ME uses an old version of the Java language and the java byte code specification, also a lot of the basic standard library functions are not present.
The networking library functions are completely different for instance.
It is very unlikely that a modern Java lib can be used in java ME without serious modifications.