[icedtea-web] - problems configuring with: --disable-plugin

Jiri Vanek jvanek at redhat.com
Mon Oct 15 16:26:12 UTC 2018


On 10/15/18 5:43 PM, Treutwein Bernhard wrote:
> With Jiri's help, I successfully created the current 1.7.1 netx.jar under linux
> and was able to launch our special (accounting) application called qisfsv3t
> via JNLP successfully using netx.jar/icedtea-web.
> 
> With the recipe taken from Chapter 7 of the OpenJDK Cookbook by Alex Kasko/
> Stanislav Kobylyanskiy/Alexey Mironchenko, I was able to start the same application
> using netx.jar in MS-Windows starting it from the commandline with
> 
> javaw -Xbootclasspath/a:netx.jar net.sourceforge.jnlp.runtime.Boot qisfsv3t.jnlp

Happy to hear!

> 
> But despite having the Java Console enabled in the Java Control pane, I do not
> get any trace of the console. 

If you want console, it is not enough to have it enabled, you have to have it also shown at startup.
If you do nto wish gui conosle, all logs should be enable-able via -verbose  and/or a deployment
proeprt. You can enable also some kind of file logging. Both properties are from gui, debugging.

Still I belive your major friend will be visible gui console, as it have diffeent colors for itw'
std out/err and client stderr/out
> 
> Now I am curious, where icedtea-web/netx stores cached jar files, log files and
> the console output. 

in linux itis $XDG_CONFIG_DIR/icedtea-web and $XDG_CACHE_DIR/icedtea-web which is usually
~/.config/icedtea-web and ~/.cache/icedtea-web  and I do not think htere is if windows, so it ends same.
> 
> Any help is appreciated.
> --
>   Bernhard
> 

HTH
  J.


-- 
Jiri Vanek
Senior QE engineer, OpenJDK QE lead, Mgr.
Red Hat Czech
jvanek at redhat.com    M: +420775390109


More information about the distro-pkg-dev mailing list