From: SourceForge.net <no...@so...> - 2006-01-19 04:27:11
|
Bugs item #1409619, was opened at 2006-01-18 20:27 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1409619&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: UI: Windows-specific Group: Annoying Status: Open Resolution: None Priority: 5 Submitted By: Dan McCuaig (dmccuaig) Assigned to: Nobody/Anonymous (nobody) Summary: drJava has problem with UNC filenames Initial Comment: When trying to run a successfully compiled java program on a Windows network, we have problems with the pathname. see attached pictures. When we use a UNC path: \\CTS.WVC\studocs$\jstudent1234\MyProg.java drJava cannot run the compiled class file When we map a drive to this location to get ( H: = \\CTS.WVC\studocs$\jstudent1234 ) H:\MyProg.java It works okay. We are still accessing the same file, but using two different ways - one works and the other doesn't. Our environment: workstation: Windows XP with service pack 2 network: Windows 2003 Domain java: JDK 1.5.0_06 drJava: 20050814-2234 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1409619&group_id=44253 |