Skip to content

emmanuel-aubertin/QBrowser-for-Jakarta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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