| Thread | Last Post | Replies |
|
| Java and MVS | 22 Sep 2003 20:47 GMT | 1 |
hi everybody. it seems we are going to write a new application for our main customer involving some host program invocation. we don't know too much about this environment, so we will be glad if anyone can
|
| Java compiler with inline bytecode? | 10 Sep 2003 23:05 GMT | 17 |
Does anyone know of a java compiler that allows inline "java assembly mnemonics" to be included in amongst the standard java code? Similar to the inline asm keyword in C/C++ compilers... Cheers :o)
|
| Java VM on Win NT4 | 10 Sep 2003 19:41 GMT | 1 |
I'm getting some 'error on page' errors in IE 6 and thought I'd update the VM but this MS/Sun flap has me confused. I understand that MS can only update its VM for another couple of months so I figured I'd use the Sun VM. Is that a good idea and if so what do I download and where ...
|
| A better language than Oolong ? | 10 Sep 2003 10:05 GMT | 5 |
I am currently the structure of the JVM and to achieve this I use the Joshua Engel's book: 'Programming for the JVM' published by Addison- Wesley. In his book, Engel introduces an assembly language called Oolong. I have some reserves about this language, so I had two questions:
|
| Java on Macs | 09 Sep 2003 13:02 GMT | 6 |
I'm thinking about buying either a Powerbook or an iBook because I want to dabble with OS X. The main thing I am most concerned with is how well it runs Java. Does anyone here use a Mac, and if so how does Java run on it? I've Apple has made Swing use native components and even the ...
|
| 'invokespecial' preceding by 'dup' Opcode ? | 04 Sep 2003 17:31 GMT | 3 |
If I compile with sdk1.4.0 or 1.3.1 the following java application : public class HelloWorld {
> public static void main(String arg[]) { > for(int number=0;number<=1000;number++) |
| Distributing applications without installing JRE | 04 Sep 2003 14:28 GMT | 4 |
I would like to distribute my Swing based application without forcing the user to install the JRE, because the JRE may replace the user's current VM as default, which might have unwanted side effects.
|