You are not logged in.
Hello everyone i will put this in here just in case someone eventually needs it ..
Problem:
On some Linux versions, the Java Studio Creator installation completes too soon, without correctly installing Java Application Server.
Sun Recommended Solution:
Check if the following RPM packages exist on your system:
* either libstdc++ or compat-libstdc++
* either libstdc++-devel or compat-libstdc++-devel
If these are missing, first install them. Then restart the Java Studio Creator installer.
Archlinux trick
Install libstdc++5 and then
ln -s /usr/lib/libstdc++.so.5.0.7 /usr/lib/libstdc++-libc6.2-2.so.3At least this worked for me ![]()
Offline
Hehe, I had the same problem with the Sun Java Application Server v8. It requires an even older version of that particular file, which I of course did not have. gcc-compat didn't work either. In the end I found out that installing nxclient (WTF?!) actually did the trick...
Offline