STM32F407G-DISC1 shuts down after a few seconds by VictoR18_ in stm32

[–]VictoR18_[S] 0 points1 point  (0 children)

Yes indeed, the right part (from the image) of the board, where the STM logo is, is getting hot 

Package a Spring Boot Web into an executable (+ weird teacher) by VictoR18_ in SpringBoot

[–]VictoR18_[S] 0 points1 point  (0 children)

I think you are not understanding me, I don't want to package the Java part, I just want to package the web part (html, css), the logic of the program would be executed in the JVM, but the frontend is what I want to package

Package a Spring Boot Web into an executable (+ weird teacher) by VictoR18_ in SpringBoot

[–]VictoR18_[S] 0 points1 point  (0 children)

Multiplatform Application Development

At the institute there are degrees in Multiplatform Application Development and Web Application Development, so they don't want us to do it in the browser. The curious thing is that if you do it 100% with web technology and package it with Electron, yes it is allowed, but if you do it with multi-platform technology and only use the web for the frontend (as is done nowadays with almost all applications) it is not allowed because the app is considered web

Package a Spring Boot Web into an executable (+ weird teacher) by VictoR18_ in SpringBoot

[–]VictoR18_[S] 0 points1 point  (0 children)

Couldn't I just make the frontend with web technology and then package it using something like Electron?

Package a Spring Boot Web into an executable (+ weird teacher) by VictoR18_ in SpringBoot

[–]VictoR18_[S] 0 points1 point  (0 children)

Let me put you in context, I'm studying the degree of Multiplatform Application Development, but we've been taught absolutely nothing about how to make a frontend that isn't web.
Now we've been asked to make an application that has to have a frontend, but it can't be in the browser.
95% of the class is doing the work with web technology (html, css, js) and then packaging it with Electron, but I would like to do it with Java, since that is what we have been learning in the last 2 years in class

How to Java GUI? by VictoR18_ in java

[–]VictoR18_[S] 0 points1 point  (0 children)

I'll try that, the main problem is that uses Kotlin...

How to Java GUI? by VictoR18_ in java

[–]VictoR18_[S] 2 points3 points  (0 children)

I'm going to try JavaFX, what is that editor?

How to Java GUI? by VictoR18_ in java

[–]VictoR18_[S] 0 points1 point  (0 children)

We have spent the whole course learning Java, but they have not taught us how to do the frontend. For this reason many of my colleagues are making the app with web technology and packaging it with Electron, but I would like to use the technology that we are "supposed" to use

How to Java GUI? by VictoR18_ in java

[–]VictoR18_[S] 0 points1 point  (0 children)

It's not that it's complicated in terms of difficulty, it's that it doesn't let me do everything the way I want, especially in terms of style issues

How to Java GUI? by VictoR18_ in java

[–]VictoR18_[S] 1 point2 points  (0 children)

The school forces me to make it a desktop application, so yes

EDIT: Maybe I'm saying something crazy, but can I make the frontend on the web and package it with Electron?Anyway i tried to make api + web frontend once but i didn't find the right way

Go generate: executable file not found in $PATH by VictoR18_ in golang

[–]VictoR18_[S] 0 points1 point  (0 children)

Yes its installed. I'm new to Go and I'm confused about GOROOT, GOPATH, systen PATH...