Re: Creating a Client Webpage with embedded Java

2025-04-04 Thread Thomas Wolf
I think you're a bit confused. There's no such thing as a web page with embedded java. Perhaps you're talking about Java Server Pages (JSP) - with that technology, you can create text files that contain HTML (and maybe Javascript) and Java code to provide the dynamic content for that HTML. W

Re: C/C++ Support

2025-04-04 Thread Pieter van den Hombergh
isn't there something like a LIB_PATH in the cygwin environment? met vriendelijke groet Pieter van den Hombergh Op do 20 mrt 2025, 21:35 schreef slipbits : > I have tried to build using cygwin in a Win11 environment. > > The Win PATH variables contains the path to the location of the shared > li

Re: C/C++ Support

2025-04-04 Thread slipbits
I have tried to build using cygwin in a Win11 environment. The Win PATH variables contains the path to the location of the shared libraries, C:/cygwin64/lib/gcc/x86_64-pc-cygwin/12/. The build command I use is:     C:\cygwin64\bin\g++.exe -c *.cpp And when I use cygpath -u 'C:\cygwin64\b

Re: Creating a Client Webpage with embedded Java

2025-04-04 Thread Rick
Try vaadin. It won't let you down. On Wed, Apr 2, 2025 at 11:31 AM Thomas Wolf wrote: > That's very cool technology (I have a commercial swing app that I'm in the > process of converting to a web app) - but it's not open source. Reading > their web site seems you need permission to use it for b