Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - vzhuniqi

#1
Problems / Re: Problem generating csv file
07. May 2008, 14:25:01
Thanks Gert,

Regards,
Valon
#2
Problems / Re: Problem generating csv file
05. May 2008, 08:09:56
Thanks Gert,
I did your suggestion and everyuthing now is working fine except the incremental search, you cant multipress a character that is not the first on the mobile keypad. The test is made in nokia N95.
Thanks again,
Valon
#3
Problems / Re: Problem generating csv file
30. April 2008, 14:12:23
The value is:
dictionaryFileMaxSize=7420
Should I change it?

Valon
#4
Problems / Re: Problem generating csv file
29. April 2008, 12:50:37
Sorry for the delay.
I checked the parameter and its value is: 10000
What u suggest?
#5
Problems / Re: Problem generating csv file
18. April 2008, 16:35:58
Yes I checked the exctraction and now the generator is working fine.
But I have another problem. Very often when I try to translate a word i get the message:
"Warning: buffer size to small for file..."
What can I do?

Thanks,
/Valon

#6
Problems / Re: Problem generating csv file
16. April 2008, 08:17:55
This is the Java version: j2sdk1.4.2_16. I think is up-to-date!
/Valon
#7
Problems / Problem generating csv file
15. April 2008, 16:43:02
Hi,

I have problem generating dictionary files. These is the message i got when i try to generate:C:\FjalorProject>java -jar DictionaryGeneration.jar PortugueseNoHeader.txt C:\
Exception in thread "main" java.lang.UnsupportedClassVersionError: de/kugihan/
(Unsupported major.minor version 49.0)
       at java.lang.ClassLoader.defineClass0(Native Method)
       at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
       at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:
       at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
       at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
       at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
       at java.security.AccessController.doPrivileged(Native Method)
       at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
       at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
       at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
       at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
       at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)



Please help me,

Valon