Novice user requesting help with JIT and RedHat Sparc Linux 6.1
Dear All, Apologies for the simple question but I have tried to find the answer and have drawn a blank. I run RedHat Linux 6.1 on an Ultra 5 sparc, bog standard installation - GNOME rather than KDE. Yesterday I installed jdk-1.2.2-RC4-linux-sparc-glibc-2.1.2.sh and as far as I can see from the README's JIT is turned on by default. Yet what I get is: Warning: JIT compiler "sunwjit" not found. Will use interpreter. I'm obviously doing something stupid but after spending all morning searching the web for an answer I'm getting nowhere fast. Please would somebody help me out. Many thanks, Jo. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
[java3d] Colors and linux for ppc
Hello, i had some problems with colors under a ppc platform. I wrote a class that works pretty well unter a i386 platform, but on a ppc there came bad colors. Screenshots+code: http://vern.chem.tu-berlin.de/~stephan/java3d/index.html Compared platforms: 1.Athlon + NVidia + Suse 7.2 2.Apple ibook 2001 + ATI 128 + Suse 7.1 Thanx for any help, Stephan Michels. EMail:[EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Novice user requesting help with JIT and RedHat Sparc Linux 6.1
> I run RedHat Linux 6.1 on an Ultra 5 sparc, bog standard installation > - GNOME rather than KDE. Yesterday I installed > jdk-1.2.2-RC4-linux-sparc-glibc-2.1.2.sh and as far as I can see from > the README's JIT is turned on by default. Yet what I get is: > > Warning: JIT compiler "sunwjit" not found. Will use interpreter. > > I'm obviously doing something stupid but after spending all morning > searching the web for an answer I'm getting nowhere fast. Please > would somebody help me out. >From memory there was a problem with permissions on libsunwjit.so that came with 1.2.2, find it and make sure its permissions allow you to read it. Its in jre/lib/i386 on my copy. Chmod it. # chmod 755 libsunwjit.so Hope this helps. -- [EMAIL PROTECTED] Do not meddle in the affairs of dragons, because you are crunchy and taste good with ketchup. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
just new to linux
hi all, i have just bought a pentium ii 300 mhz machine with win95 on it. i am a java programmer. but all the time i have worked on windows and intel, sometimes ported code from windows to linux and unix. but its the first time i'm going to install linux on my own. first thing is i need to run a application server for hosting my own website using java server pages and servlets and jdbc. i have some plans for the architecture but i'm thinking on the Operating system. the site i currently host is javareference.com is html based. i will be porting it to a dynamic site. suggestions needed on linux, java versions, stability, appserver etc. thanks all in advance, vijay. _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: just new to linux
> i have just bought a pentium ii 300 mhz machine with win95 on it. > i am a java programmer. but all the time i have worked on windows and intel, > sometimes ported code from windows to linux and unix. > but its the first time i'm going to install linux on my own. > first thing is i need to run a application server for hosting my own website > using java server pages and servlets and jdbc. > i have some plans for the architecture but i'm thinking on the Operating > system. the site i currently host is javareference.com is html based. i will > be porting it to a dynamic site. > suggestions needed on linux, java versions, stability, appserver etc. > thanks all in advance, Depends realy on cost, there are some free servers that will let you run servlets etc (Tomcat, Orion, JBOSS). Do you need J2ee development environment? If all you need is jsp, servlets, and some database thing, I would look at Tomcat (http://jakarta.apache.org/tomcat/index.html), with a some JDO implementation (JDBC is so 1990's:). JDO makes your life very esay by hiding the jdbc stuff, you to queries an object level. Most of them do all sorts of funky shit as well like caching. For a JDO implementation, i believe JBOSS comes with one, but ive never used it. I have used and would recomend Castor (castor.exolab.org). -- [EMAIL PROTECTED] Do not meddle in the affairs of dragons, because you are crunchy and taste good with ketchup. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]