You are viewing a single comment's thread from:

RE: LeoThread 2024-03-19 22:03

in LeoFinance10 months ago (edited)

3 am... finally going to bed!

Spent the last 4hours working with Text To Speech for my Master's Degree.

My teacher loves NetBeans instead of Intelij, so I spent a bunch of time trying to remember how to compile a Java project through the terminal with a classpath. Basically, chinese.

  • Compile:

javac -d build/classes -cp lib/voce.jar src/sm/Jogo.java

  • Run:

java -classpath build/classes/:lib/* sm.Jogo

I know I could just run it through NetBeans, but the UI is so ugly!

Intelij is so much more beautiful!

I might need to install something to make NetBean's UI better.

#programming #engineering #mydiary #tech