Linux Section Index

How can I limit the size of a growing logfile Java creates on Linux? Can I have a file that "loses" data at the beginning to keep it from growing past a certain size?

What is the thread limit in Sun's jdk1.3 on Linux?

Can I have Java Web Server on Linux?

What are the hardware requirements for running a servlet environment on Linux with Apache, Tomcat, and PostregSQL?

The javac compiler is slow and expensive - I need a way to optimize for my application.

Can I cut, copy, and paste between AWT and other X applications under Linux?

Can I run a JDK under FreeBSD?

What's the difference between the "client" and "server" virtual machines in JDK1.3 and later?

Can I increase the number of file descriptors my app can support by increasing the number of threads? Since every thread on Linux is a process, and every process allows a certain number of file descriptors, it seems that this should be possible.

How to pass values containing spaces using Runtime.exec(command)? There doesn't seem to be any way to include a space character within an argument.

Why do applets that look good under Netscape/Windows look terrible under Netscape/Linux? The layout doesn't work, the text fields are too small to contain the text, etc.

How can I identify the top-level thread of a Java process?

Why has the -Xnoagent option gone away in JDK1.3.1?

How can I generate native code instead of classfiles from my Java source?

How do I run Java programs from a crontab entry?

About | Sitemap | Contact