You may know better :-), but for me it _does_ work correctly on
KDE/Xfree/Linux when using SUn JDK 1.3.1_02 vs. 1.3.0 ....

--
fedor.

----
If little else, the brain is an educational toy.
                -- Tom Robbins


> -----Original Message-----
> From: Vladimir Kondratyev [mailto:[EMAIL PROTECTED]]
> Sent: Monday, March 11, 2002 9:03 AM
> To: Fedor Karpelevitch
> Subject: Re: JDK 1.3.0 support? (RE: [Eap-list] Make problem)
> 
> 
> Hello Fedor,
> 
> decorations are shown for such windows under all UNIXes at 
> this momemnt. It
> doesn't matter whether it's 1.3.0 or 1.3.1 JDK. It will be fixed when
> IDEA runs under 1.4.
> 
> Best regards,
>   Vladimir Kondratyev
> ___________________________________________
> IntelliJ Software, "Develop with pleasure"
> http://www.intellij.com/
> 
> Monday, March 11, 2002, 7:35:54 PM, you wrote:
> 
> FK> It seems to be slightly related: I previously reported a 
> problem on JDK
> FK> 1.3.0/Linux - the tooltip windows (for long names in the 
> panes & quick
> FK> javadoc) had window devorations (borders) when they were 
> not supposed to.
> FK> The way to fix it was upgrading to JDK 1.3.1; I guess it 
> should be added to
> FK> "known issues" and it also seems that at the moment Sun 
> JDK 1.3.1 seems to
> FK> the only one _truly_ supported version (oh, where is that 
> "write once - run
> FK> everywhere"?). I do not see any real problem with that, 
> but it would be nice
> FK> if that was clearly stated somewhere....
> 
> FK> --
> FK> fedor.
> 
> FK> ----
> FK> "Spare no expense to save money on this one."
> FK>                 -- Samuel Goldwyn
> 
> 
> >> -----Original Message-----
> >> From: Eugene Zhuravlev [mailto:[EMAIL PROTECTED]]
> >> Sent: Monday, March 11, 2002 5:05 AM
> >> To: [EMAIL PROTECTED]
> >> Subject: Re: [Eap-list] Make problem
> >> 
> >> 
> >> Hi Glen,
> >> Thanks a lot for the ipr file! It really helped to find the 
> >> problem. The
> >> reason is the target JDK you are using. It appears that some 
> >> data in class
> >> files generated by JDK 1.3.0 is stored in a slightly 
> >> different format than
> >> in classes, generated by the newer JDK versions. We have 
> >> fixed the bug and
> >> the fix will be available in #611. Currently, with #609, I 
> >> suggest that you
> >> use at least jdk 1.3.1_01 in order to avoid the problem.
> >> 
> >> Looks like others who had problems with make deleting more 
> >> files than it
> >> should also use JDK 1.3.0 as a target jdk. If so please try 
> >> switching to JDK
> >> 1.3.0_01 or higher. Does the problem still exist?
> >> 
> >> Best regards,
> >> Eugene Zhuravlev
> >> IntelliJ Software, http://www.intellij.com/
> >> "Develop with pleasure!"
> >> 
> >> ----- Original Message -----
> >> From: "Glen Stampoutlzis" <[EMAIL PROTECTED]>
> >> To: <[EMAIL PROTECTED]>
> >> Sent: Monday, March 11, 2002 13:50
> >> Subject: Re: [Eap-list] Make problem
> >> 
> >> 
> >> > Okay, I created a simple project that contains the two 
> >> classes you wrote
> >> in
> >> > your mail just to make sure it's completely repeatable for me.
> >> >
> >> > When I created the project the and run make (ctrl-f9) it 
> >> compiled nothing.
> >> > Although no error was given.  I can even select to run 
> >> MyClass and it
> >> comes
> >> > back with a NoClassDefFound exception.
> >> >
> >> > I've attached the project I created.
> >> >
> >> > Regards,
> >> >
> >> > Glen
> >> >
> >> > ----- Original Message -----
> >> > From: "Eugene Zhuravlev" <[EMAIL PROTECTED]>
> >> > To: <[EMAIL PROTECTED]>
> >> > Sent: Monday, March 11, 2002 8:59 PM
> >> > Subject: Re: [Eap-list] Make problem
> >> >
> >> >
> >> > > Hi Glen,
> >> > > Could you please describe the problem in more detail?
> >> > > Can the following example be the testcase?
> >> > >
> >> > > interface Constants {
> >> > >   int CONSTANT = 10;
> >> > > }
> >> > > class MyClass implements Constants {
> >> > >   public static void main(String[] args) {
> >> > >      System.out.println("CONSTANT="+CONSTANT);
> >> > >   }
> >> > > }
> >> > >
> >> > > Everything works fine here (MyClass is recompiled) so I 
> >> wonder if I
> >> missed
> >> > > something.
> >> > >
> >> > > Best regards,
> >> > > Eugene Zhuravlev
> >> > > IntelliJ Software, http://www.intellij.com/
> >> > > "Develop with pleasure!"
> >> > >
> >> > > ----- Original Message -----
> >> > > From: "Glen Stampoutlzis" <[EMAIL PROTECTED]>
> >> > > To: <[EMAIL PROTECTED]>
> >> > > Sent: Monday, March 11, 2002 4:47
> >> > > Subject: [Eap-list] Make problem
> >> > >
> >> > >
> >> > > > I altered a constant in an interface that is 
> >> implemented in another
> >> > class
> >> > > > and it did not recompile correctly.
> >> > > >
> >> > > > Regards,
> >> > > >
> >> > > > Glen
> >> > > >
> >> > > >
> >> > > >
> >> > > > _______________________________________________
> >> > > > Eap-list mailing list
> >> > > > [EMAIL PROTECTED]
> >> > > > http://www.intellij.com/mailman/listinfo/eap-list
> >> > >
> >> > >
> >> > > _______________________________________________
> >> > > Eap-list mailing list
> >> > > [EMAIL PROTECTED]
> >> > > http://www.intellij.com/mailman/listinfo/eap-list
> >> >
> >> >
> >> >
> >> 
> >> 
> >> --------------------------------------------------------------
> >> --------------
> >> ----
> >> 
> >> 
> >> >
> >> >
> >> > _______________________________________________
> >> > Eap-list mailing list
> >> > [EMAIL PROTECTED]
> >> > http://www.intellij.com/mailman/listinfo/eap-list
> >> 
> >> 
> >> _______________________________________________
> >> Eap-list mailing list
> >> [EMAIL PROTECTED]
> >> http://www.intellij.com/mailman/listinfo/eap-list
> >> 
> 
> FK> _______________________________________________
> FK> Eap-list mailing list
> FK> [EMAIL PROTECTED]
> FK> http://www.intellij.com/mailman/listinfo/eap-list
> 
> 
> _______________________________________________
> Eap-list mailing list
> [EMAIL PROTECTED]
> http://www.intellij.com/mailman/listinfo/eap-list
> 

_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to