I am totally new to Ubuntu and Java altogether. I managed to install JDK 1.6 using the terminal. I am even able to run a simple HelloWorld. My problem is whenever I try to install the java_ee Im having an error:
java.lang.UnsatisfiedLinkError: no Terminal in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1681)
at java.lang.Runtime.loadLibrary0(Runtime.java:840)
at java.lang.System.loadLibrary(System.java:1047)
at charva.awt.Toolkit.<clinit>(Toolkit.java:895)
at charva.awt.Window.init(Window.java:62)
at charva.awt.Window.<init>(Window.java:58)
at charva.awt.Frame.<init>(Frame.java:32)
at charvax.swing.JFrame.<init>(JFrame.java:34)
at charvax.swing.JFrame.<init>(JFrame.java:30)
at org.openinstaller.util.ui.ChaxStandaloneSplash.<init>(ChaxStandaloneSplash.java:91)
at org.openinstaller.core.Orchestrator.main(Orchestrator.java:428)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.openinstaller.core.EngineBootstrap.main(EngineBootstrap.java:208)
SEVERE INTERNAL ERROR: no Terminal in java.library.path
Honestly I don't have enough idea about what I am doing. Please help me with this. Thanks in advance.