hello
i download the jbuilderx trial version,i can be installed on win xp successfully,but if i install it on win2003 server,the following exception is thrown:
java.lang.StringIndexOutOfBoundsException: String index out of range: -92
at java.lang.String.substring(String.java:1444)
at java.lang.String.substring(String.java:1411)
at ZeroGlh.a(Unknown Source)
at com.zerog.ia.installer.util.magicfolders.JavaHomeMF.a(Unknown Source)
at com.zerog.ia.installer.util.magicfolders.JavaHomeMF.b(Unknown Source)
at com.zerog.ia.installer.util.magicfolders.MagicFolder.initializeAllMagicFolderPaths(Unknown Source)
at com.zerog.ia.installer.Main.d(Unknown Source)
at com.zerog.ia.installer.Main.c(Unknown Source)
at com.zerog.ia.installer.Main.main(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.zerog.lax.LAX.launch(Unknown Source)
at com.zerog.lax.LAX.main(Unknown Source)
why?who can help me?
thanks
-
install jbuilderx on windows2003 server (2 messages)
- Posted by: zhebin cong
- Posted on: March 26 2004 04:47 EST
Threaded Messages (2)
- JBuilderX on Windows 2003 server by Krishnan Subramanian on March 26 2004 11:30 EST
- JBuilderX on Windows 2003 server by roman roman on August 06 2004 07:46 EDT
-
JBuilderX on Windows 2003 server[ Go to top ]
- Posted by: Krishnan Subramanian
- Posted on: March 26 2004 11:30 EST
- in response to zhebin cong
Zhebin,
I believe that is an issue with the installer. Try right-clicking the installer executable from Windows Explorer and choosing "Properties". In the "Compatibility" tab, try using Windows XP. This attempts to 'fool' the program (the installer in this case) into thinking it is running on XP instead of Windows 2003 Server.
-krish
View are mine and not Borland's. -
JBuilderX on Windows 2003 server[ Go to top ]
- Posted by: roman roman
- Posted on: August 06 2004 07:46 EDT
- in response to Krishnan Subramanian
Thanks, its works!