- Posted by
- Emailed 2 of the issues to support.Posted in Build / Compile / Debug
-   Topics
-   Views
- rmccullough
Jan 06, 2008
- I did go through the compiler options. If the option exists, it is unclear how to set the directory to put the class files into. Besides, its not important about the location of the class files (compiled java code). The problem is that when it tries to make the jar file, it is uses this command: jar...Posted in Build / Compile / Debug
-   Topics
-   Views
- rmccullough
Jan 06, 2008
- I looked and there is no place in the template to specify no main class. How does the java manifest file get generated?Posted in Workspace Management
-   Topics
-   Views
- rmccullough
Jan 06, 2008
- I selected a target VM of 1.5. When I compile, the .man file contains this line: Manifest-Version: -target 1.5 The manifest version should not contain -target and I am not sure that the version should be 1.5. When I generate the manifest using Ant, it puts this line in: Manifest-Version: 1.0Posted in Build / Compile / Debug
-   Topics
-   Views
- rmccullough
Jan 03, 2008
- The java manifest file created contains the following line: Created-By: UEStudio '05 I am using UEStudio '06, version 06.40a.Posted in Build / Compile / Debug
-   Topics
-   Views
- rmccullough
Jan 03, 2008
- I have created a project from existing source files. These source files are in a directory structure that mimics the package (namespace in C#) of the source files. So if a file called Util.java has a package of api.company.com, the source file is located in a directory of api\company\com\Util.java. ...Posted in Build / Compile / Debug
-   Topics
-   Views
- rmccullough
Jan 03, 2008
- I develop an API library in .NET 2.0 (C#) and Java. I tried using the Java console template, but this wants to force me to use a main class. There is no main class in a library. If I blank out the main class in the compiler options, it defaults it to the project name. It would also be nice to have t...Posted in Workspace Management
-   Topics
-   Views
- rmccullough
Jan 03, 2008
- I couldn't find where to report this as an issue, so I am putting it here. 1. Paste this xml into ultraedit: <connector ret_type='http'> <function name='ans_create' id='myans'> <parameter name='args'> <pair name='a_id' type='integer'></pair> <pair name='m_id' type='integer'>1</pair> <pair name='summ...Posted in Syntax Highlighting
-   Topics
-   Views
- rmccullough
Apr 05, 2005