[Bug 182971] Re: Java web start does not work

2008-04-27 Thread 2F
Same probleme, it's broken link, check your /usr/bin/javaws link to see if he's 
broken.
Solve it by :

sudo update-java-alternatives --set sun-6-java

means that update the /etc/alternatives/"java & co" (which are links too)
where sun-6-java is a link to the last  version (java-6-sun-1.6.0.06).
I dont know why this problem is not solve i found myself the broken link and 
the command on the web.
Java isn't open source i think, it comes because of that.

2F

-- 
Java web start does not work
https://bugs.launchpad.net/bugs/182971
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 182971] Re: Java web start does not work

2008-04-05 Thread 2F
I have a similar problem (excuse my english)
i can't run "javaws /my-file.jnlp", bash sent an error : "netx: Spec version 
not supported (supports 1.0)"
but when i go to the gui menu sun java 6 Plugin control panel, i can launch the 
application in "temporary internet files" -> "display" and launch.

otherwise another program (Jalbum) crash when i ask for building the
album.

Ubuntu 8.0.4, kernel 2.6.24.15 but it bug since 2.6.22.12

-- 
Java web start does not work
https://bugs.launchpad.net/bugs/182971
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 182971] Re: Java web start does not work

2008-04-06 Thread 2F
James, with "javaws -version" i get the help of javaws, whatelse.

But, i try my command with verbose mode :

**
[EMAIL PROTECTED]:~$ javaws -verbose 
/home/fred/LOGICIELS/spark-angels/sparkangels.jnlp 
java.lang.NullPointerException
at 
net.sourceforge.jnlp.runtime.JNLPRuntime.loadWindowIcon(JNLPRuntime.java:459)
at 
net.sourceforge.jnlp.runtime.JNLPRuntime.getDefaultBaseDir(JNLPRuntime.java:256)
at net.sourceforge.jnlp.runtime.Boot.getBaseDir(Boot.java:407)
at net.sourceforge.jnlp.runtime.Boot.run(Boot.java:168)
at java.security.AccessController.doPrivileged(Native Method)
at net.sourceforge.jnlp.runtime.Boot.main(Boot.java:159)
java.lang.NullPointerException
at 
net.sourceforge.jnlp.runtime.JNLPRuntime.loadWindowIcon(JNLPRuntime.java:459)
at 
net.sourceforge.jnlp.runtime.JNLPRuntime.initialize(JNLPRuntime.java:123)
at net.sourceforge.jnlp.runtime.Boot.run(Boot.java:170)
at java.security.AccessController.doPrivileged(Native Method)
at net.sourceforge.jnlp.runtime.Boot.main(Boot.java:159)
JNLP file location: /home/fred/LOGICIELS/spark-angels/sparkangels.jnlp
Status: CONNECTED DOWNLOADED STARTED +(CONNECTED DOWNLOADED STARTED) @ 
/home/fred/LOGICIELS/spark-angels/sparkangels.jnlp
net.sourceforge.jnlp.ParseException: Spec version not supported (supports 1.0)
at net.sourceforge.jnlp.Parser.(Parser.java:139)
at net.sourceforge.jnlp.JNLPFile.parse(JNLPFile.java:488)
at net.sourceforge.jnlp.JNLPFile.(JNLPFile.java:149)
at net.sourceforge.jnlp.JNLPFile.(JNLPFile.java:134)
at net.sourceforge.jnlp.runtime.Boot.getFile(Boot.java:243)
at net.sourceforge.jnlp.runtime.Boot.run(Boot.java:173)
at java.security.AccessController.doPrivileged(Native Method)
at net.sourceforge.jnlp.runtime.Boot.main(Boot.java:159)
netx: Spec version not supported (supports 1.0)
**
Thx

-- 
Java web start does not work
https://bugs.launchpad.net/bugs/182971
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 182971] Re: Java web start does not work

2008-04-06 Thread 2F
Me again, i try the http://java.sun.com/products/javawebstart/demos.html
and the non-java page, but nothing works too :

FF3 beta4  : open with sun java 6 web start --> yes, of course, then he
open me the sun java 6 plugin control panel... cf screenshot and you can
see my application spark angel (my first post) that i can launch safely
from here. But every file.jnlp launched open me the plugin control
panel...

** Attachment added: "screenshot"
   http://launchpadlibrarian.net/13144461/Capture.png

-- 
Java web start does not work
https://bugs.launchpad.net/bugs/182971
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 182971] Re: Java web start does not work

2008-04-07 Thread 2F
I found, but i dont know how to resolve it. At least i cant reproduce this bug, 
because i only update with update manager and never install or desinstall any 
java stuff.
You're right, the /usr/lib/jvm/java-6-sun-1.6.0.05/jre/bin/javaws work for me 
but it's the 1.6.0.05 version...
so it works if i do like this :  
"/usr/lib/jvm/java-6-sun-1.6.0.05/jre/bin/javaws my-file.jnlp"
and in my "/usr/lib/jvm", i have this folders : java-1.5.0-gcj-4.2-1.5.0.0 // 
java-6-openjdk // java-6-sun // java-6-sun-1.6.0.05 // java-gcj
So, is it a known bug , is it my newbie on unix, or is it normal ? Can i delete 
the openjdk package?
I think i can solve it by change the javaws link to the right one (sun).
Thanks

-- 
Java web start does not work
https://bugs.launchpad.net/bugs/182971
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 182971] Re: Java web start does not work

2008-04-07 Thread 2F
I delete java-6-openjdk with dependencies (icetea), now javaws doesnt exist in 
shell (i have java and java_vm)
but "/usr/lib/jvm/java-6-sun-1.6.0.05/jre/bin/javaws my-file.jnlp" still 
works... not easy (excuse again my english).
Thanks.

-- 
Java web start does not work
https://bugs.launchpad.net/bugs/182971
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 182971] Re: Java web start does not work

2008-04-07 Thread 2F
Me again, just to say that of course from the firts post,
http://java.sun.com/products/javawebstart/demos.html didn't works again.

** Changed in: sun-java6 (Ubuntu)
 Assignee: (unassigned) => 2F (lhuile)
   Status: New => In Progress

** Changed in: sun-java6 (Ubuntu)
 Assignee: 2F (lhuile) => (unassigned)

-- 
Java web start does not work
https://bugs.launchpad.net/bugs/182971
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs