Announcement

Collapse
No announcement yet.

Need help with properly setting up Java Wireless Toolkit.

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Need help with properly setting up Java Wireless Toolkit.

    Dear Friends,
    I have Kubuntu 18.04, and I'm still pretty new to Linux. I'm trying to properly setup the Sun Java Wireless Toolkit to develop some simple j2me apps. I presently have jdk 10.0.1 from the Oracle website. I then installed the Sun Java Wireless Toolkit 2.5.2. During its installation, it properly detected the jdk(/usr/local/java/jdk-10.0.1/bin/).

    Everything was (apparently) properly setup. Then I ran ktoolbar(/home/WTK2.5.2/bin/), started new project. After writing small program in the src folder of the project, I tried to build it. But it failed.

    Here was the error:

    error: Source option 1.3 is no longer supported. Use 6 or later.
    error: Target option 1.3 is no longer supported. Use 1.6 or later.
    com.sun.kvem.ktools.ExecutionException
    Build failed
    What should I do now?
    Thanks in advance.

    #2
    https://coderanch.com/t/228138/targe...default-source
    "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
    – John F. Kennedy, February 26, 1962.

    Comment

    Working...
    X