Classpath in drawers or disks with international characters doesn't work
Java for Amiga
Brought to you by:
jaokim31
Originally created by: joakim.n... (code.google.com)@gmail.com
Originally owned by: joakim.n... (code.google.com)@gmail.com
What steps will reproduce the problem?
1. Create a drawer or disk with a name with an internation character in it (å, ä, ö or so)
2. setenv CLASSPATH å:ä/Jamiga/classpath
3. Run java HelloWorld, and a requester asking for å: will appear
This is due to jni.c:884, with getenv("CLASSPATH"), which is a stdlib function. This should be e
xchanged to GetVar (or a new platform specific define) or otherwise correctly encoded.
this can be overcome by assigning the strange åäö-name to the real disk.
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: joakim.n... (code.google.com)@gmail.com
Issue 14 has been merged into this issue.
Related
Tickets:
#14