vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello, I'm using the KDE 3.1 which came with Slackware 9.1 und the Java 2 RE 1.4.2_01 from Sun. The J2RE I've just extracted into /usr/lib/. I've set the path to the java excecutable to /usr/lib/j2re1.4.2_01/bin/java in the Konquerer settings, Java is activated, as well as Java Script. But somehow it does not work... When I try to load to Java Applett there comes "Applet being loaded" till the end of time. I've tried http:/ go.icq.com, spinchat.de and some other site. What is wrong? Thanks, Florian |
| |||
| Florian Lindner wrote: > Hello, > I'm using the KDE 3.1 which came with Slackware 9.1 und the Java 2 RE > 1.4.2_01 from Sun. > The J2RE I've just extracted into /usr/lib/. > I've set the path to the java excecutable to /usr/lib/j2re1.4.2_01/bin/java > in the Konquerer settings, Java is activated, as well as Java Script. > But somehow it does not work... When I try to load to Java Applett there > comes "Applet being loaded" till the end of time. I've tried http:/ > go.icq.com, spinchat.de and some other site. > What is wrong? Why not use the java package that came with Slack-9.1 instead? /d/j2sdk-1_4_2_01-i586-1.tgz -- Confucius: He who play in root, eventually kill tree. Registered with The Linux Counter. http://counter.li.org/ Slackware 9.1.0 Kernel 2.4.22 i686 (GCC) 3.3.1 Uptime: 5 days, 17:05, 1 user, load average: 1.02, 1.03, 1.05 |
| |||
| Florian Lindner wrote: > I'm using the KDE 3.1 which came with Slackware 9.1 und the Java 2 RE > 1.4.2_01 from Sun. > The J2RE I've just extracted into /usr/lib/. If you made a full install of Slackware 9.1 you do have Java 2 SDK 1_4_2_01 installed. Check it this way 'ls -l /var/log/packages/j*' and if it is there use this path to Java: /usr/lib/j2sdk1.4.2_01/bin/java If not you'll find it at the first CD in the /slackware/d directory. -- Thomas O. This area is designed to become quite warm during normal operation. |
| |||
| David wrote: > Florian Lindner wrote: >> Hello, >> I'm using the KDE 3.1 which came with Slackware 9.1 und the Java 2 RE >> 1.4.2_01 from Sun. >> The J2RE I've just extracted into /usr/lib/. >> I've set the path to the java excecutable to >> /usr/lib/j2re1.4.2_01/bin/java in the Konquerer settings, Java is >> activated, as well as Java Script. But somehow it does not work... When I >> try to load to Java Applett there comes "Applet being loaded" till the >> end of time. I've tried http:/ go.icq.com, spinchat.de and some other >> site. What is wrong? > > Why not use the java package that came with Slack-9.1 instead? > > /d/j2sdk-1_4_2_01-i586-1.tgz 1) Because that didn't work too. 2) I don't need a SDK, just a RE. Florian |
| |||
| Florian Lindner wrote: > 1) Because that didn't work too. Tried the sites you was having problems with and they do work here. > 2) I don't need a SDK, just a RE. > OK. You could try run these commands before starting Konqueror: export JAVA_HOME="/usr/lib/j2re1.4.2_01" export PATH="$PATH:/usr/lib/j2re1.4.2_01/bin" -- Thomas O. This area is designed to become quite warm during normal operation. |
| ||||
| Thomas Overgaard wrote: > Florian Lindner wrote: > >> 1) Because that didn't work too. > > Tried the sites you was having problems with and they do work here. > >> 2) I don't need a SDK, just a RE. >> > OK. You could try run these commands before starting Konqueror: > export JAVA_HOME="/usr/lib/j2re1.4.2_01" > export PATH="$PATH:/usr/lib/j2re1.4.2_01/bin" Don't ask me why... after a reboot it works now... Thanks anyways.. Florian |