Subject:Auto Code Completion for Java Editor does not work Author:Kenneth Wright Date:05 Dec 2005 01:21 AM
I have installed an evaluation StylusStudioEE on my XP Pro and used Tools/Options/Java Virtual Machine "Auto Detect" to find the JVM. When I run java -version on my console it indicates that the java env can be found, and that it is the same java JVM that appears in the Help/"About Stylus Studio" box.
However no matter what I do, when I load a .java file into the editor pane, I cannot get the auto code completion "tip" feature to work.
All other software IDE's I have installed on my machine have no problem with "auto detecting" in their Java Editors.
Subject:Auto Code Completion for Java Editor does not work Author:Minollo I. Date:05 Dec 2005 08:56 AM
Ken,
Java Sense:X (autocompletion) in Stylus Studio requires a JDK installation to be present on your machine and be properly configured in Tools > Options > Java Virtual Machine in Stylus Studio.
Is JDK installed on the machine where Stylus Studio is running? If yes, what version is it?
Subject:Auto Code Completion for Java Editor does not work Author:Kenneth Wright Date:05 Dec 2005 09:14 AM
Yes, and it seems to be recognised by all my other installed software. When I run java -version I get
Java 2 Runtime Environment, Standard Edition <build 1.5.0_05-b05,
and the "about styluspro" box says:
1.5.0_05-b05 Java HotSpot(TM) Client VM Sun Microsystems Inc.debug mode port:8000
I have JDK's installed at:
C:\sun\j2sdk1.4.2_04
C:\bea\jdk142_08
C:\bea\jdk150_03
C:\bea\jrockit81sp5_142_08
C:\bea\jrockit90_150_03
I have tried various combinations of entries in "Tools/Options/Java Virtual Machine" including "Auto detect"
Perhaps you could suggest entries in Tools/Options for me to try ... or perhaps it's domething else
Subject:Auto Code Completion for Java Editor does not work Author:Minollo I. Date:05 Dec 2005 09:33 AM
Could you attach screenshots of your Help>About window and of your Java Virtual Machine page in Tools>Options? (feel free to email them if you don't want to post them).
What does it happen if you, say, open IntDate.java (part of the Stylus Studio examples, under "javaExtension"), and compile it? (I'm interested in any output you get in the Output window)
Also, in the same file, what does it happen if you type "IntDate." inside the getDate() function?
Subject:Auto Code Completion for Java Editor does not work Author:Kenneth Wright Date:05 Dec 2005 10:13 AM
Made the changes .... no change in behaviour ... still no autocomplete and all other messages are the same. Incidently, when I open IntDate.java in the Editor pane I get the following in the Output pane:
JVM: Exception
JVM: in thread "main"
java.lang.NoClassDefFoundError: sun/tools/java/Constants
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
Subject:Auto Code Completion for Java Editor does not work Author:Minollo I. Date:05 Dec 2005 10:37 AM
Ken,
it looks like something is broken in your JDK configuration/installation.
Can you verify what's the content of the "Curret Version" value in this registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit
Assuming that value is "X.Y", can you check what the value of "JavaHome" is under:
HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit\X.Y
What is that value? If that is not pointing to the right folder, you should fix it to point to the right folder. After you have fixed it, "auto detect" in Stylus Studio should properly fill in the "Home Directory" and "Java compiler" fields.
If things still don't work well, I would suggest that you reinstall your Sun JDK (even better if you install a 1.5 version to be in synch with the JVM version you are using).
Subject:Auto Code Completion for Java Editor does not work Author:Kenneth Wright Date:05 Dec 2005 10:35 AM
I've posted another response as well ... BUT
I've just notices that when I set the new paths in the Tool/Options/Java Virtual Machines and submit I get the message that the "application must be restarted" before the changes will apply. So I restart StylesStudio but when I look into the Tool/Options/Java Virtual Machines box again, I see that my changes were not recognised and the screen has reverted back to the screen shot I sent you earlier.
Subject:Auto Code Completion for Java Editor does not work Author:Minollo I. Date:05 Dec 2005 10:39 AM Originally Posted: 05 Dec 2005 10:40 AM
If your changes are not kept, it means that paths to the JDK folder/javac executable are not recognized; that usually happens either because the paths are invalid, or because the content of the specified path is not consistent with a valid JDK installation.