Neo Chung

Greenhorn
+ Follow
since Feb 10, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Neo Chung

To run the application without using Eclipse( means run in standalone), the swt.jar library must be in your classpath
you can do the following to make the native library configuration for your application :
1. Put swt-winX.X.X.dll in the same directory as the program.
2. Put swt-winX.X.X.dll in the JAVA_HOME\bin\ directory.
3. Put swt-winX.X.X.dll in the c:\windows\system32 directory.

And then your batch file comes to
javac classpath c:\swt\swt.jar file.java
java classpath c:\swt\swt.jar;. file

try it

best regards,
neochung
18 years ago
You can try to use SWT with Eclipse instand of using VE.
go to the google website and input keywords like 'SWT Eclipse'
then you will get tutorials and information about Eclipse and SWT.
18 years ago
hello everyone, I got a problem to see if the website is alive or not .I read the Java API about the net package but I can not find a suited method or object to solve the problem.
thanks in advanced
Neo
thanks for your reply..
I got the information i want...
Neo
21 years ago
hello!
Does anyone know that java applications can run on a NB or Tablet PC with Transmeta CUP? Does the JRE/J2SDK run only on the 80x86 CUPs?
Because I wanna buy one with this processor and write or run some java applications on it.
Neo
21 years ago
thanks for your reply....
21 years ago
Does anyone write or run java codes on tablet PC?
and what i wanna know is that when the pen touch the screen, what event handler would be trigger?
21 years ago