-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java.awt is not implemented? #73
Comments
Hi, We have not implemented support for all of the JDK libraries in JLang's JVM runtime API yet. I have not tested the
We plan to improve the infrastructure for compiling the JDK libraries in the future. Edit: I just tested compiling the JDK |
Error when compiling
|
Hello. I tried build HelloWorld and it works. Ok. Now I try compile HelloAwt. Source:
`import java.awt.Frame;
import java.awt.event.WindowEvent;
import java.awt.event.WindowListener;
public class HelloAwt {
} `
I ran command:
./bin/jlangc -cp jdk/out/classes HelloAwt.java
and it builded HelloAwt.llAfter I ran
./bin/compile_ll.sh HelloAwt.ll
and it crash: [log] (https://pastebin.com/2ez2QcFB) ("неопределённая ссылка" translate as "undefined link")Awt it is not implemented part?
The text was updated successfully, but these errors were encountered: