emmanuel-aubertin / QBrowser-for-Jakarta

Browser for Jakarta

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QBrowser for Glassfish 6+

Starting from Glassfish 6, javax is no longer in use. Instead, we present a version of QBrowser that works with Jakarta.

More info about QBrowser here

Compile:

To compile, add the Glassfish jar to your ClassPath. Then, you can compile QBrowser using:

javac QBrowser.java

Launch it:

To run QBrowser, use:

java -cp .:$CLASSPATH QBrowser

By default, QBrowser connects to the port at localhost:7676. You can change this by specifying a different port as follows:

java -cp .:$CLASSPATH -DimqAddressList=mq://localhost:<port>/jms QBrowser

About

Browser for Jakarta

License:Other


Languages

Language:Java 100.0%