Class not found on NT(Urgent, Please help)

Hi,
I am using XSU for retrieving and inserting from Oracle 8i database .My application is running fine on machine with Windows 98,but when application is made to run on Windows NT server,error as shown below appears.We are using many other classes which our application is finding.We are using Jrun3.0 as web server.
Without using XSU i.e without xml file, insertion and retrieval works with insert and select statements.
While inserting values from XML file into the database,following error as shown below comes:
500 Internal Server Error
/servlet/InsertData:
javax.servlet.ServletException: oracle/sql/CLOB
java.lang.NoClassDefFoundError: oracle/sql/CLOB
at InsertData.insertAll(InsertData.java:186)
at InsertData.doGet(InsertData.java:125)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1013)
at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java:925)
at allaire.jrun.servlet.JRunNamedDispatcher.forward(JRunNamedDispatcher.java:34)
at allaire.jrun.servlet.Invoker.service(Invoker.java:84)
at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1013)
at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java:925)
at allaire.jrun.servlet.JRunRequestDispatcher.forward(JRunRequestDispatcher.java:88)
at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1131)
at allaire.jrun.servlet.JvmContext.dispatch(JvmContext.java:330)
at allaire.jrun.http.WebEndpoint.run(WebEndpoint.java:107)
at allaire.jrun.ThreadPool.run(ThreadPool.java:267)
at allaire.jrun.WorkerThread.run(WorkerThread.java:74)
While retrieving values from database error as shown below comes:
500 Internal Server Error
/servlet/BookingServlet1:
javax.servlet.ServletException: oracle/sql/Datum
java.lang.NoClassDefFoundError: oracle/sql/Datum
at oracle.xml.sql.query.OracleXMLQuery.(OracleXMLQuery.java:127)
at ServerModifyBookingServlet.getBookingData(ServerModifyBookingServlet.java:67)
at BookingServlet1.doGet(BookingServlet1.java:101)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1013)
at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java:925)
at allaire.jrun.servlet.JRunNamedDispatcher.forward(JRunNamedDispatcher.java:34)
at allaire.jrun.servlet.Invoker.service(Invoker.java:84)
at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1013)
at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java:925)
at allaire.jrun.servlet.JRunRequestDispatcher.forward(JRunRequestDispatcher.java:88)
at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1131)
at allaire.jrun.servlet.JvmContext.dispatch(JvmContext.java:330)
at allaire.jrun.http.WebEndpoint.run(WebEndpoint.java:107)
at allaire.jrun.ThreadPool.run(ThreadPool.java:267)
at allaire.jrun.WorkerThread.run(WorkerThread.java:74)
Please send us the solution .Thanks in advance.
null

The code below creates the following classes when I compile it (using jsk1.3):
DistanceBarApplication2.class
DistanceBarApplication2$1
DistanceBarApplication2$2
DistanceBarApplication2$3
DistanceBarApplication2$DistanceBar2
The error I receive is: load: class DistanceBarApplication2 not found
Here is my HTML code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE> New Document </TITLE>
</HEAD>
<BODY>
<applet code="DistanceBarApplication2.class" width=300 height=50>
</applet>
</BODY>
</HTML>
Here is the Java code:
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class DistanceBarApplication2 extends JApplet {
private final DistanceBar2 bar = new DistanceBar2();
public void init() {
bar.setMaximum(100);
bar.addMouseListener(new MouseAdapter() {
public void mouseClicked(MouseEvent e) {
bar.stop();
JOptionPane.showMessageDialog(bar, bar.getValue() + " yards");
bar.start();
this.getContentPane().add(bar);
bar.start();
static class DistanceBar2 extends JProgressBar {
private Thread mThread;
private boolean mRunning= false;
private int mValue = 0;
private boolean mUp = true;
private Runnable updater = new Runnable() {
public void run() {
setValue(mValue);
public void start() {
if (mRunning) {
return;
mRunning = true;
mThread = new Thread(new Runnable() {
public void run() {
while (mRunning) {
try {
Thread.sleep(30);
} catch (InterruptedException e) { }
adjust();
mThread.setDaemon(true);
mThread.start();
public void stop() {
mRunning= false;
// Best to let a thread run itself out
// if (mThread != null)
// mThread.interrupt();
// Don't need this for this applet, but possibly later
// public Dimension getPreferredSize() {
// return new Dimension(300,70);
private void adjust() {
int delta = getMaximum() / 40;
mValue += delta * (mUp ? 1 : -1);
if (mValue >= getMaximum()) {
mValue = getMaximum();
mUp = false;
} else if (mValue <= 0) {
mValue = 0;
mUp = true;
SwingUtilities.invokeLater(updater);

Similar Messages

  • Package not found error...please help!!!!

    I am trying build an application using Apache Http server and tomcat. I have created a package called 'employee' under web-inf/classes. I have also put my servlet under web-inf/classes. In my servlet if I use the statement 'import emplyee.*' it gives me a compilation error - 'package employee not found. I was trying to compile the servlet from the DOS prompt web-inf/classes>. I have set my classpath to include lib/j2ee.jar and web-ibf/classes. What am I doing wrong?

    Try setting classpath as web-ibf/classes/employee.jar. Create a jar consisting of the employee package's
    classes.
    Hope this helps.
    Thanks,
    Chandra Mohan

  • PARTNER SHIP_TO ADDRESS NOT FOUND problem in PDP---Please help

    Hi all,
    We are using the plan driven procurement to push our requirements using the RFC user.
    When running the prgm "BBP_EXTREQ_TRANSFER" to transfer the PR to SRM it shows item transferred, but its getting stuck in the ques in 'SMQ1' transaction with a log saying
    PARTNER SHIP_TO ADDRESS NOT FOUND.
    Is there any need to maintain any other attributes for PDP user or RFC user in ECC or SRM,
    please let me know.
    I am waiting for the reply,
    If you have any solution then please reply to this thread.
    Regards
    Santosh F.

    Hi
    Check this note is applicable for you or not
    1101215 - External Requirements: Error transfering the hierarchy
    items
    Note Language: English Version: 2 Validity: Valid from 10.10.2007
    Summary
    Symptom
    When transferring the purchase requisitions with hierarchy items, the ship
    to address is not mapped properly. You get the error "No address found for
    partner function type Ship-To Address". The purchase requisition gets stuck
    in the outbound queue of backend
    More Terms
    BBP_EXTREQ_TRANSFER MAPV_PARTNER_FROM_EXT
    Cause and Prerequisites
    This is due to program error
    Solution
    Please implement the attached correction instructions or import the
    corresponding support package.
    Valid Releases
    Software Component Release From
    Release
    To Release and Following
    SRM_SERVER 550 550 550
    Support Packages
    Support Packages Release Package Name
    SRM_SERVER 550 SAPKIBKT12
    muthu

  • Error code  "File not found Result code = -43"  PLEASE HELP!

    I keep getting this error message: "File not found Result code = -43" when trying to load instruments from the media tab. Does anyone know why this is happening and know how to fix this problem? I'm in the middle of a project and need help! Thanks.

    So, I've narrowed down the problem to happening with the following steps (could someone possibly try this and see if the same problem is happening?)
    If I load an instrument track and its blank and select a GARAGEBAND loop from the media list, I get the error message.
    If I load a new instrument track and select any other instrument from the media list (besides a Garageband instrument) everything loads fine, AND THEN if I select a Garageband instrument from the list, it loads fine with no error.
    If I select "No plug-in" in the channel strip after this, and try to load a Garageband loop, I get the error message and all other instruments from the media lists fail to load until I select "no-plugin" again from the channel strip and select an instrument from the media list BESIDES a Garageband instrument and then go from there (and can then load a Garageband instrument).
    Is anything like this happening to anyone else? Does anyone have any ideas why this would be happening?

  • Error: Resource not found in FilterOptionCollection. Please help

    Hi Experts,
    I'm currently implementing Approve Requests at a customer.
    I've got the service TASKPROCESSING pointing to ERP_WF. I can see the catalog SAP_FND_TC_TX1 and I've created a tile, pointing to my scenario as defined in the netweaver gateway.
    When I go to launchpad the reference error message is displayed.
    Details on the word file.
    Error Resource not found Filter Option Collection - Approve Requests.docx - Google Drive
    Thanks in advance!

    Thank you Andre,
    We finally solved it. I post the correction for future reference.
    The problem was solved by changing the configuration on the assignment of the data provider to the data model.
    ZTM_TGW_SVC_MODEL_0001_BE software version was DEFAULT, when it should've been /IWPGW/BWF.
    The route in SPRO is: SAP Netweaver->Gateway>OData Channel>Administration>General Settings> Assign Data Provider to Data Model.

  • Unable to view Applets due to class not found error. Urgent

    We are currently facing issues in our upgrade to Java JRE 1.6 & above from JRE 1.4 on displaying certain information. Our applets are built in a way like at runtime it will access certain jar files ( tibco jar files) and use them to parse the incoming messages. The following will give a summary of the issue.
    We were using Jre 1.4 in our systems previously. With JRE 1.4, we have a system where we use java applets to display data over the network in the websites. The java applets will use a jar file (TIBRVJ.jar file available in C:\TIBCO\TIBRV\8.3\LIB\) folder. The way we facilitate this is by including –cp “C:\TIBCO\TIBRV\8.3\LIB\TIBRVJ.JAR in the Java runtime parameter settings. However post upgrade to JRE 1.6, we are getting errors in our systems due to the upgrade as specified below. the only way we are able to avoid this issue is by placing the Jar file in JRE/lib/ext folder. it also requires changes in our Java.policy file to provide access to this.
    Error Codes
    ‘java.lang.NoClassDefFoundError: com/tibco/tibrv/TibrvMsgCallback”
    We would like to know why the tibrv. jar file is not picked from the classpath set on the Java Runtime Parameters, but being picked only after placing it in the ext/bin directory and changing Java policy files in JRE 1.6 and higher versions.

    Hi Can anyone please share your views on this issue.

  • SunOne ejbc error, URGENT, please Help!

    Hi, I have installed SunOne AppServ7 on UNIX (Solaris 8)
    So far everything is running fine, however, I was unable to deploy a jar file, the error message that I get is as follow:
    Cannot deploy the component
    Deployment Error -- Error while running ejbc -- Fatal Error from EJB Compiler -- -- com/towertechnology/common/errorhandling/TTException
    After looking into the problem, it seems that it cannot find the TTException class.
    However, TTException class is actually in the common.jar.
    I have included common.jar in the $CLASSPATH, but still the deployer cannot find this class.
    There is no other error message given in the logfile.
    The above scenario works fine with weblogic.
    Could anyone out there help me with this problem?
    It's kinda urgent, I need to sort this problem by tomorrow.
    Any help would be deeply appreciated.
    Thanks in advance.

    Hi there,
    I have the same problem here. It seems server-classpath is an element for classpath, not take a boolean value. Did you mean the attribute "env-classpath-ignored" of this element?
    I have tried to set "env-classpath-ignored" to both true and false, but ejbc complains the same error (seems to be class not found.)
    Could you please give more detailed info?
    Thanks.
    Gang
    praisa, thanks a lot for your reply, I just found out
    that in the server.xml file on SunOne7, there is a
    property that set the server-classpath to false,
    that's why the common ejb in the classpath could not
    be found. I have set the option to true and it went
    pass this problem, however, I still have another
    problem, that is ejb deployment problem, you can see
    my problem in the forum with the following title
    "SunOne ejb deployment error"
    Once again, thanks a lot for your reply.

  • Webutil - Class not found

    Hi As you see below I ahve pasted my java console .
    What ould be the reason my webutil not working .
    it says --> load: class oracle.forms.webutil.common.RegisterWebUtil not found.
    Could you please help me out
    Oracle JInitiator: Version 1.3.1.8
    Using JRE version 1.3.1.8 Java HotSpot(TM) Client VM
    User home directory = H:\winnt
    Proxy Configuration: Manual Configuration
    Proxy: array.emirates.com:80
    Proxy Overrides: *.emirates.com,<local>
    JAR cache enabled
    Location: H:\winnt\Oracle Jar Cache
    Maximum size: 50 MB
    Compression level: 0
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    q: hide console
    s: dump system properties
    t: dump thread list
    x: clear classloader cache
    0-5: set trace level to <n>
    load: class oracle.forms.webutil.common.RegisterWebUtil not found.
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Loading http://localhost:8889/forms90/java/f90all_jinit.jar from JAR cache
    Loading http://localhost:8889/forms90/java/webutil.jar from JAR cache
    Loading http://localhost:8889/forms90/java/jacob.jar from JAR cache
    connectMode=HTTP, native.
    Forms Applet version is : 90270
    --------------------------------

    Hi As you see below I ahve pasted my java console .
    What ould be the reason my webutil not working .
    it says --> load: class oracle.forms.webutil.common.RegisterWebUtil not found.
    Could you please help me out
    Oracle JInitiator: Version 1.3.1.8
    Using JRE version 1.3.1.8 Java HotSpot(TM) Client VM
    User home directory = H:\winnt
    Proxy Configuration: Manual Configuration
    Proxy: array.emirates.com:80
    Proxy Overrides: *.emirates.com,<local>
    JAR cache enabled
    Location: H:\winnt\Oracle Jar Cache
    Maximum size: 50 MB
    Compression level: 0
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    q: hide console
    s: dump system properties
    t: dump thread list
    x: clear classloader cache
    0-5: set trace level to <n>
    load: class oracle.forms.webutil.common.RegisterWebUtil not found.
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Loading http://localhost:8889/forms90/java/f90all_jinit.jar from JAR cache
    Loading http://localhost:8889/forms90/java/webutil.jar from JAR cache
    Loading http://localhost:8889/forms90/java/jacob.jar from JAR cache
    connectMode=HTTP, native.
    Forms Applet version is : 90270
    --------------------------------

  • APPLET.class not found error on explorer!! need solution URGENTLY!!!

    Hi,
    I am calling my applet from a jsp and trying to run it on the internet explorer but I am getting the following error:
    load: class /WEB-INF/classes/Log/LogApplet.class not found.
    java.lang.ClassNotFoundException: .WEB-INF.classes.Log.LogApplet.class
    My Explorer version is 6.0 and I am using Plug-in: Version 1.4.1_05. Why do you think it cannot find the class? it is located under the specified directory which is:
    /Web Content/WEB-INF/classes/Log/LogApplet.class
    and my jsp which is calling my applet is located under:
    Web Content/Login.jsp
    this is a very urgent problem!! could you please help me? I will appreciate your help so much.
    Thanks,
    Sofia
    here is how I wrote my jsp:
    <jsp:plugin type="applet"
    code="/WEB-INF/classes/Log/LogApplet.class"
    width="600"
    height="620"
    >
    <jsp:params>
    </jsp:params>
    <jsp:fallback>
    <p>Unable to start plugin.</p>
    </jsp:fallback>
    </jsp:plugin>
    ...

    I'm having the same problem...however my applet is located outside of the web-inf folder. the web-inf folder is only for servlets. applets can't be recognised inside it since that folder is for server-side application while applets are meant for client-side.
    i put my applet into a separate folder in the root directory of the webapp but it's generating a security error when i call it using a jsp page. so far the only way i got around it was specifying the entire codebase using localhost...but it's not a pretty good way of doing it.
    any ideas anyone?

  • Urgent ! Class not found error

    Hi,
    I am new to Java RMI and i am trying lot of example from books. Iam struck in HelloWorld example and i need your help urgently to solve this problem as i have to start my coursework.
    When i compile all the class together by command "javac *.java", it compiles sucessfully but when i try to compile separtley by giving name of each class like javac HelloWorld.java, javac HelloworldImpl.java .... only the interface class compiles sucessfully. The implementation class has the error in extending UnicastRemoteObject and implementing remote interface class. But i wonder how it compiles sucessfuly when i compiled it together !
    Ok, I have decided to compile the class together but iam not able to do more than that. When i tried to create a stub and skelton class by the command "rmic HelloworldImpl", it shows an error "Class not found". My professor said that the problem could be in classpath.
    I am using XP Professional and i have set the path in system properties to C:\j2sdk1.4.2_05\bin and class path to C:\j2sdk1.4.2_05\lib but it doesn't make any difference. I have tried lot of stuff but i couldn't solve this problem. I need your advice or any suggestion to solve this problem.
    Vinesh Thomas

    hi
    above discussion about classpath variable seems strange , myself also face such type problem, but when setting classpath it works for me, even sometimes without setting classpath it works fine for me but sometimes not,
    so could any expert help us to know ,what is the permanent solution for such problems,
    and also when i remove the classpath variable and set the path variable to the
    jdk1.4\bin ( i means in the bin of any jdk)
    is classpath variable have it's default settings so that it is able to find java api classes without setting classpath
    because i never set classpath variable ......for running simple java program simple go to directory where my programs are put and run
    javac *.java and
    java ....it
    please anybody explain this behaviour of classpath variable clearly

  • HELP!! Nokia's API classes not found with j2me WTK

    I setup j2me WTK, jdk1.4.2 and also Nokia's SDK (Series_60_MIDP_SDK_for_Symbian_OS_v_1_2_1) on my Win NT 4.0 machine.
    J2ME samples (shipped with it) are working fine with ktoolbar. but when i try to build & run nokia samples, they are always giving error "FullCanvas class not found" and "package com.nokia.lcd.ui.* not found". I am sure it is the problem of placement of classes of nokia at correct place inside j2me's WTK. However, i followed the guidelines to install symbian sdk inside wtk401\wtklib\devices folder (as per instructions of forum nokia). But i am still not able to get it running. Any expert suggestions, then plz respond me , i am in urgent need to solve this issue!!!! plz help me!!!!

    Hi,
    Maybe I'm being thick but I can't get this work. I've tried zipping the com/nokia stuff into the midpapi.zip. And I've tried just replacing midapi.zip with classes.zip from the nokia emulator. But it still says:
    "package nokia.mid.ui does not exist
    import nokia.mid.ui.*;"
    I'm using ktoolbar 1.04.
    Many thanks!
    CP
    Hey, thanks for the great tip. Was also using
    KToolbar because it runs faster on my slow laptop than
    Sun One studio.
    With the later version of WTK, the paths
    C:\...\WTK21\lib contains 2 files, midpapi20.zip and
    midpapi10.zip
    The later contains classes for compiling to MIDP1.0
    standard. I think most people use this. Replace it
    the class.zip in
    C:\Nokia\Devices\Nokia_7210_MIDP_SDK_v1_0\lib if
    you're using the same SDK as I am, and don't forget to
    rename it.
    Cheers.

  • Rmic Class not found is worrying me--Help

    Hi guys I want to know if win200 prof and JDK1.3.1_01 are not friendly.
    When I run javac *.java in the dir c:\test\java\agent, it compiles fine, but When I run
    rmic AgentImpl
    I get AgentImpl class not found error
    Now I tried this:
    C:\>rmic -d <c:\test> -classpath".;c:\jdk1.3.1_01\bin;c:\test\java\agent " test.java.agent.AgentImpl
    and got Access is denied.
    Can someone help pls
    Joe

    Someone pls help on the RMIC comple problem as per below

  • HT1719 my ipod shuffle wont sync, it says can not sync the required file can not be found??? please help.

    my ipod shuffle wont sync, it says can not sync the required file can not be found??? please help.

    if u can get your hands on a mac tis will work
    http://www.youtube.com/watch?v=vfnXjV9p0pA&feature=related

  • I am running Mac OS 10.6.7 I cannot run a java based program from the net when parental controls are set the error is The error is Load: class installer.CheckVersion 13. class not found  Help!

    I am running Mac OS 10.6.7 I cannot run a java based program from the net when parental controls are set the error is The error is Load: class installer.CheckVersion 13. class not found 

    Then, talk to the person running the lab.

  • RMI Server Class not found

    I am facing a problem when i am going to generate Stub and Skeleton using rmic command, but it gives the error that
    Error: "class not found"
    Please help me.its urgent.

    Run rmic -depend to ensure that any classes referenced by the server classes are also compiled. Also, run rmic from inside the directory of your project beside the root of your package.
    ie:
    Work directory: work/
    Classes are in: work/com/yourdomain/rmistuff/CoolServer.java
    Then cd into directory work/ and run:
    rmic -depend -verbose com.yourdomain.rmistuff.CoolServer
    Try this and see what happens.

Maybe you are looking for

  • Need to count number of non-empty (not null) occurrences for an element in XML

    Hello,     I have some XML data stored in a CLOB, there is a fragment shown below: <ADDR> <AutoNameOfOrganisation>2nd Image</AutoNameOfOrganisation> <AutoLine1>105 Risbygate Street</AutoLine1> <AutoLine2> </AutoLine2> <AutoLine3> </AutoLine3> <AutoU4

  • How to use Powershell to programmatically create a three-tier enumeration list?

    Hi, I'm tasked with creating an MP, say AdvantageLevelEnum. It has, say, four Tier 1 values: Platinum,Gold,Silver, Bronze. Each Tier 1 has, say, 4 Tier 2 values: Red,Green, Yellow. Each Tier2 has 3 Tier 3 values: A, B, C. What Service Manager Powersh

  • Download error 3259

    My boss has an ipad, last week he downloaded the 2 entire seasons of 24, and a season of Rescue Me with no problems at all, now he's trying to download a movie and he keeps getting this error. If those shows downloaded just fine why won't the movie d

  • Newline character in .properties

    Hi, I am g building a XML from my application , hence i am hardcoding the XML PI and XML namespace in the .properties. It goes like this in .properties file:- GET_XML = <?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\ <pkg:package xmlns

  • Publisher 2013 spot colors

    I had the option in Publisher 2007 to convert colors to spot using PMS chart.. I can't seem to fine that in Publisher 3013.. I paid a lot of money for Office 2013 and have been very disappointed with this mess so far!!  Oh, I am a graphic artist and