Skip to content

andy2lee/java-tk-ffm-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

java-tk-ffm-example

Call tcl/tk GUI or command with FFM Panama.

Prerequisite

  1. Java 22 equal or higher.
  2. Download Tcl/Tk from official or get your Tk/Tcl in your environment. (Ex. Python already included)
  3. Copy tcl86 tk86t zlib1 next to Main.java or Mainkt.kt.
  4. Copy tcl8.6 and tk8.6 folder next to Main.java or Mainkt.kt.
  5. javac -cp . Main.java or kotlinc -cp . Mainkt.kt
  6. java -cp . Main or kotlin -cp . Mainkt

Result

image

About

Java tcl/tk FFM Panama Example

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors