Questions tagged [webswing]

6 questions
4
votes
3 answers

How to deploy swing application on web browser?

I have a big swing application that I have developed. There are several classes that each creates its own JFrame while closing the previous one which called this class. I wish to deploy this into a web browser and understand that I need to convert…
wanda
  • 61
  • 1
  • 1
  • 7
2
votes
0 answers

JavaFX with WebSwing: Session Ended

I'm trying to deploy my JavaFX application to web browser with WebSwing. I followed this tutorial: https://www.youtube.com/watch?v=TKFJEfBBpKI and official tutorial on WebSwing site. I added my application, but when I try to run it I get an error:…
NotStudent
  • 39
  • 1
  • 10
0
votes
0 answers

Facing error while running application on webswing

I deployed new application on webswing working on windows but it giving me this error: 2023-04-27 14:52:20,307 WARN [qtp1288141870-9279] (AbstractResourceHandler.java:257) Failed to parse URI [/static/media/webswing basic default.2e2b2386.svg]! I…
0
votes
1 answer

How to upload jar files in webswing?

I want to convert my Swing application to web application. Getting help from How to deploy swing application on web browser? Please have a look to second step of first answer ("Install this [AjaxSwing] application in your system"). Where can I…
Muzammal Hussain
  • 121
  • 1
  • 11
0
votes
1 answer

Application not loading when using webswing

I am trying to migrate from webswing 2.4 to 20.1.3. In webswing.log the Webswing 20.1.3 initialization is done successfully. But when I am trying to access the application its not loading. I am seeing the following line in localhost-access.log "GET…
Sumanta Pani
  • 57
  • 3
  • 6
-2
votes
1 answer

How to connect to a local mysql database on webswing?

I am creating a java game and I need to upload it to web, I discovered the webswing that converts the jar to a web version, I tested it to jar without database connection and it worked, but when I try to connect to a mysql database it return a…