Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » code changes crash VE
code changes crash VE [message #136132] Tue, 27 February 2007 00:04 Go to next message
Eclipse UserFriend
Originally posted by: christian.wi.gmx.de

I created a visual class extending JFrame.
In it is the following method:

private TurningTiles getTurningTiles()
{
if(turn == null)
{
//turn = new TurningTiles(getCanvas3D());
}
return turn;
}

when i uncomment the commented line the visul editor seams to make an sync
atempt. But throws the following error in a message box:

IWAV0138E Remote VM terminated too soon. See .log file for trace of
output. For VM "Project (FunIn3D)-VM for FunIn3D"

I don't know where to find the .log file. I red about IWAV0138E and all
came down to a false localhost entry in linux. But I have this problem in
Windows.

System:
Windows XP
Eclipse:
Version: 3.2.0
Build id: M20060629-1905
Visual Editor: 1.2.0 (installed via callisto)

If you need more information, like the rest of my class just tell me.

Appreciating Help,
Chris
Re: code changes crash VE [message #136152 is a reply to message #136132] Tue, 27 February 2007 14:28 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

The .log file is the log file for all of eclipse. It is in the
workspace's .metadata directory.

Thanks,
Rich Kulp
Re: code changes crash VE [message #615093 is a reply to message #136132] Tue, 27 February 2007 14:28 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

The .log file is the log file for all of eclipse. It is in the
workspace's .metadata directory.

Thanks,
Rich Kulp
Previous Topic:Custom Code Generation
Next Topic:Custom Code Generation
Goto Forum:
  


Current Time: Fri Mar 29 15:33:55 GMT 2024

Powered by FUDForum. Page generated in 0.03437 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top