all groups > vj# > april 2004 >
You're in the

vj#

group:

Please help! What is this error?


Please help! What is this error? bptree
4/7/2004 9:38:31 AM
vj#: ....\NodeBase.jsl(4): Internal Compiler Error:
f:\VS70Builds\3077\vs\src\vjsharp\SDK\bjdev\Converter\kjc\jassignment_expr.c
pp(118):

Re: Please help! What is this error? bptree
4/7/2004 9:46:15 AM
Sorry! This line of code blew up. The editor highlights "class NodeBase".

public class NodeBase implements Node

{

.....

}



[quoted text, click to view]

Re: Please help! What is this error? Lars-Inge Tønnessen
4/8/2004 1:46:14 AM
More info, please. This does not give me any problems:


public interface Node
{
}

public class NodeBase implements Node
{
public NodeBase()
{
System.Console.WriteLine("Hello");
}
}

public class Class1
{
public Class1()
{
NodeBase node = new NodeBase();
}

/** @attribute System.STAThread() */
public static void main(String[] args)
{
new Class1();
}
}



Regards,
Lars-Inge Tønnessen
www.larsinge.com

AddThis Social Bookmark Button