/**
* الطبقةالعربية.java
*/
package com.a;
/**
* مدى صعوبة هذا من شأنه ان يكون باللغه العربية او العبرية؟
* على الاقل تفهم فيها كسوف العربية والغايات. Sort of.
* What is most confusing is that part of this file is left to right.
* الخلط بين ما هو أكثر هو ذلك الجزء من هذا الملف هو من اليسار الى اليمين.
* The rest is written right to left.
* بقية ما يكتب من اليمين الى اليسار.
* @author LittleJ2
*
*/
public class الطبقةالعربية {
// مرحبا العال
public الطبقةالعربية() {
String مرحبا
= “مرحبا العال”;
أكتب_شيئا
(مرحبا);
}
public void أكتب_شيئا(String شيئا) {
System.out.println(شيئا);
}
public static void main(String [] نقاشات) {
new الطبقةالعربية();
}
}
Compiles, but doesn’t run well in Eclipse:
java.lang.NoClassDefFoundError: com/a/?????????????
Caused by: java.lang.ClassNotFoundException: com.a.?????????????
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
Exception in thread “main”
- Drew Ginn resting after the Olympics - September 8th, 2008
- Sneakerplay: The social network for sneakers? - September 8th, 2008
- The Waikato Great Race 2008 - September 7th, 2008
- Facebook about to introduce adult content? - September 4th, 2008
- Gradjobs New Zealand is live - September 2nd, 2008










2 Comments
Actually… eclipse does get very confused… This doesn’t create an error?
// مرحبا العال
public الطبقةالعربية() {
String مرحبا = “مرحبا العال”;
أكتب_شيئا(مرحبا);
}
I really like the look of arabic and asian character sets… which has a little to do with my interest. I can’t currently understand a word of any of it. If the above makes sense, then we can congratulate Google translation tools!