-
I think it would be cool if ProjectViewer came with templates for starting new projects. For example, creating a new Java project would create a src/ directory and a default build.xml file. The main problem with creating new projects in jEdit is that, if you need a buildfile, you either need to know exactly how to create one or go find one online, which can be a drag. Having new projects create...
2009-11-09 03:50:54 UTC by kog13
-
ezust committed revision 16459 to the jEdit SVN repository, changing 1 files.
2009-11-09 02:28:18 UTC by ezust
-
Committed 16458. Thanks for your contribution.
2009-11-09 02:28:06 UTC by ezust
-
ezust committed revision 16458 to the jEdit SVN repository, changing 2 files.
2009-11-09 02:26:00 UTC by ezust
-
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
2009-11-09 02:20:55 UTC by sf-robot
-
It would make sense that the two binaries are copies of each other in the case you described, since both the JDK/JRE and the OS are 32-bit. I'm using Windows 7 64-bit, so I don't think your issue is relevant. WOW64 is a Windows mechanism for allowing 32-bit applications to work on a 64-bit OS. Based on some Google searches, it would appear that the error message means that the JVM could not...
2009-11-08 16:23:39 UTC by godfall
-
When a SUN JRE/JDK is installed properly on WinXP (32-bit), the actual javaw.exe resides in C:\Windows\System32\ as a second copy. So, maybe the two javaw.exe files You mentioned are identical. Could You verify this, please?
Just a few days ago I found a strange issue, where the launching behavior of jEdit depends on the path to javaw.exe (tracker item #2890966).
2009-11-08 13:30:08 UTC by rschwenn
-
When installing jEdit 4.3pre18 on Windows 7 64-bit, the jEdit shortcut uses the WOW64 version of javaw.exe (e.g., C:\Windows\SysWOW64\javaw.exe), and by default sets the maximum heap memory to be 192MB. If I try to change the max. heap memory to be higher than 1584MB, an error message pops up stating:
"Could not create the Java virtual machine".
I assumed this to be a problem of 32-bit vs...
2009-11-08 08:48:10 UTC by godfall
-
daleanson committed revision 16457 to the jEdit SVN repository, changing 1 files.
2009-11-08 04:44:39 UTC by daleanson
-
{{{ TaskList 2.0
Source: Source code is in SVN with the tag https://jedit.svn.sourceforge.net/svnroot/jedit/plugins/TaskList/tags/TaskList_2_0_0
Announcement:
Bug fixes and new features. TaskList can now show tasks in the current file, all open files, a project, part of a project, or part of the file system.
Requires Java 1.5
Requires jEdit 04.03.18.00
Required...
2009-11-08 02:29:44 UTC by daleanson