![]() |
2006-11-27
, 11:21
|
|
Posts: 1,463 |
Thanked: 81 times |
Joined on Oct 2005
@ UK
|
#12
|
$ export PATH=/usr/local/bin:$PATH $ export CLASSPATH=/usr/local/classpath/share/classpath/glibj.zip:. $ jikes AWTExample.java $ jamvm AWTExample
![]() |
2006-12-02
, 00:04
|
|
Posts: 1,463 |
Thanked: 81 times |
Joined on Oct 2005
@ UK
|
#13
|
Screenshots forthcoming: for now, I'm just happy it works.
<snip />
Enjoy.
![]() |
2006-12-03
, 15:24
|
Posts: 474 |
Thanked: 30 times |
Joined on Jan 2006
|
#14
|
![]() |
2007-01-15
, 18:01
|
Posts: 13 |
Thanked: 0 times |
Joined on Jan 2007
|
#15
|
![]() |
2007-01-16
, 15:36
|
Posts: 90 |
Thanked: 32 times |
Joined on Sep 2006
@ Bucuresti, Romania
|
#16
|
![]() |
2007-01-17
, 09:58
|
Posts: 474 |
Thanked: 30 times |
Joined on Jan 2006
|
#17
|
![]() |
2007-01-26
, 18:17
|
Posts: 474 |
Thanked: 30 times |
Joined on Jan 2006
|
#18
|
![]() |
2007-02-09
, 11:23
|
|
Posts: 1,743 |
Thanked: 1,231 times |
Joined on Jul 2006
@ Twickenham, UK
|
#19
|
![]() |
2007-02-09
, 11:40
|
|
Posts: 1,463 |
Thanked: 81 times |
Joined on Oct 2005
@ UK
|
#20
|
Can someone give me the exact command line they use to start a java app? Having used Java on other platforms, I think I need to give it a CLASSPATH for it to find the default classes, what is the correct CLASSPATH for this set-up?