Sandip Armal Patil
Sandip Armal Patil

Reputation: 5905

Error when add .jar file in Classpath

Hi.
I created a project which can send email using JavaMail. But when I add the .jar file in my classpath, I get the following error message. I don't know which error is this. Because it only show the "your project contain error" message.

Please provide me some answer.
Thanks in Advance.

Upvotes: 0

Views: 167

Answers (1)

bensnider
bensnider

Reputation: 3772

It's likely the jar is using classes that Dalvik does not implement. If you're using a jar compiled for Java SE it's possible.

Upvotes: 2

Related Questions