How to download some Java jar library files

Has anyone used the Java AWT library to migrate an application running on Android? How do you do that? I'm using these bags

java.awt.AWTException;
 java.awt.Robot;
 java.awt.Rectangle;
 java.awt.Toolkit;
 java.awt.image.BufferedImage;
 java.io.*;
 javax.imageio.ImageIO;

Solution

Download AWT jar here: http://duckduckgo.com/?q= ! jar+awt

Rt.jar (in your JDK settings) has java. Jar AWT package It has all the core Java packages

On Android: http://code.google.com/p/awt-android-compat/ Try this in the middle

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>