|
2010-06-08
, 21:47
|
Posts: 106 |
Thanked: 136 times |
Joined on Apr 2010
@ Switzerland
|
#63
|
|
2010-06-09
, 02:15
|
Posts: 472 |
Thanked: 442 times |
Joined on Sep 2007
|
#64
|
|
2010-06-09
, 14:14
|
Posts: 292 |
Thanked: 131 times |
Joined on Dec 2009
|
#65
|
Has anyone managed to get Java working in the browser? I changed the java path under about:config to /usr/bin/java but still a no go.
|
2010-06-09
, 14:35
|
Posts: 1,751 |
Thanked: 844 times |
Joined on Feb 2010
@ Sweden
|
#66
|
|
2010-06-09
, 19:00
|
Posts: 110 |
Thanked: 3 times |
Joined on Jan 2010
|
#67
|
|
2010-06-09
, 19:14
|
Posts: 376 |
Thanked: 36 times |
Joined on Jun 2010
|
#68
|
|
2010-06-10
, 21:36
|
Posts: 4,030 |
Thanked: 1,633 times |
Joined on Jul 2007
@ nd usa
|
#69
|
|
2010-06-10
, 21:54
|
|
Posts: 4,930 |
Thanked: 2,272 times |
Joined on Oct 2007
|
#70
|
You made the icedtea6 package also?
Why do you not create symlinks to the binaries into /usr/bin ?
Also, for Java GUI support, the Jalimo project has packages for the SWT. For deployment, you could use debian packages. the Jalimo page describes a maven plugin to make deb packages. SWT is good for a number of reasons, for example the eSWT works on Symbian mobile phones, and the SWT tables and event loop are closer to QT than Swing/AWT.
If you include the files from the SWT JNI package in jre/lib/arm and the jars from the SWT package in jre/lib/ext, SWT-based GUI apps work with java -jar. This Java developers can put into .desktop files in debian packages.
I have made this Java app that assumes java is in the path and swt installed. It works after the install of the Jalimo SWT example from here (Single Click Install link).
I have also tested it with an optified openjdk from debian sid, with SWT included.